/* Travel by Kate 1.9Y.8 — tours.html only.
   Keep the existing card and price geometry. Put the two existing CTA nodes in one row. */
.tbk19y8-action-host .tbk19y8-button-row {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 44fr) minmax(0, 56fr) !important;
  align-items: stretch !important;
  gap: 8px !important;
  box-sizing: border-box !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
}

.tbk19y8-action-host .tbk19y8-more,
.tbk19y8-action-host .tbk19y8-apply {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  margin: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

.tbk19y8-empty-origin { display: none !important; }

@media (max-width: 620px) {
  .tbk19y8-action-host .tbk19y8-button-row {
    grid-template-columns: minmax(0, 44fr) minmax(0, 56fr) !important;
    gap: 8px !important;
    margin-top: 8px !important;
  }
  .tbk19y8-action-host .tbk19y8-more,
  .tbk19y8-action-host .tbk19y8-apply {
    height: 42px !important;
    min-height: 42px !important;
  }
}
