.clmfp {
    --clmfp-accent: #b5161b;
    --clmfp-border: #e7e7e7;
    --clmfp-muted: #666;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    font-family: inherit;
    color: #1e1e1e;
    background: #fff;
    border: 1px solid var(--clmfp-border);
    border-radius: 18px;
    padding: clamp(18px, 3vw, 34px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .06);
}

.clmfp *,
.clmfp *::before,
.clmfp *::after {
    box-sizing: border-box;
}

.clmfp__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.clmfp__header > div:first-child {
    min-width: 0;
    flex: 1 1 auto;
}

.clmfp__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--clmfp-accent);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.clmfp__eyebrow::before {
    content: "";
    flex: 0 0 9px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--clmfp-accent);
}

.clmfp__title {
    overflow-wrap: anywhere;
    font-size: clamp(1.5rem, 3vw, 2.35rem);
    line-height: 1.12;
    margin: 8px 0;
}

.clmfp__intro {
    max-width: 760px;
    color: var(--clmfp-muted);
    margin: 0;
    line-height: 1.6;
}

.clmfp__updated {
    flex: 0 0 auto;
    max-width: 260px;
    font-size: .83rem;
    line-height: 1.45;
    text-align: right;
    color: var(--clmfp-muted);
    padding-top: 6px;
}

.clmfp__filters {
    display: grid;
    grid-template-columns: minmax(220px, 2fr) repeat(4, minmax(135px, 1fr));
    gap: 14px;
    padding: 18px;
    background: #f7f7f7;
    border-radius: 14px;
    margin-bottom: 18px;
}

/* Garantiza que el panel o cualquiera de sus controles se oculten desde Ajustes. */
.clmfp__filters[hidden],
.clmfp__field[hidden],
.clmfp__actions[hidden],
.clmfp__button[hidden] {
    display: none !important;
}

.clmfp__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.clmfp__field label {
    font-size: .78rem;
    font-weight: 800;
    color: #444;
}

.clmfp__field input,
.clmfp__field select {
    display: block;
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #d8d8d8;
    border-radius: 9px;
    background: #fff;
    color: #222;
    font: inherit;
    font-size: .92rem;
    outline: none;
}

.clmfp__field input:focus,
.clmfp__field select:focus {
    border-color: var(--clmfp-accent);
    box-shadow: 0 0 0 3px rgba(181, 22, 27, .12);
}

.clmfp__actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
}

.clmfp__button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3d3d3;
    border-radius: 9px;
    min-height: 42px;
    padding: 9px 15px;
    background: #fff;
    color: #222;
    font: inherit;
    font-size: .88rem;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.clmfp__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .07);
}

.clmfp__button:focus-visible {
    outline: 3px solid rgba(181, 22, 27, .2);
    outline-offset: 2px;
}

.clmfp__button:disabled {
    opacity: .55;
    cursor: wait;
    transform: none;
    box-shadow: none;
}

.clmfp__button--primary {
    background: var(--clmfp-accent);
    border-color: var(--clmfp-accent);
    color: #fff;
}

.clmfp__button--location {
    color: var(--clmfp-accent);
    border-color: #d9a4a6;
}

.clmfp__button--ghost {
    background: transparent;
}

.clmfp__summary {
    margin: 15px 0;
    font-size: .95rem;
    color: #555;
}

.clmfp__notice {
    padding: 13px 15px;
    border-radius: 10px;
    margin: 12px 0;
}

.clmfp__notice--error {
    background: #fff1f1;
    color: #9b1515;
    border: 1px solid #f2caca;
}

.clmfp__map {
    width: 100%;
    height: clamp(330px, 42vw, 440px);
    min-height: 330px;
    border-radius: 14px;
    overflow: hidden;
    margin: 15px 0 22px;
    background: #eee;
    z-index: 1;
}

.clmfp__results {
    width: 100%;
    min-width: 0;
}

.clmfp-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid var(--clmfp-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .035);
}

.clmfp-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    background: #fff;
}

