/* Separadores da gama.
   Sem isto os dez modelos saem uns atras dos outros na mesma pagina — foi o
   que aconteceu na primeira versao. O estado inicial ESCONDE, e e o
   .is-active que mostra: assim, se o JavaScript falhar, o pior que acontece e
   ver-se o primeiro modelo, nunca os dez empilhados. */

.vorteq-range-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.vorteq-range-nav li { margin: 0; }

.vorteq-range-nav a {
    display: block;
    padding: 10px 18px;
    font-weight: 600;
    letter-spacing: .02em;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    opacity: .55;
    transition: opacity .15s ease, border-color .15s ease;
}

.vorteq-range-nav a:hover { opacity: .85; }

.vorteq-range-nav li.is-active a {
    opacity: 1;
    border-bottom-color: currentColor;
}

.vorteq-model { display: none; }
.vorteq-model.is-active { display: block; }

.vorteq-model h2 { margin-top: 0; }

.vorteq-3d { margin-bottom: 24px; }
.vorteq-3d iframe { display: block; width: 100%; border: 0; min-height: 420px; }

.vorteq-specs,
.vorteq-options {
    width: 100%;
    margin-bottom: 24px;
    border-collapse: collapse;
}

.vorteq-specs td,
.vorteq-options td,
.vorteq-options th {
    padding: 8px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    text-align: left;
    vertical-align: top;
}

.vorteq-specs td:first-child,
.vorteq-options td:first-child {
    width: 60%;
    text-transform: uppercase;
    font-size: .82em;
    letter-spacing: .04em;
    opacity: .7;
}

.vorteq-specs td:last-child { font-weight: 600; }

.vorteq-options th {
    text-transform: uppercase;
    font-size: .82em;
    letter-spacing: .04em;
}

@media (max-width: 549px) {
    .vorteq-range-nav a { padding: 8px 12px; font-size: .9em; }
    .vorteq-3d iframe { min-height: 260px; }
    .vorteq-specs td:first-child,
    .vorteq-options td:first-child { width: 55%; }
}
