/* Travel by Kate 1.9Y.5 — ONLY vertical alignment of the two offer-card buttons.
   No price/card/photo/text/gap/width/layout changes. */
.tbk19y4-offer-card .tbk19y4-buttons > .tbk19y4-more,
.tbk19y4-offer-card .tbk19y4-buttons > .tbk19y4-apply{
  position:static!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  inset:auto!important;
  transform:none!important;
  translate:none!important;
  align-self:stretch!important;
  justify-self:stretch!important;
  margin-top:0!important;
  margin-right:0!important;
  margin-bottom:0!important;
  margin-left:0!important;
  box-sizing:border-box!important;
}

/* Preserve the already-approved 1.9Y.4 geometry; only force both controls onto
   the exact same row and physical height. */
.tbk19y4-offer-card .tbk19y4-buttons{
  align-items:stretch!important;
}
.tbk19y4-offer-card .tbk19y4-buttons > .tbk19y4-more,
.tbk19y4-offer-card .tbk19y4-buttons > .tbk19y4-apply{
  height:50px!important;
  min-height:50px!important;
  max-height:50px!important;
}

@media(max-width:620px){
  .tbk19y4-offer-card .tbk19y4-buttons > .tbk19y4-more,
  .tbk19y4-offer-card .tbk19y4-buttons > .tbk19y4-apply{
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
  }
}
