.pcc-access {
  width: 100%;
  margin: 0 auto;
  font-family: inherit;
}

.pcc-access__nav {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.pcc-access__tab.is-active {
  font-weight: 600;
}

.pcc-panel {
  width: 100%;
}

.pcc-form {
  width: 100%;
  display: grid;
  gap: 16px;
}

.pcc-field {
  display: grid;
  gap: 6px;
}

.pcc-label {
  font-weight: 400;
  font-family: "League Spartan", serif;
}

.pcc-input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}

.pcc-check {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pcc-check a {
  font-weight: 600;
}

.pcc-check a:hover {
  text-decoration: underline !important;
}

.pcc-alert {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid #EBEAE4;
  border-radius: 5px;
}

.pcc-alert--success {
  color: oklch(44.8% .119 151.328);
  border-color: oklch(44.8% .119 151.328);
  background-color: oklch(98.2% .018 155.826);

}

.pcc-alert--error {
  border-color: oklch(44.4% .177 26.899);
  color: oklch(44.4% .177 26.899);
  background-color: oklch(97.1% .013 17.38);
}

.pcc-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.pcc-grid {
  display: grid;
  gap: 16px;
}

.pcc-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pcc-form__footer {
  margin-top: -4px;
}

.pcc-link {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .pcc-grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}

.pcc-panel {
  display: none;
  width: 100%;
}

.pcc-panel.is-active {
  display: block;
}

.pcc-access__tab {
  cursor: pointer;
  background: transparent;
}

.pcc-access__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pcc-link {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}

.pcc-access__tab,
.pcc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid #EBEAE4;
  text-decoration: none;
  border-radius: 100px;
  font-family: "League Spartan", serif;
  min-height: 44px;
  background-color: #fff;
  cursor: pointer;
  line-height: 0.7em;
  text-transform: uppercase;
  font-weight: 600;
}

.pcc-access__tab.is-active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.pcc-input,
select.pcc-input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #cfcfcf;
}

.pcc-access,
.pcc-access * {
  box-sizing: border-box;
}

.pcc-access {
  width: 100%;
  margin: 0 auto;
}

.pcc-panel {
  width: 100%;
  min-width: 0;
}

.pcc-form {
  width: 100%;
}

.pcc-button {
  display: flex;
  width: 100%;
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.pcc-form__footer {
  width: 100%;
}

.cf-turnstile {
  width: 100%;
}

@media (max-width: 767px) {
  .pcc-access {
    min-width: 0;
  }
}
