/*
 * DO NOT EDIT THIS FILE.
 * It's generated automatically by 'yarn build' command.
 * @preserve
 */

.m-header-cta {
  display: flex;
  gap: 0.0625rem;
}

@media (min-width: 1025px) {
  .m-header-cta {
    gap: 0.5rem;
  }
}

.m-header-cta > * {
  flex: 1;
}

@media (min-width: 1025px) {
  .m-header-cta > * {
    flex: none;
  }
}

.m-header-cta__button {
  --outline-offset: -0.75rem;
  --outline-color: var(--color-background-primary);

  justify-content: center;
  width: 100%;
  height: 3.5rem;
  border-radius: 0;
}

@media (min-width: 1025px) {
  .m-header-cta__button {
    --outline-offset: 0.1875rem;
    --outline-color: var(--color-primary-primary);

    width: auto;
    height: auto;
    border-radius: var(--border-radius-6);
  }
}

@media (min-width: 1025px) {
  .m-header-cta__iconic-button .h-button__text {
    display: none;
  }
}
