.limguecor-tarifas-wrap {
    --lg-amarillo: #F5B301;
    --lg-naranja: #E8871E;
    --lg-oscuro: #232323;
    max-width: 900px;
    margin: 0 auto;
    font-family: inherit;
}

.limguecor-tabla-tarifas {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.limguecor-tabla-tarifas thead th {
    background: var(--lg-oscuro);
    color: var(--lg-amarillo);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    padding: 14px 16px;
    text-align: left;
}

.limguecor-tabla-tarifas tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
}

.limguecor-tabla-tarifas tbody tr:nth-child(even) {
    background: #FFF8E6;
}

.limguecor-tabla-tarifas tbody tr:hover {
    background: #FFEFC2;
}

.limguecor-tabla-tarifas td:nth-child(2),
.limguecor-tabla-tarifas td:nth-child(3) {
    font-weight: 700;
    color: var(--lg-naranja);
    white-space: nowrap;
}

.limguecor-tarifas-nota {
    margin-top: 18px;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #555;
    background: #FFF8E6;
    border-left: 4px solid var(--lg-amarillo);
    padding: 14px 18px;
    border-radius: 6px;
}

@media (max-width: 600px) {
    .limguecor-tabla-tarifas thead { display: none; }
    .limguecor-tabla-tarifas, .limguecor-tabla-tarifas tbody, .limguecor-tabla-tarifas tr, .limguecor-tabla-tarifas td {
        display: block;
        width: 100%;
    }
    .limguecor-tabla-tarifas tr {
        margin-bottom: 12px;
        border: 1px solid #eee;
        border-radius: 8px;
        overflow: hidden;
    }
    .limguecor-tabla-tarifas td {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #f2f2f2;
    }
    .limguecor-tabla-tarifas td::before {
        content: attr(data-label);
        font-weight: 700;
        color: var(--lg-oscuro);
        margin-right: 10px;
    }
}
