/* ═══════════════════════════════════════════════════════ */
/*  Termeni și Condiții — SORIVAS SERVICE IT SRL           */
/*                                                         */
/*  Stilurile principale (.srv-legal-hero, .srv-legal-     */
/*  content) sunt in global-styles.css (sectiunile 13-14). */
/*  Acest fisier contine doar override-uri specifice T&C.  */
/* ═══════════════════════════════════════════════════════ */

/* ─── Striped table rows for T&C ─── */
.srv-legal-content tr:nth-child(even) td {
    background: var(--srv-bg-main);
}

/* ─── List style enforcement ─── */
.srv-legal-content ul li {
    list-style-type: disc;
}

.srv-legal-content ol li {
    list-style-type: decimal;
}

/* ─── Responsive table scroll ─── */
@media (max-width: 767px) {
    .srv-legal-content table {
        display: block;
        overflow-x: auto;
    }

    .srv-legal-content h2 {
        font-size: 1.2rem;
        margin-top: 32px;
    }
}
