.shaverhall-svg-cta {
  display: flex;
}

.shaverhall-svg-cta__link {
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  isolation: isolate;
}

.shaverhall-svg-submit {
  width: min(12rem, 100%);
  padding: 0;
  border: 0;
  background: transparent;
  color: #f3c49a;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.gform_wrapper .shaverhall-svg-submit {
  color: #F3C49A !important;
}

.gform_wrapper .shaverhall-svg-submit .shaverhall-svg-cta__text {
  font-size: 16px;
}

.shaverhall-svg-cta__link:hover,
.shaverhall-svg-cta__link:focus {
  text-decoration: none;
}

.shaverhall-svg-cta__link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.shaverhall-svg-cta__shape {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.shaverhall-svg-cta__border {
  fill: none !important;
  stroke: #efc196 !important;
}

.shaverhall-svg-cta__text {
  fill: currentColor !important;
  stroke: none !important;
  text-anchor: middle !important;
  dominant-baseline: central !important;
  font-family: "LaFarge Bold", sans-serif;
  font-size: 12.6px;
  line-height: 1.2;
  text-transform: uppercase;
}

.shaverhall-tag-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.shaverhall-tag-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0.35rem 0.72rem;
  border: 2px solid currentColor;
  border-radius: 999px;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.shaverhall-tag-pill:hover,
.shaverhall-tag-pill:focus {
  color: inherit;
  text-decoration: none;
}

.shaverhall-tag-pill:focus-visible {
  outline: 2px solid #232a6b;
  outline-offset: 3px;
}

.shaverhall-tag-pill.is-active {
  border-color: #232a6b;
  background: #232a6b;
  color: #fff;
}
