.support-hours-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
}

.support-hours-zone {
  color: #fff;
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 999px;
  padding: 0 6px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: .03em;
  white-space: nowrap;
}

.contact_heading_tab.white.support-hours-grid {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 2px 8px;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.support-hours-grid time {
  color: inherit;
  font: inherit;
}

.tab_with_shadow.whatsapp-contact-cta {
  position: relative;
  align-items: center;
  flex-flow: row;
  width: 100%;
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: background-color .2s ease, box-shadow .2s ease;
}

.whatsapp-contact-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  background: #ffffff0d;
}

.whatsapp-contact-cta__icon-image {
  display: block;
  width: 32px;
  height: 32px;
}

.whatsapp-contact-cta__label {
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.whatsapp-contact-cta__new-tab {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.whatsapp-contact-cta__arrow {
  flex: 0 0 auto;
  color: #25d366;
  font-size: 18px;
  line-height: 1;
}

.tab_with_shadow.whatsapp-contact-cta:focus-visible {
  outline: 3px solid #25d366;
  outline-offset: 3px;
}

@media (hover: hover) {
  .tab_with_shadow.whatsapp-contact-cta:hover {
    background-color: #25d36614;
    box-shadow: inset 0 -1px 1px #25d366, inset 0 1px 1px #25d3668c;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tab_with_shadow.whatsapp-contact-cta {
    transition: none;
  }
}
