.backpacknu-mailster-slot {
  width: 100%;
}

.backpacknu-mailster-slot :where(form, .mailster-form) {
  margin: 0;
}

.backpacknu-mailster-slot :where(.wp-block-button, .wp-block-buttons, .wp-block-group, .wp-block-columns, .wp-block-column, p) {
  margin: 0;
}

.backpacknu-mailster-slot :where(input, button, textarea, select) {
  font: inherit;
}

.backpacknu-mailster-slot :where(input[type="checkbox"]) {
  accent-color: var(--accent);
}

.backpacknu-mailster-slot :where(.mailster-notice, .mailster-error, .mailster-success, .mailster-message, .mailster-response, .mailster-alert) {
  border-radius: 0.5rem;
  flex: 1 0 100%;
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
}

.backpacknu-mailster-slot--content {
  margin: 0 auto;
  max-width: 24rem;
}

.backpacknu-mailster-slot--content :where(form, .mailster-form) {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.backpacknu-mailster-slot--content :where(form, .mailster-form) > * {
  flex: 1 1 auto;
  min-width: 0;
}

.backpacknu-mailster-slot--content :where(form, .mailster-form) > :is(.wp-block-button, .wp-block-buttons) {
  flex: 0 0 auto;
}

.backpacknu-mailster-slot--content :where(label) {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-bottom: 0.35rem;
  text-align: left;
}

.backpacknu-mailster-slot--content :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]), textarea, select) {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.5rem;
  box-shadow: none;
  color: #fff;
  min-height: 44px;
  outline: none;
  padding: 0.625rem 1rem;
  width: 100%;
}

.backpacknu-mailster-slot--content :where(input, textarea, select)::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.backpacknu-mailster-slot--content :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]), textarea, select):focus {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.32);
}

.backpacknu-mailster-slot--content :where(button, input[type="submit"], .wp-block-button__link) {
  background: #fff;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: none;
  color: var(--accent);
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  min-height: 44px;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
  transition: background-color 0.15s ease;
  white-space: nowrap;
}

.backpacknu-mailster-slot--content :where(button, input[type="submit"], .wp-block-button__link):hover {
  background: rgba(255, 255, 255, 0.92);
}

.backpacknu-mailster-slot--content :where(.mailster-notice, .mailster-error, .mailster-success, .mailster-message, .mailster-response, .mailster-alert) {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.875rem;
}

.backpacknu-mailster-slot--footer :where(form, .mailster-form) {
  align-items: stretch;
  display: flex;
  gap: 0.5rem;
}

.backpacknu-mailster-slot--footer :where(.wp-block-mailster-form-outside-wrapper, .wp-block-mailster-form-inside-wrapper) {
  width: 100%;
}

.backpacknu-mailster-slot--footer :where(.wp-block-mailster-form-outside-wrapper form, .wp-block-mailster-form-inside-wrapper form, .wp-block-mailster-form-outside-wrapper .mailster-form, .wp-block-mailster-form-inside-wrapper .mailster-form) {
  align-items: stretch;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}

.backpacknu-mailster-slot--footer :where(form, .mailster-form) > * {
  flex: 1 1 auto;
  min-width: 0;
}

.backpacknu-mailster-slot--footer :where(form, .mailster-form) > :is(.wp-block-button, .wp-block-buttons) {
  flex: 0 0 auto;
}

.backpacknu-mailster-slot--footer :where(label) {
  color: rgba(245, 244, 241, 0.92);
  display: block;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-bottom: 0.35rem;
}

.backpacknu-mailster-slot--footer :where(.wp-block-mailster-form-field-label) {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.backpacknu-mailster-slot--footer :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]), textarea, select) {
  background: rgba(245, 244, 241, 0.1);
  border: 1px solid rgba(245, 244, 241, 0.15);
  border-radius: 0.5rem;
  box-shadow: none;
  color: var(--bg-warm);
  min-height: 40px;
  outline: none;
  padding: 0.5rem 0.75rem;
  width: 100%;
}

.backpacknu-mailster-slot--footer div.wp-block-mailster-form-outside-wrapper .input {
  height: 40px !important;
  line-height: 1.2 !important;
  min-height: 40px !important;
  padding: 0.5rem 0.75rem !important;
}

.backpacknu-mailster-slot--footer :where(input, textarea, select)::placeholder {
  color: rgba(245, 244, 241, 0.62);
}

.backpacknu-mailster-slot--footer :where(button, input[type="submit"], .wp-block-button__link) {
  background-color: var(--accent);
  border: 0;
  border-radius: 0.5rem;
  box-shadow: none;
  color: #fff;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 0;
  overflow: visible;
  padding: 0.5rem 0.875rem;
  transition: background-color 0.15s ease;
  white-space: nowrap;
  width: 100%;
}

.backpacknu-mailster-slot--footer div.wp-block-mailster-form-outside-wrapper .submit-button {
  background-color: var(--accent) !important;
  color: #fff !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0.5rem 0.875rem !important;
  text-indent: 0 !important;
  width: 100% !important;
}

.backpacknu-mailster-slot--footer :where(button, input[type="submit"], .wp-block-button__link):hover {
  background-color: var(--accent-hover);
}

.backpacknu-mailster-slot--footer div.wp-block-mailster-form-outside-wrapper .submit-button:hover {
  background-color: var(--accent-hover) !important;
}

.backpacknu-mailster-slot--footer :where(.mailster-notice, .mailster-error, .mailster-success, .mailster-message, .mailster-response, .mailster-alert) {
  background: rgba(245, 244, 241, 0.1);
  color: rgba(245, 244, 241, 0.92);
  font-size: 0.75rem;
}

@media (max-width: 639px) {
  .backpacknu-mailster-slot--content :where(form, .mailster-form) {
    justify-content: stretch;
  }

  .backpacknu-mailster-slot--content :where(form, .mailster-form) > * {
    flex-basis: 100%;
  }

  .backpacknu-mailster-slot--content :where(form, .mailster-form) > :is(.wp-block-button, .wp-block-buttons) {
    flex-basis: auto;
  }
}
