.ph-mega-button-item {
  display: flex;
  align-items: center;
  margin: var(--phmb-my, 0px) var(--phmb-mx, 0px);
}

.ph-mega-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none !important;
  background: var(--phmb-bg, #E11D48);
  color: var(--phmb-text, #FFFFFF) !important;
  border-radius: var(--phmb-radius, 999px);
  padding: var(--phmb-py, 10px) var(--phmb-px, 16px);
  font-weight: var(--phmb-weight, 600);
  font-size: var(--phmb-fs, 15px);
  white-space: nowrap;
}

.ph-mega-button-link:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.ph-mega-button-link:hover {
  filter: brightness(0.95);
}
