/* Aviatrip V9.2.4 — premium price / currency / details action bar */
.atc923-tour-card .atc923-tour-card__footer{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:stretch!important;
  gap:10px!important;
  margin-top:auto!important;
  padding-top:14px!important;
  border-top:1px solid #e7eef6!important;
}

.atc923-tour-card .tour-card-price-v921{
  position:relative!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  align-content:center!important;
  gap:7px!important;
  min-width:0!important;
  min-height:72px!important;
  padding:9px 10px 9px 13px!important;
  overflow:hidden!important;
  border:1px solid #dce8f5!important;
  border-radius:16px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(45,132,246,.12),transparent 42%),
    linear-gradient(145deg,#f8fbff 0%,#eef5fd 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 18px rgba(21,61,105,.07)!important;
}
.atc923-tour-card .tour-card-price-v921::before{
  content:"";
  position:absolute;
  top:12px;
  bottom:12px;
  left:0;
  width:3px;
  border-radius:0 999px 999px 0;
  background:linear-gradient(180deg,#28a1ff,#1769ff 58%,#0b4fb3);
}
.atc923-tour-card .tour-card-price-v921__amount{
  display:flex!important;
  min-width:0!important;
  align-items:baseline!important;
  gap:5px!important;
  margin:0!important;
}
.atc923-tour-card .tour-card-price-v921__amount strong{
  display:block!important;
  min-width:0!important;
  margin:0!important;
  color:#102b4b!important;
  font-size:21px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:-.55px!important;
  white-space:nowrap!important;
}
.atc923-tour-card .tour-card-price-v921__amount small{
  margin:0!important;
  color:#7d8fa3!important;
  font-size:8px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
}

.atc923-tour-card .tour-currency-switch-v921--card{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  width:94px!important;
  max-width:100%!important;
  gap:3px!important;
  padding:3px!important;
  border:1px solid #d4e1ee!important;
  border-radius:11px!important;
  background:#e7eff8!important;
  box-shadow:inset 0 1px 3px rgba(16,48,83,.08)!important;
}
.atc923-tour-card .tour-currency-switch-v921--card button{
  display:flex!important;
  width:auto!important;
  min-width:0!important;
  height:27px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  padding:0 5px!important;
  border-radius:8px!important;
  color:#526b85!important;
  background:transparent!important;
  box-shadow:none!important;
  font-size:10px!important;
  font-weight:950!important;
  line-height:1!important;
}
.atc923-tour-card .tour-currency-switch-v921--card button::after{
  font-size:7px;
  font-weight:950;
  letter-spacing:.035em;
}
.atc923-tour-card .tour-currency-switch-v921--card button[data-tour-currency-option="GEL"]::after{content:"GEL"}
.atc923-tour-card .tour-currency-switch-v921--card button[data-tour-currency-option="USD"]::after{content:"USD"}
.atc923-tour-card .tour-currency-switch-v921--card button:hover{
  color:#075cbf!important;
  background:rgba(255,255,255,.72)!important;
}
.atc923-tour-card .tour-currency-switch-v921--card button.is-active,
.atc923-tour-card .tour-currency-switch-v921--card button[aria-pressed="true"]{
  color:#fff!important;
  background:linear-gradient(135deg,#1687f4,#0758bd)!important;
  box-shadow:0 5px 13px rgba(8,99,211,.25)!important;
}
.atc923-tour-card .tour-currency-switch-v921--card button[data-tour-currency-option="USD"].is-active,
.atc923-tour-card .tour-currency-switch-v921--card button[data-tour-currency-option="USD"][aria-pressed="true"]{
  background:linear-gradient(135deg,#16a16d,#08744d)!important;
  box-shadow:0 5px 13px rgba(8,116,77,.24)!important;
}

.atc923-tour-card .atc923-tour-card__footer>a.atc923-tour-card__details{
  align-self:stretch!important;
  width:auto!important;
  min-width:108px!important;
  height:auto!important;
  min-height:72px!important;
  padding:0 10px 0 13px!important;
  border-radius:16px!important;
  box-shadow:0 12px 25px rgba(13,83,180,.23)!important;
}
.atc923-tour-card .atc923-tour-card__footer>a.atc923-tour-card__details span{
  font-size:9.5px!important;
  font-weight:950!important;
  letter-spacing:0!important;
}
.atc923-tour-card .atc923-tour-card__footer>a.atc923-tour-card__details b{
  width:27px!important;
  height:27px!important;
  flex:0 0 27px!important;
  border-radius:9px!important;
  font-size:15px!important;
}

.v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__footer{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:stretch!important;
  gap:9px!important;
  padding-top:12px!important;
}
.v78-home .atc923-tour-card.is-home-compact-tour .tour-card-price-v921{
  min-height:68px!important;
  padding:8px 9px 8px 12px!important;
}
.v78-home .atc923-tour-card.is-home-compact-tour .tour-card-price-v921__amount strong{
  font-size:20px!important;
}
.v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__footer>a.atc923-tour-card__details{
  width:auto!important;
  min-width:104px!important;
  height:auto!important;
  min-height:68px!important;
  padding:0 9px 0 12px!important;
}

html[data-theme=dark] .atc923-tour-card .tour-card-price-v921{
  border-color:#294159!important;
  background:radial-gradient(circle at 100% 0,rgba(48,139,255,.16),transparent 42%),linear-gradient(145deg,#15283d,#102035)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 8px 18px rgba(0,0,0,.16)!important;
}
html[data-theme=dark] .atc923-tour-card .tour-card-price-v921__amount strong{color:#f2f7ff!important}
html[data-theme=dark] .atc923-tour-card .tour-card-price-v921__amount small{color:#9fb0c3!important}
html[data-theme=dark] .atc923-tour-card .tour-currency-switch-v921--card{
  border-color:#2a435d!important;
  background:#0c1c2e!important;
}
html[data-theme=dark] .atc923-tour-card .tour-currency-switch-v921--card button{color:#aebed0!important}

@media(max-width:420px){
  .atc923-tour-card .atc923-tour-card__footer,
  .v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__footer{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:stretch!important;
    gap:8px!important;
  }
  .atc923-tour-card .tour-card-price-v921{
    display:grid!important;
    grid-template-columns:1fr!important;
    min-height:66px!important;
    padding:8px 8px 8px 11px!important;
  }
  .atc923-tour-card .tour-card-price-v921__amount{
    grid-column:auto!important;
  }
  .atc923-tour-card .tour-card-price-v921>.tour-currency-switch-v921{
    grid-column:auto!important;
  }
  .atc923-tour-card .tour-card-price-v921__amount strong{font-size:19px!important}
  .atc923-tour-card .tour-currency-switch-v921--card{width:88px!important}
  .atc923-tour-card .tour-currency-switch-v921--card button{height:25px!important;font-size:9px!important}
  .atc923-tour-card .atc923-tour-card__footer>a.atc923-tour-card__details,
  .v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__footer>a.atc923-tour-card__details{
    width:auto!important;
    min-width:101px!important;
    height:auto!important;
    min-height:66px!important;
    padding:0 8px 0 10px!important;
  }
  .atc923-tour-card .atc923-tour-card__footer>a.atc923-tour-card__details span{font-size:9px!important}
  .atc923-tour-card .atc923-tour-card__footer>a.atc923-tour-card__details b{width:25px!important;height:25px!important;flex-basis:25px!important}
}

@media(max-width:350px){
  .atc923-tour-card .atc923-tour-card__footer,
  .v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__footer{gap:6px!important}
  .atc923-tour-card .tour-card-price-v921{padding-right:7px!important}
  .atc923-tour-card .tour-currency-switch-v921--card{width:82px!important}
  .atc923-tour-card .tour-currency-switch-v921--card button::after{display:none}
  .atc923-tour-card .atc923-tour-card__footer>a.atc923-tour-card__details,
  .v78-home .atc923-tour-card.is-home-compact-tour .atc923-tour-card__footer>a.atc923-tour-card__details{min-width:94px!important}
}

@media(prefers-reduced-motion:reduce){
  .atc923-tour-card .tour-currency-switch-v921--card button{transition:none!important}
}
