body{background:#f7f9fc;} .navbar-primary{background:#007bff;} .card{border-radius:8px;} .comment{padding:6px 0;}





.card {
    padding: 12px;
    border-radius: 15px;
    background:#fff;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.post-image {
    width:100%;
    border-radius:15px;
    margin-top:10px;
}

.reel {
    width:100%;
    height:420px;
    border-radius:15px;
    overflow:hidden;
    background:#000;
    margin-top:10px;
}

.post-actions {
    margin-top:10px;
    display:flex;
    gap:18px;
    font-size:17px;
}

.post-actions span {
    cursor:pointer;
}