/* Keep the enquiry actions clear and low in the hero once support icons are removed. */
@media (min-width: 761px) {
  .hero-copy { height: 100%; }
  .hero .actions { position: absolute; left: 48px; bottom: 36px; }
  .place { width: 232px; right: 32px; bottom: 28px; padding: 14px; background: rgba(6, 30, 50, .76); font-size: .84rem; line-height: 1.18; backdrop-filter: blur(8px); }
  .place > b { font-size: 1.9rem; }
  .place small { font-size: .64rem; line-height: 1.2; }
}

@media (max-width: 760px) {
  .hero-copy { height: 100%; }
  .hero .actions { position: absolute; left: 20px; right: 20px; bottom: 28px; }
}
