#custom-menu-container a.wtpo-main-menu-cta,
a.wtpo-main-menu-cta {
  gap: 8px;
  padding: 8px 16px !important;
  background: #b8014c !important;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.15s ease;
}

a.wtpo-main-menu-cta::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background-color: #fff;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M448 64h-64V32a32 32 0 0 0-32-32H160a32 32 0 0 0-32 32v32H64a32 32 0 0 0-32 32v64c0 44.2 35.8 80 80 80a112.1 112.1 0 0 0 101.4 74.7L192 384h-32a32 32 0 0 0 0 64h192a32 32 0 0 0 0-64h-32l-21.4-53.3A112.1 112.1 0 0 0 400 256c44.2 0 80-35.8 80-80V96a32 32 0 0 0-32-32zM112 208a32 32 0 0 1-32-32v-32h48v80a80 80 0 0 1-16-16zm320-32a32 32 0 0 1-32 32c-6-4-11-9-16-16v-80h48z'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M448 64h-64V32a32 32 0 0 0-32-32H160a32 32 0 0 0-32 32v32H64a32 32 0 0 0-32 32v64c0 44.2 35.8 80 80 80a112.1 112.1 0 0 0 101.4 74.7L192 384h-32a32 32 0 0 0 0 64h192a32 32 0 0 0 0-64h-32l-21.4-53.3A112.1 112.1 0 0 0 400 256c44.2 0 80-35.8 80-80V96a32 32 0 0 0-32-32zM112 208a32 32 0 0 1-32-32v-32h48v80a80 80 0 0 1-16-16zm320-32a32 32 0 0 1-32 32c-6-4-11-9-16-16v-80h48z'/></svg>") no-repeat center / contain;
}

#custom-menu-container a.wtpo-main-menu-cta:hover,
#custom-menu-container a.wtpo-main-menu-cta:focus,
a.wtpo-main-menu-cta:hover,
a.wtpo-main-menu-cta:focus {
  background: #9a0140 !important;
  color: #fff !important;
  text-decoration: none;
}
