.comisiones-main {
    background: linear-gradient(180deg, #f5f8fb 0%, #ffffff 26%);
}

.comisiones-hero {
    padding: 20px 0 8px 0;
}

.comisiones-hero-box {
    background: linear-gradient(135deg, #e9f4fb 0%, #d9ebf7 100%);
    border: 1px solid #cfe2f0;
    border-radius: 12px;
    color: #0f4668;
    text-align: center;
    padding: 18px 16px;
    box-shadow: 0 4px 10px rgba(10, 68, 114, 0.08);
}

.comisiones-title {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.6px;
    font-size: 1.6rem;
    color: #0a4472;
}

.comisiones-subtitle {
    margin: 6px 0 0 0;
    font-size: 0.95rem;
    color: #2f5f7b;
}

.comisiones-intro-wrap {
    padding: 10px 0 4px 0;
}

.comisiones-intro {
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e6edf4;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(10, 68, 114, 0.08);
    padding: 14px 16px;
    color: #2b3f52;
    line-height: 1.58;
}

.comisiones-grid-section {
    padding: 14px 0 30px 0;
}

.comisiones-grid {
    max-width: 1160px;
    margin: 0 auto;
}

.comisiones-col {
    margin-bottom: 22px;
}

.comisiones-card-link {
    text-decoration: none;
}

.comisiones-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e6edf4;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(10, 68, 114, 0.1);
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.comisiones-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 30px rgba(10, 68, 114, 0.16);
}

.comisiones-card-top {
    height: 78px;
    background: linear-gradient(180deg, #0a4472 0%, #155a89 100%);
}

.comisiones-avatar-wrap {
    margin-top: -39px;
    text-align: center;
}

.comisiones-avatar {
    width: 88px;
    height: 88px;
    border-radius: 999px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.comisiones-body {
    padding: 10px 12px 14px 12px;
    text-align: center;
}

.comisiones-name {
    margin: 8px 0 0 0;
    color: #0a4472;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.comisiones-empty {
    text-align: center;
    color: #4f5f6f;
    padding: 28px 8px;
    font-size: 1.03rem;
}

@media (max-width: 767px) {
    .comisiones-title {
        font-size: 1.34rem;
    }

    .comisiones-subtitle {
        font-size: 0.9rem;
    }
}
