/* Certified Jets — fleet category pages */

.cj-switch{background:var(--cj-charcoal);border-block:1px solid rgba(255,255,255,.1)}
.cj-switch-inner{max-width:82rem;margin-inline:auto;padding-inline:var(--cj-gutter);
  display:flex;gap:.2rem;overflow-x:auto;scrollbar-width:none}
.cj-switch-inner::-webkit-scrollbar{display:none}
.cj-switch a{flex:0 0 auto;padding:1.1rem 1.3rem;font-size:.82rem;text-decoration:none;
  color:rgba(255,255,255,.55);border-bottom:2px solid transparent;white-space:nowrap;
  transition:color .2s ease,border-color .2s ease}
.cj-switch a:hover{color:#fff}
.cj-switch a[aria-current="page"]{color:#fff;border-bottom-color:#a9987e}

/* aircraft examples */
.cj-aircraft{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));
  gap:0;border-top:1px solid var(--cj-line);margin-top:1.5rem}
.cj-ac{padding:1.5rem 1.5rem 1.6rem 0;border-bottom:1px solid var(--cj-line);
  border-right:1px solid var(--cj-line)}
.cj-ac:last-child{border-right:0}
.cjhome .cj-ac h3{font-size:1.02rem;margin:0 0 .15rem}
.cjhome .cj-ac .maker{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;
  color:#8a7b62;margin:0 0 .9rem}
.cj-ac dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.3rem .8rem;font-size:.86rem}
.cj-ac dt{color:var(--cj-on-light)}
.cj-ac dd{margin:0;text-align:right;font-variant-numeric:tabular-nums}
@media(max-width:760px){.cj-ac{border-right:0;padding-right:0}}

/* cost table */
.cj-costs{width:100%;border-collapse:collapse;margin-top:1.5rem;font-size:.9rem}
.cj-costs th,.cj-costs td{text-align:left;padding:.9rem 1rem;border-bottom:1px solid var(--cj-line)}
.cj-costs thead th{font-family:var(--cj-sans);font-weight:500;font-size:.66rem;letter-spacing:.14em;
  text-transform:uppercase;color:#8a7b62}
.cj-costs td:last-child,.cj-costs th:last-child{text-align:right;font-variant-numeric:tabular-nums}
.cj-costs tbody th{font-weight:400;font-size:.9rem;color:var(--cj-charcoal)}
.cjhome .cj-note{font-size:.8rem;color:var(--cj-on-light);margin-top:1.2rem;max-width:60ch}

/* comparison */
.cj-compare{width:100%;border-collapse:collapse;margin-top:1.5rem;font-size:.88rem}
.cj-compare th,.cj-compare td{text-align:left;padding:.8rem 1rem;border-bottom:1px solid var(--cj-line)}
.cj-compare thead th{font-family:var(--cj-sans);font-weight:500;font-size:.66rem;letter-spacing:.14em;
  text-transform:uppercase;color:#8a7b62}
.cj-compare tr.is-current td,.cj-compare tr.is-current th{background:rgba(169,152,126,.14)}
.cj-compare tbody th{font-weight:400;white-space:nowrap}
.cj-compare td:last-child{text-align:right;font-variant-numeric:tabular-nums}
.cj-compare a{color:inherit;text-decoration:none;border-bottom:1px solid var(--cj-line)}
.cj-compare a:hover{border-bottom-color:#a9987e}
@media(max-width:700px){
  .cj-compare,.cj-costs{font-size:.8rem}
  .cj-compare th,.cj-compare td,.cj-costs th,.cj-costs td{padding:.65rem .5rem}
}
