.peo-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.peo-event-closed {
  display: grid;
  gap: 7px;
  margin: 16px 0 22px;
  border: 1px solid #d3ddd9;
  border-radius: 8px;
  background: #f5f7f6;
  padding: 16px;
  color: #42564f;
}

.peo-event-closed strong {
  color: #17231d;
  font-size: 1.05rem;
}

.peo-event-closed a {
  width: fit-content;
  color: #076b43;
  font-weight: 900;
}

form[data-peo-closed="true"] .ps2-form__grid,
form[data-peo-closed="true"] .ps2-form__note,
form[data-peo-closed="true"] .ps2-submit {
  display: none !important;
}

[aria-disabled="true"].ps2-signup-cta,
button[aria-disabled="true"][data-ps2-apply],
button[aria-disabled="true"][data-ps2-bottom-submit] {
  pointer-events: none;
  opacity: 0.55;
}

.ps2-calendar__empty,
.ps2-events-empty {
  border: 1px solid #cfe0da;
  border-radius: 8px;
  background: #f7faf9;
  padding: 24px;
  text-align: center;
}

.ps2-calendar__empty h2,
.ps2-events-empty strong {
  display: block;
  margin: 0 0 8px;
  color: #17231d;
  font-size: 1.2rem;
  font-weight: 900;
}

.ps2-calendar__empty p,
.ps2-events-empty p {
  margin: 0;
  color: #52675f;
  line-height: 1.7;
}

.ps2-form__status.peo-status--loading,
.ps2-form__status.peo-status--success,
.ps2-form__status.peo-status--error {
  display: block;
  margin: 14px 0;
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 800;
  line-height: 1.6;
}

.ps2-form__status.peo-status--loading {
  border: 1px solid #b8d7cd;
  background: #f1f8f5;
  color: #24483b;
}

.ps2-form__status.peo-status--success {
  border: 1px solid #72c6a4;
  background: #edf9f4;
  color: #075f3a;
}

.ps2-form__status.peo-status--error {
  border: 1px solid #e4a5a5;
  background: #fff4f4;
  color: #9a2525;
}

.peo-cancel {
  width: min(680px, calc(100% - 36px));
  margin: 40px auto 72px;
  color: #17231d;
}

.peo-cancel h1 {
  margin: 0 0 20px;
  font-size: 1.8rem;
  line-height: 1.35;
}

.peo-cancel__status {
  margin-bottom: 18px;
  border-radius: 8px;
  background: #f1f8f5;
  padding: 14px 16px;
  font-weight: 800;
  line-height: 1.7;
}

.peo-cancel__status.peo-status--success {
  border: 1px solid #72c6a4;
  background: #edf9f4;
  color: #075f3a;
}

.peo-cancel__status.peo-status--error {
  border: 1px solid #e4a5a5;
  background: #fff4f4;
  color: #9a2525;
}

.peo-cancel__details {
  margin-bottom: 24px;
  border: 1px solid #cfe0da;
  border-radius: 8px;
  background: #fff;
}

.peo-cancel__detail {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid #e4eeea;
  padding: 13px 16px;
}

.peo-cancel__detail:last-child {
  border-bottom: 0;
}

.peo-cancel__detail strong {
  color: #47645a;
}

.peo-cancel__reason {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  font-weight: 800;
}

.peo-cancel__reason textarea {
  min-height: 112px;
  width: 100%;
  border: 1px solid #aebfba;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
  color: #17231d;
  font: inherit;
}

.peo-cancel__button {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background: #bd2929;
  padding: 11px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
}

.peo-cancel__button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.peo-newsletter {
  width: min(680px, calc(100% - 36px));
  margin: 40px auto 72px;
  color: #17231d;
}

.peo-newsletter h1 {
  margin: 0 0 12px;
  font-size: 1.8rem;
  line-height: 1.35;
}

.peo-newsletter__form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  border: 1px solid #cfe0da;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.peo-newsletter__form > label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.peo-newsletter__form input[type="text"],
.peo-newsletter__form input[type="email"] {
  min-height: 48px;
  width: 100%;
  border: 1px solid #aebfba;
  border-radius: 8px;
  background: #fff;
  padding: 9px 12px;
  color: #17231d;
  font: inherit;
}

.peo-newsletter__consent {
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  font-weight: 700 !important;
  line-height: 1.7;
}

.peo-newsletter__consent input {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.peo-newsletter__form button {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background: #087848;
  padding: 11px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
}

.peo-newsletter__form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.peo-newsletter__status:not(:empty) {
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 800;
  line-height: 1.6;
}

.peo-newsletter__status.peo-status--loading {
  border: 1px solid #b8d7cd;
  background: #f1f8f5;
  color: #24483b;
}

.peo-newsletter__status.peo-status--success {
  border: 1px solid #72c6a4;
  background: #edf9f4;
  color: #075f3a;
}

.peo-newsletter__status.peo-status--error {
  border: 1px solid #e4a5a5;
  background: #fff4f4;
  color: #9a2525;
}

.peo-newsletter__note {
  margin-top: 14px;
  color: #53665f;
  font-size: 0.9rem;
  line-height: 1.7;
}

@media (max-width: 600px) {
  .peo-cancel,
  .peo-newsletter {
    margin-top: 28px;
  }

  .peo-cancel h1,
  .peo-newsletter h1 {
    font-size: 1.45rem;
  }

  .peo-cancel__detail {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .peo-cancel__button {
    width: 100%;
  }

  .peo-newsletter__form {
    padding: 18px;
  }
}