.clmfp-table th,
.clmfp-table td {
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: left;
    vertical-align: middle;
    padding: 14px 13px;
    border-bottom: 1px solid #ececec;
}

.clmfp-table th {
    background: #f7f7f7;
    color: #3a3a3a;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.clmfp-table tbody tr:last-child td {
    border-bottom: 0;
}

.clmfp-table tbody tr:hover {
    background: #fcfcfc;
}

.clmfp-table td {
    font-size: .84rem;
    line-height: 1.42;
}

.clmfp-table th:nth-child(1),
.clmfp-table td:nth-child(1) { width: 18%; }

.clmfp-table th:nth-child(2),
.clmfp-table td:nth-child(2) { width: 24%; }

.clmfp-table th:nth-child(3),
.clmfp-table td:nth-child(3) { width: 24%; }

.clmfp-table th:nth-child(4),
.clmfp-table td:nth-child(4) { width: 14%; }

.clmfp-table th:nth-child(5),
.clmfp-table td:nth-child(5) { width: 9%; }

.clmfp-table th:nth-child(6),
.clmfp-table td:nth-child(6) { width: 11%; }

.clmfp-table__station {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
}

.clmfp-table__station strong {
    max-width: 100%;
    font-size: .94rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.clmfp-table__address {
    display: block;
    font-weight: 650;
}

.clmfp-table small {
    display: block;
    color: #6c6c6c;
    margin-top: 3px;
    font-size: .75rem;
    line-height: 1.4;
}

.clmfp-table__schedule {
    display: -webkit-box;
    max-width: 100%;
    color: #555;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.clmfp-table__price {
    display: block;
    color: var(--clmfp-accent);
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    white-space: nowrap;
}

.clmfp__badge {
    display: inline-block;
    max-width: 100%;
    padding: 3px 7px;
    border-radius: 999px;
    background: #eaf8ed;
    color: #26723a;
    font-size: .65rem;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.clmfp__map-link {
    display: inline-flex;
    align-items: center;
    color: var(--clmfp-accent);
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.clmfp__map-link:hover {
    text-decoration: underline;
}

.clmfp__muted {
    color: #888;
}

.clmfp__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}

.clmfp__pagination button {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    padding: 8px 12px;
    cursor: pointer;
}

.clmfp__pagination button:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.clmfp__pagination span {
    font-size: .84rem;
    color: #555;
}

.clmfp__source {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #eee;
    font-size: .76rem;
    color: #777;
}

.clmfp__source a {
    color: var(--clmfp-accent);
    font-weight: 750;
}

.clmfp__loader,
.clmfp__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 24px;
    border: 1px dashed #ddd;
    border-radius: 14px;
    color: #666;
    text-align: center;
}

.clmfp__loader span {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-top-color: var(--clmfp-accent);
    border-radius: 50%;
    margin-right: 10px;
    animation: clmfp-spin .8s linear infinite;
}

@keyframes clmfp-spin {
    to { transform: rotate(360deg); }
}

/* Escritorio de ancho medio y tablets en horizontal. */
@media (max-width: 1180px) {
    .clmfp__filters {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .clmfp__field--wide {
        grid-column: 1 / -1;
    }

    .clmfp-table th,
    .clmfp-table td {
        padding: 12px 10px;
    }

    .clmfp-table td {
        font-size: .8rem;
    }

    .clmfp-table th:nth-child(1),
    .clmfp-table td:nth-child(1) { width: 18%; }

    .clmfp-table th:nth-child(2),
    .clmfp-table td:nth-child(2) { width: 23%; }

    .clmfp-table th:nth-child(3),
    .clmfp-table td:nth-child(3) { width: 23%; }

    .clmfp-table th:nth-child(4),
    .clmfp-table td:nth-child(4) { width: 15%; }

    .clmfp-table th:nth-child(5),
    .clmfp-table td:nth-child(5) { width: 9%; }

    .clmfp-table th:nth-child(6),
    .clmfp-table td:nth-child(6) { width: 12%; }
}

/* Tablet: fichas en dos columnas, sin scroll horizontal. */
@media (max-width: 1024px) {
    .clmfp__header {
        gap: 18px;
    }

    .clmfp__filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .clmfp__field--wide,
    .clmfp__actions {
        grid-column: 1 / -1;
    }

    .clmfp__actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .clmfp__button {
        width: 100%;
    }

    .clmfp-table-wrap {
        overflow: visible;
        border: 0;
        box-shadow: none;
        background: transparent;
    }

    .clmfp-table {
        display: block;
        background: transparent;
    }

    .clmfp-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .clmfp-table tbody {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 14px;
    }

    .clmfp-table tr {
        display: flex;
        flex-direction: column;
        min-width: 0;
        height: 100%;
        border: 1px solid var(--clmfp-border);
        border-radius: 13px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 5px 16px rgba(0, 0, 0, .04);
    }

    .clmfp-table tbody tr:hover {
        background: #fff;
    }

    .clmfp-table td,
    .clmfp-table td:nth-child(n) {
        display: grid;
        grid-template-columns: minmax(94px, 34%) minmax(0, 1fr);
        align-items: start;
        gap: 12px;
        width: 100%;
        padding: 11px 13px;
        border-bottom: 1px solid #ededed;
        white-space: normal;
        text-align: right;
    }

    .clmfp-table td:last-child {
        margin-top: auto;
        border-bottom: 0;
    }

    .clmfp-table td::before {
        content: attr(data-label);
        font-size: .69rem;
        font-weight: 800;
        line-height: 1.35;
        letter-spacing: .03em;
        text-transform: uppercase;
        color: #666;
        text-align: left;
    }

    .clmfp-table td > * {
        justify-self: end;
        max-width: 100%;
    }

    .clmfp-table__station {
        align-items: flex-end;
    }

    .clmfp-table__address,
    .clmfp-table__schedule,
    .clmfp-table small {
        text-align: right;
    }

    .clmfp-table__schedule {
        display: block;
        overflow: visible;
    }
}

/* Tablet vertical pequeña y móvil grande. */
@media (max-width: 720px) {
    .clmfp {
        padding: 17px;
        border-radius: 14px;
    }

    .clmfp__header {
        display: block;
    }

    .clmfp__updated {
        max-width: none;
        margin-top: 9px;
        padding-top: 0;
        text-align: left;
    }

    .clmfp__filters {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .clmfp__field--wide,
    .clmfp__actions {
        grid-column: auto;
    }

    .clmfp__actions {
        grid-template-columns: 1fr;
    }

    .clmfp__map {
        height: 320px;
        min-height: 320px;
    }

    .clmfp-table tbody {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .clmfp__source {
        display: block;
    }

    .clmfp__source a {
        display: inline-block;
        margin-top: 7px;
    }

    .clmfp__pagination {
        gap: 8px;
        flex-wrap: wrap;
    }

    .clmfp__pagination button {
        padding: 8px 10px;
    }
}

@media (max-width: 430px) {
    .clmfp {
        padding: 14px;
    }

    .clmfp__filters {
        padding: 12px;
    }

    .clmfp-table td,
    .clmfp-table td:nth-child(n) {
        grid-template-columns: 1fr;
        gap: 6px;
        text-align: left;
    }

    .clmfp-table td::before {
        text-align: left;
    }

    .clmfp-table td > * {
        justify-self: start;
    }

    .clmfp-table__station {
        align-items: flex-start;
    }

    .clmfp-table__address,
    .clmfp-table__schedule,
    .clmfp-table small {
        text-align: left;
    }

    .clmfp__pagination span {
        width: 100%;
        order: -1;
        text-align: center;
    }
}

/* =========================================================
   Refinamiento visual v1.0.4: tipografía y tabla elegante
   ========================================================= */
.clmfp {
    --clmfp-ink: #202327;
    --clmfp-text: #34383d;
    --clmfp-soft-text: #697078;
    --clmfp-surface: #ffffff;
    --clmfp-soft-surface: #f7f8f9;
    --clmfp-line: #e5e8eb;
    --clmfp-table-head: #252a30;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: clamp(14px, calc(13.4px + .15vw), 16px);
    line-height: 1.55;
    color: var(--clmfp-text);
    border-color: var(--clmfp-line);
    border-radius: clamp(14px, 1.5vw, 20px);
    box-shadow: 0 18px 50px rgba(31, 37, 43, .08);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.clmfp__eyebrow {
    font-size: clamp(.7rem, calc(.67rem + .08vw), .78rem);
    font-weight: 750;
    letter-spacing: .11em;
}

.clmfp__title {
    color: var(--clmfp-ink);
    font-size: clamp(1.6rem, calc(1.22rem + 1.25vw), 2.35rem);
    font-weight: 760;
    letter-spacing: -.028em;
    line-height: 1.12;
    text-wrap: balance;
}

.clmfp__intro {
    color: var(--clmfp-soft-text);
    font-size: clamp(.91rem, calc(.88rem + .1vw), 1rem);
    line-height: 1.72;
}

.clmfp__updated {
    color: var(--clmfp-soft-text);
    font-size: clamp(.75rem, calc(.72rem + .08vw), .84rem);
}

.clmfp__filters {
    gap: clamp(11px, 1.2vw, 16px);
    padding: clamp(15px, 1.6vw, 21px);
    background: linear-gradient(180deg, #fafafa 0%, #f5f6f7 100%);
    border: 1px solid var(--clmfp-line);
    border-radius: 15px;
}

.clmfp__field label {
    color: #4b5158;
    font-size: clamp(.73rem, calc(.7rem + .08vw), .8rem);
    font-weight: 720;
    letter-spacing: .01em;
}

.clmfp__field input,
.clmfp__field select {
    height: clamp(44px, 3.4vw, 48px);
    padding-inline: 13px;
    border-color: #d9dde1;
    border-radius: 10px;
    color: var(--clmfp-ink);
    font-size: clamp(.85rem, calc(.82rem + .08vw), .94rem);
    box-shadow: 0 1px 2px rgba(25, 30, 35, .025);
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.clmfp__field input:hover,
.clmfp__field select:hover {
    border-color: #c7ccd1;
}

.clmfp__button {
    min-height: 44px;
    padding: 10px 17px;
    border-color: #d5d9dd;
    border-radius: 10px;
    color: #2d3237;
    font-size: clamp(.8rem, calc(.77rem + .08vw), .89rem);
    font-weight: 720;
    letter-spacing: -.005em;
    box-shadow: 0 1px 2px rgba(24, 29, 34, .03);
}

.clmfp__button--primary {
    box-shadow: 0 5px 13px rgba(181, 22, 27, .18);
}

.clmfp__summary {
    color: #555c63;
    font-size: clamp(.84rem, calc(.81rem + .08vw), .94rem);
    font-weight: 520;
}

.clmfp-table-wrap {
    border-color: var(--clmfp-line);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(31, 37, 43, .065);
}

.clmfp-table {
    color: var(--clmfp-text);
    font-variant-numeric: tabular-nums;
}

.clmfp-table th,
.clmfp-table td {
    padding: clamp(14px, 1.35vw, 20px) clamp(12px, 1.15vw, 17px);
    border-bottom-color: var(--clmfp-line);
}

.clmfp-table th {
    background: var(--clmfp-table-head);
    color: #f8f9fa;
    font-size: clamp(.67rem, calc(.64rem + .08vw), .75rem);
    font-weight: 720;
    line-height: 1.3;
    letter-spacing: .075em;
}

.clmfp-table tbody tr {
    background: #fff;
    transition: background-color .18s ease, box-shadow .18s ease;
}

.clmfp-table tbody tr:nth-child(even) {
    background: #fafbfb;
}

.clmfp-table tbody tr:hover {
    background: #f5f7f8;
    box-shadow: inset 3px 0 0 var(--clmfp-accent);
}

.clmfp-table td {
    color: #3f454b;
    font-size: clamp(.79rem, calc(.76rem + .1vw), .9rem);
    line-height: 1.56;
}

.clmfp-table__station {
    gap: 7px;
}

.clmfp-table__station strong {
    color: var(--clmfp-ink);
    font-size: clamp(.9rem, calc(.86rem + .12vw), 1rem);
    font-weight: 730;
    letter-spacing: -.012em;
    line-height: 1.38;
}

.clmfp-table__address {
    color: #353b41;
    font-size: clamp(.82rem, calc(.79rem + .08vw), .91rem);
    font-weight: 620;
    line-height: 1.48;
}

.clmfp-table small {
    color: #747b82;
    font-size: clamp(.7rem, calc(.67rem + .08vw), .78rem);
    line-height: 1.5;
}

.clmfp-table__schedule {
    color: #555c63;
    font-size: clamp(.77rem, calc(.74rem + .08vw), .86rem);
    line-height: 1.58;
}

.clmfp-table__price {
    color: var(--clmfp-accent);
    font-size: clamp(1.08rem, calc(.98rem + .32vw), 1.3rem);
    font-weight: 780;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.clmfp__badge {
    padding: 4px 8px;
    background: #eef8f0;
    border: 1px solid #d7ebdc;
    color: #276d39;
    font-size: clamp(.59rem, calc(.57rem + .05vw), .66rem);
    font-weight: 760;
    letter-spacing: .035em;
}

.clmfp__map-link {
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(181, 22, 27, .2);
    border-radius: 9px;
    background: rgba(181, 22, 27, .035);
    font-size: clamp(.75rem, calc(.72rem + .08vw), .84rem);
    font-weight: 730;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.clmfp__map-link:hover {
    background: rgba(181, 22, 27, .075);
    border-color: rgba(181, 22, 27, .35);
    text-decoration: none;
    transform: translateY(-1px);
}

.clmfp__pagination button {
    min-height: 40px;
    padding: 8px 14px;
    border-color: #d8dce0;
    border-radius: 9px;
    color: #32373c;
    font: inherit;
    font-size: clamp(.77rem, calc(.74rem + .08vw), .86rem);
    font-weight: 680;
}

.clmfp__pagination span,
.clmfp__source {
    font-size: clamp(.72rem, calc(.69rem + .08vw), .8rem);
}

@media (min-width: 1181px) {
    .clmfp-table th:first-child,
    .clmfp-table td:first-child {
        padding-left: clamp(18px, 1.6vw, 24px);
    }

    .clmfp-table th:last-child,
    .clmfp-table td:last-child {
        padding-right: clamp(18px, 1.6vw, 24px);
    }
}

@media (max-width: 1180px) and (min-width: 1025px) {
    .clmfp-table th,
    .clmfp-table td {
        padding: 14px 10px;
    }

    .clmfp-table td {
        font-size: .8rem;
    }

    .clmfp-table__price {
        font-size: 1.08rem;
    }
}

@media (max-width: 1024px) {
    .clmfp-table tbody {
        gap: clamp(13px, 1.8vw, 18px);
    }

    .clmfp-table tr {
        position: relative;
        border-color: var(--clmfp-line);
        border-radius: 15px;
        box-shadow: 0 10px 27px rgba(31, 37, 43, .065);
    }

    .clmfp-table tr::before {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background: var(--clmfp-accent);
    }

    .clmfp-table tbody tr:nth-child(even),
    .clmfp-table tbody tr:hover {
        background: #fff;
        box-shadow: 0 12px 30px rgba(31, 37, 43, .085);
    }

    .clmfp-table td,
    .clmfp-table td:nth-child(n) {
        padding: 12px 15px;
        border-bottom-color: #eceff1;
        font-size: clamp(.8rem, calc(.77rem + .12vw), .89rem);
        line-height: 1.52;
    }

    .clmfp-table td::before {
        color: #737a81;
        font-size: clamp(.64rem, calc(.62rem + .05vw), .7rem);
        font-weight: 750;
        letter-spacing: .075em;
    }

    .clmfp-table__station strong {
        font-size: clamp(.93rem, calc(.89rem + .12vw), 1.02rem);
    }

    .clmfp-table__price {
        font-size: clamp(1.12rem, calc(1.05rem + .22vw), 1.26rem);
    }
}

@media (max-width: 720px) {
    .clmfp {
        font-size: 15px;
    }

    .clmfp__title {
        font-size: clamp(1.48rem, calc(1.28rem + 1.05vw), 1.82rem);
        line-height: 1.16;
    }

    .clmfp__intro {
        font-size: .92rem;
        line-height: 1.68;
    }

    .clmfp-table td,
    .clmfp-table td:nth-child(n) {
        grid-template-columns: minmax(88px, 31%) minmax(0, 1fr);
        gap: 10px;
        padding: 12px 14px;
    }
}

@media (max-width: 430px) {
    .clmfp {
        font-size: 14.5px;
        box-shadow: 0 10px 30px rgba(31, 37, 43, .065);
    }

    .clmfp__title {
        font-size: clamp(1.4rem, 7vw, 1.7rem);
    }

    .clmfp__field input,
    .clmfp__field select {
        height: 46px;
        font-size: .92rem;
    }

    .clmfp__button {
        min-height: 46px;
        font-size: .87rem;
    }

    .clmfp-table td,
    .clmfp-table td:nth-child(n) {
        padding: 12px 14px;
    }

    .clmfp-table td::before {
        margin-bottom: 1px;
    }

    .clmfp-table__station strong {
        font-size: .98rem;
    }

    .clmfp-table__address,
    .clmfp-table__schedule {
        font-size: .87rem;
    }

    .clmfp-table__price {
        font-size: 1.2rem;
    }
}

/* =========================================================
   Tabla comparativa de cuatro combustibles v1.1.0
   ========================================================= */
.clmfp-table__price--empty {
    color: #9aa0a6;
    font-weight: 600;
}

@media (min-width: 1025px) {
    .clmfp-table--four-fuels th,
    .clmfp-table--four-fuels td {
        padding-left: 9px;
        padding-right: 9px;
    }

    .clmfp-table--four-fuels th {
        overflow-wrap: normal;
        word-break: normal;
        hyphens: auto;
    }

    .clmfp-table--four-fuels th:nth-child(1),
    .clmfp-table--four-fuels td:nth-child(1) { width: 15%; }

    .clmfp-table--four-fuels th:nth-child(2),
    .clmfp-table--four-fuels td:nth-child(2) { width: 21%; }

    .clmfp-table--four-fuels th:nth-child(3),
    .clmfp-table--four-fuels td:nth-child(3) { width: 10%; }

    .clmfp-table--four-fuels th:nth-child(4),
    .clmfp-table--four-fuels td:nth-child(4) { width: 11%; }

    .clmfp-table--four-fuels th:nth-child(5),
    .clmfp-table--four-fuels td:nth-child(5) { width: 10%; }

    .clmfp-table--four-fuels th:nth-child(6),
    .clmfp-table--four-fuels td:nth-child(6) { width: 10%; }

    .clmfp-table--four-fuels th:nth-child(7),
    .clmfp-table--four-fuels td:nth-child(7) { width: 14%; }

    .clmfp-table--four-fuels th:nth-child(8),
    .clmfp-table--four-fuels td:nth-child(8) { width: 9%; }

    .clmfp-table--four-fuels th:nth-child(n+3):nth-child(-n+6),
    .clmfp-table--four-fuels td:nth-child(n+3):nth-child(-n+6) {
        text-align: center;
    }

    .clmfp-table--four-fuels .clmfp-table__price {
        font-size: clamp(.92rem, calc(.86rem + .18vw), 1.08rem);
    }
}


/* Colores de texto configurables para los botones públicos. */
.clmfp .clmfp__button--primary {
    color: var(--clmfp-submit-text, #ffffff) !important;
}

.clmfp .clmfp__button--location {
    color: var(--clmfp-location-text, var(--clmfp-accent)) !important;
}

.clmfp .clmfp__button--ghost {
    color: var(--clmfp-reset-text, #2d3237) !important;
}
