.ayt-route-showcase{
  max-width:1320px;
  margin:34px auto 46px;
  padding:0 24px;
  color:#172033;
}

.ayt-route-showcase-top{
  display:block;
  margin-bottom:18px;
}

.ayt-route-showcase-kicker{
  display:block;
  margin:0 0 8px;
  color:#c77732;
  font-size:11px;
  line-height:1;
  letter-spacing:.28em;
  text-transform:uppercase;
  font-weight:800;
}

.ayt-route-showcase-title{
  margin:0;
  color:#141c2c;
  font-size:clamp(26px,3vw,36px);
  line-height:1.08;
  font-weight:700;
  letter-spacing:-.025em;
}

.ayt-route-showcase-subtitle{
  margin:10px 0 0;
  color:#6a7587;
  font-size:14px;
  line-height:1.5;
  font-weight:500;
}

.ayt-route-showcase-shell{
  position:relative;
  border:1px solid rgba(199,119,50,.22);
  border-radius:22px;
  padding:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.76));
  box-shadow:0 14px 38px rgba(17,24,39,.06);
  overflow:hidden;
}

.ayt-route-showcase-shell:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 8% 12%,rgba(255,107,18,.06),transparent 32%),
    radial-gradient(circle at 88% 18%,rgba(199,119,50,.05),transparent 28%);
}

.ayt-route-showcase-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.ayt-route-show-card{
  position:relative;
  min-height:124px;
  border:1px solid rgba(226,232,240,.95);
  border-radius:16px;
  background:rgba(255,255,255,.94);
  color:#172033;
  text-decoration:none;
  padding:12px 13px;
  box-shadow:0 8px 20px rgba(17,24,39,.055);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.ayt-route-show-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,107,18,.65);
  box-shadow:0 14px 28px rgba(17,24,39,.10);
}

.ayt-route-show-card.is-first{
  border-color:rgba(255,107,18,.48);
}

.ayt-route-show-icon{
  width:31px;
  height:31px;
  border-radius:50%;
  border:1px solid rgba(199,119,50,.18);
  background:#fbf8f4;
  color:#d47a26;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
  font-size:16px;
  font-weight:800;
}

.ayt-route-show-badge{
  position:absolute;
  right:10px;
  top:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 8px;
  border-radius:999px;
  background:#fff4ea;
  color:#ee7a23;
  font-size:10px;
  font-weight:800;
}

.ayt-route-show-name{
  margin:0;
  color:#172033;
  font-size:14px;
  line-height:1.22;
  font-weight:800;
}

.ayt-route-show-sub{
  margin:4px 0 0;
  color:#7a8392;
  font-size:12px;
  line-height:1.25;
  font-weight:600;
}

.ayt-route-show-meta{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:18px;
  margin-top:8px;
  padding-top:8px;
  border-top:1px solid #eef2f6;
  color:#7a8392;
  font-size:11px;
  font-weight:700;
}

.ayt-route-show-meta span{
  display:inline-flex;
  align-items:center;
  gap:4px;
  white-space:nowrap;
}

.ayt-route-show-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:10px;
}

.ayt-route-show-price{
  color:#f26d16;
  font-size:17px;
  line-height:1;
  font-weight:800;
}

.ayt-route-show-arrow{
  width:24px;
  height:24px;
  border-radius:50%;
  border:1px solid rgba(242,109,22,.14);
  background:#fff;
  color:#f26d16;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 5px 12px rgba(17,24,39,.08);
  font-size:20px;
  line-height:1;
}

@media(max-width:1180px){
  .ayt-route-showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:900px){
  .ayt-route-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:640px){
  .ayt-route-showcase{
    margin:28px auto 42px;
    padding:0 16px;
  }

  .ayt-route-showcase-title{
    font-size:28px;
  }

  .ayt-route-showcase-subtitle{
    font-size:13px;
  }

  .ayt-route-showcase-shell{
    border-radius:18px;
    padding:12px;
  }

  .ayt-route-showcase-grid{
    grid-template-columns:1fr;
  }

  .ayt-route-show-card{
    min-height:116px;
  }
}

/* AYT ROUTE CARD WIDTH HALF FINAL */
.ayt-route-showcase-grid{
  justify-items:center;
}

.ayt-route-show-card{
  width:50%;
}

@media(max-width:900px){
  .ayt-route-show-card{
    width:70%;
  }
}

@media(max-width:640px){
  .ayt-route-show-card{
    width:100%;
  }
}

/* AYT ROUTE CARD HEIGHT GAP COMPACT FINAL */
.ayt-route-showcase-shell{
  padding:10px !important;
}

.ayt-route-showcase-grid{
  gap:6px !important;
  justify-content:start !important;
  justify-items:stretch !important;
  grid-template-columns:repeat(4, minmax(0, 150px)) !important;
}

.ayt-route-show-card{
  width:100% !important;
  min-height:82px !important;
  padding:8px 9px !important;
  border-radius:13px !important;
}

.ayt-route-show-icon{
  width:22px !important;
  height:22px !important;
  margin-bottom:5px !important;
  font-size:12px !important;
}

.ayt-route-show-badge{
  right:7px !important;
  top:7px !important;
  padding:3px 6px !important;
  font-size:8px !important;
}

.ayt-route-show-name{
  font-size:11px !important;
  line-height:1.15 !important;
}

.ayt-route-show-sub{
  margin-top:2px !important;
  font-size:9px !important;
  line-height:1.15 !important;
}

.ayt-route-show-meta{
  min-height:0 !important;
  margin-top:5px !important;
  padding-top:5px !important;
  gap:5px !important;
  font-size:9px !important;
}

.ayt-route-show-bottom{
  margin-top:6px !important;
  gap:5px !important;
}

.ayt-route-show-price{
  font-size:13px !important;
}

.ayt-route-show-arrow{
  width:18px !important;
  height:18px !important;
  font-size:15px !important;
}

@media(max-width:900px){
  .ayt-route-showcase-grid{
    grid-template-columns:repeat(3, minmax(0, 150px)) !important;
  }
}

@media(max-width:640px){
  .ayt-route-showcase-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:8px !important;
  }

  .ayt-route-show-card{
    min-height:82px !important;
  }
}

/* AYT ROUTE SHOWCASE SHELL FRAME REMOVE FINAL */
.ayt-route-showcase-shell{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
  border-radius:0 !important;
  overflow:visible !important;
}

.ayt-route-showcase-shell:before{
  display:none !important;
  content:none !important;
}
