/* ===== High School listing table ===== */
.hs-table tbody tr:hover {
    background-color: rgba(4, 59, 71, .03);
}

/* ===== High School subject detail page ===== */
.hs-hero {
    background: linear-gradient(135deg, rgba(4, 59, 71, .06), rgba(4, 59, 71, .14)) !important;
}

.hs-hero-badge {
    background: rgba(4, 59, 71, .1);
    color: var(--primary, #043b47);
    font-weight: 600;
    padding: .5rem .9rem;
    border-radius: 20px;
    font-size: .8rem;
}

.hs-glance-card {
    background: linear-gradient(135deg, rgba(4, 59, 71, .04), rgba(4, 59, 71, .09)) !important;
    border: none !important;
}

.hs-resource-card {
    padding: 2rem 1.5rem;
}

.hs-resource-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(4, 59, 71, .08);
    color: var(--primary, #043b47);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}
