.eno-form-shell {
  margin: 1rem 0 0;
}

.eno-form {
  max-width: 42rem;
}

.eno-form--newsletter_signup {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
}

.eno-form-field {
  margin-bottom: 1rem;
}

.eno-form--newsletter_signup .eno-form-field {
  margin-bottom: 0;
}

.eno-form--newsletter_signup .eno-form-field--email {
  flex: 1 1 16rem;
}

.eno-form-field label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.eno-form-required {
  color: #b91c1c;
  margin-left: 0.2rem;
}

.eno-form-field .input-text,
.eno-form-field textarea {
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 0.75rem 0.9rem;
  background: #fff;
  box-sizing: border-box;
}

.eno-form-field.has-error .input-text,
.eno-form-field.has-error textarea {
  border-color: #b91c1c;
}

.eno-form-checkbox-label {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-weight: 400;
}

.eno-form-checkbox-label input {
  margin-top: 0.2rem;
}

.eno-form-error {
  margin: 0.35rem 0 0;
  color: #b91c1c;
  font-size: 0.95rem;
}

.eno-form-actions {
  margin: 1.25rem 0 0;
}

.eno-form--newsletter_signup .eno-form-actions {
  margin: 0;
}

.eno-form-actions .button,
.eno-form-actions .button.alt {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: auto !important;
}

.eno-form-actions .button[disabled],
.eno-form-actions .button.alt[disabled] {
  opacity: 0.7;
  cursor: wait;
}

.eno-form-spinner {
  width: 0;
  height: 0.95rem;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 999px;
  flex: 0 0 auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  animation: eno-form-spin 0.8s linear infinite;
}

.eno-form.is-submitting .eno-form-spinner {
  width: 0.95rem;
  opacity: 1;
  visibility: visible;
}

.eno-form-notice {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border-left: 4px solid transparent;
}

.eno-form-notice--success {
  background: #eefbf0;
  border-color: #2f855a;
  color: #1f5138;
}

.eno-form-notice--error {
  background: #fff1f1;
  border-color: #c53030;
  color: #7f1d1d;
}

.eno-withdrawal-shell {
  max-width: 760px;
}

.eno-withdrawal-intro {
  margin-bottom: 1.5rem;
}

.eno-withdrawal-paths {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.eno-withdrawal-path {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}

.eno-withdrawal-panel {
  margin-bottom: 1rem;
}

.eno-withdrawal-panel--inactive {
  opacity: 0.55;
}

.eno-withdrawal-order-cases {
  margin: 0;
  padding-left: 1.1rem;
}

.eno-withdrawal-items {
  margin: 1.25rem 0;
  padding: 1rem;
  border: 1px solid #e2e2e2;
  background: #fafafa;
}

.eno-withdrawal-items h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.eno-withdrawal-items p {
  margin: 0 0 0.9rem;
}

.eno-withdrawal-item-list {
  display: grid;
  gap: 0.65rem;
}

.eno-withdrawal-item {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.75rem;
  border: 1px solid #dedede;
  background: #fff;
}

.eno-withdrawal-item input {
  margin-top: 0.15rem;
}

.eno-withdrawal-item small {
  display: block;
  margin-top: 0.2rem;
  color: #666;
  font-size: 0.9rem;
}

.eno-withdrawal-footer {
  width: 100%;
  margin: 0.75rem 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
  clear: both;
}

.eno-withdrawal-footer__details {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.85rem;
  position: relative;
  z-index: 2;
}

.eno-withdrawal-footer__details > summary {
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  list-style: none;
  position: relative;
  z-index: 3;
}

.eno-withdrawal-footer__link {
  color: #fff;
  display: inline-block;
  font-weight: 600;
}

.eno-withdrawal-footer__link:hover,
.eno-withdrawal-footer__link:focus {
  color: #fff;
  text-decoration: underline;
}

.eno-withdrawal-footer__content {
  margin-top: 1rem;
  color: #fff;
  padding-bottom: 0.5rem;
}

.eno-withdrawal-footer__details > summary::-webkit-details-marker {
  display: none;
}

.eno-withdrawal-footer__content .eno-form-shell,
.eno-withdrawal-footer__content .eno-withdrawal-shell,
.eno-withdrawal-footer__content .eno-withdrawal-intro,
.eno-withdrawal-footer__content .eno-withdrawal-helper,
.eno-withdrawal-footer__content .eno-form-field label,
.eno-withdrawal-footer__content .eno-withdrawal-item small,
.eno-withdrawal-footer__content .eno-withdrawal-items p,
.eno-withdrawal-footer__content .eno-form-notice {
  color: #fff;
}

.eno-withdrawal-helper {
  margin: 0 0 1rem;
}

.eno-withdrawal-footer__content .input-text,
.eno-withdrawal-footer__content textarea,
.eno-withdrawal-footer__content select {
  background: rgba(255, 255, 255, 0.96);
  color: #111;
}

.eno-withdrawal-footer__content .button,
.eno-withdrawal-footer__content .button.alt {
  position: relative;
  z-index: 3;
}

.eno-withdrawal-footer__content .eno-form-error {
  color: #ffd6d6;
}

.absolute-footer .footer-primary .eno-withdrawal-footer {
  display: block;
  width: 100%;
}

.eno-withdrawal-tracking {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e2e2e2;
}

.eno-withdrawal-tracking h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.eno-withdrawal-track-fields {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eno-withdrawal-tracking-result {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  background: #eefbf0;
  border-left: 4px solid #2f855a;
}

.eno-withdrawal-admin-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.eno-withdrawal-admin-detail .postbox {
  min-width: 0;
}

.eno-withdrawal-admin-detail .inside {
  padding: 0.85rem 1rem;
}

.eno-withdrawal-admin-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

@media (max-width: 640px) {
  .eno-withdrawal-track-fields {
    grid-template-columns: 1fr;
  }
}

@keyframes eno-form-spin {
  to {
    transform: rotate(360deg);
  }
}
