/* Travel by Kate 1.9Y.4 — final visible offer-card button geometry.
   Price stays above. Two CTAs share one clearly aligned equal-width row. */
.tbk19y4-offer-card{
  display:flex!important;
  flex-direction:column!important;
}
.tbk19y4-offer-card .tbk19y4-action-zone{
  width:100%!important;
  box-sizing:border-box!important;
  margin-top:auto!important;
  padding-top:20px!important;
}
.tbk19y4-offer-card .tbk19y4-price-line{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  align-items:baseline!important;
  justify-content:flex-start!important;
  gap:5px!important;
  margin:0 0 18px!important;
  padding:0!important;
  color:#b87a00!important;
  white-space:nowrap!important;
  line-height:1.05!important;
}
.tbk19y4-offer-card .tbk19y4-price-line,
.tbk19y4-offer-card .tbk19y4-price-line *{color:#b87a00!important}
.tbk19y4-offer-card .tbk19y4-price-line strong,
.tbk19y4-offer-card .tbk19y4-price-line b{
  font-size:clamp(24px,1.8vw,29px)!important;
  font-weight:500!important;
  line-height:1!important;
}
.tbk19y4-offer-card .tbk19y4-buttons{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  align-items:stretch!important;
  gap:14px!important;
  box-sizing:border-box!important;
}
.tbk19y4-offer-card .tbk19y4-more,
.tbk19y4-offer-card .tbk19y4-apply{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  height:50px!important;
  min-height:50px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:10px 12px!important;
  transform:none!important;
  border-radius:12px!important;
  line-height:1!important;
  white-space:nowrap!important;
  text-align:center!important;
  font-size:14px!important;
  font-weight:700!important;
  vertical-align:middle!important;
}
.tbk19y4-offer-card .tbk19y4-more{
  border:1px solid #d7a12d!important;
  background:#fff!important;
  color:#0c2c55!important;
  box-shadow:none!important;
}
.tbk19y4-offer-card .tbk19y4-apply{
  border:1px solid #d79a1b!important;
  background:linear-gradient(180deg,#e0a52a 0%,#c98506 100%)!important;
  color:#fff!important;
  box-shadow:0 7px 16px rgba(190,126,7,.14)!important;
}
.tbk19y4-offer-card .tbk19y4-more:hover{background:#fffaf0!important}
.tbk19y4-offer-card .tbk19y4-apply:hover{filter:brightness(1.03)!important}
.tbk19y4-origin-empty{display:none!important}

@media(max-width:620px){
  .tbk19y4-offer-card .tbk19y4-action-zone{padding-top:18px!important}
  .tbk19y4-offer-card .tbk19y4-price-line{margin-bottom:14px!important}
  .tbk19y4-offer-card .tbk19y4-buttons{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important}
  .tbk19y4-offer-card .tbk19y4-more,
  .tbk19y4-offer-card .tbk19y4-apply{
    height:46px!important;
    min-height:46px!important;
    font-size:12.5px!important;
    padding:8px 7px!important;
  }
}
