/* ============================================================
  Términos del servicio
   ============================================================ */
.terms-section {
    margin-bottom: 1.6rem;
}

.terms-section h5 {
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.terms-section p, .terms-section li {
    font-size: .8rem;
    line-height: 1.75;
    color: #5f6368;
}

.terms-badge {
    display: inline-block;
    background: #fff3e0;
    color: #e65100;
    border-radius: 6px;
    padding: 2px 10px;
    font-size: .7rem;
    font-weight: 600;
}

.terms-table td, .terms-table th {
    font-size: .75rem;
    padding: .4rem .6rem;
}

.law-ref {
    font-size: .68rem;
    color: #9e9e9e;
    font-style: italic;
    margin-top: .4rem;
}

.highlight-box {
    background: #f8f9fa;
    border-left: 3px solid #ff8d2f;
    border-radius: 4px;
    padding: .75rem 1rem;
    margin: .6rem 0;
}