
/* Header CTA image buttons - v3 */
a.btn-header-red, a.btn-header-green {
  display:inline-block !important;
  width: 360px;
  max-width: 42vw;
  height: 90px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 18px !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: none !important;
}
a.btn-header-red { background-image: url('btn-mail.png') !important; }
a.btn-header-green { background-image: url('btn-whatsapp.png') !important; }
@media (max-width: 768px) {
  a.btn-header-red, a.btn-header-green {
    width: 48vw;
    height: 64px;
    border-radius: 16px;
  }
}
/* Keep header images same height */
header img.logo-rdm, header img[src*='logo-rdm'] {
  height: 64px;
  max-height: 64px;
}
