/* Engagement & Analytics Suite - Vaikom Vartha */

/* Custom Comment Section */
.vv-comment-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #f0f0f0;
}

.vv-comment-header {
    font-family: 'Anek Malayalam', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
}

.vv-comment-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 80%;
    background-color: #C0211B; /* Brand highlight */
    border-radius: 2px;
}

/* Responsive Tweeks */
@media (max-width: 767px) {
    .vv-comment-header {
        font-size: 1.8rem;
    }
}
