.delivery-plz-dialog {
  max-width: min(440px, 94vw);
}

.delivery-plz-flow-header {
  border-bottom: 1px solid #eef1f4;
}

.delivery-plz-mismatch-body {
  padding-top: 8px;
  text-align: center;
}

.delivery-plz-mismatch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f5f7fa 0%, #eef2f6 100%);
  color: #5c6b7a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.delivery-plz-mismatch-icon--positive {
  background: linear-gradient(180deg, #f3faf6 0%, #e8f5ee 100%);
  color: #3d7a5c;
}

.delivery-plz-mismatch-icon svg {
  display: block;
}

.delivery-plz-mismatch-lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
  color: #374151;
  margin: 0 0 8px;
}

.delivery-plz-mismatch-hint {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6b7280;
  margin: 0 0 20px;
}

.delivery-plz-mismatch-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  margin: 0 auto;
  max-width: 100%;
}

.delivery-plz-mismatch-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  background: #fff;
  color: #1a1f24;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  text-align: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.delivery-plz-mismatch-action:hover {
  border-color: #d1d5db;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.delivery-plz-mismatch-action:focus-visible {
  outline: 2px solid #9ca3af;
  outline-offset: 2px;
}

.delivery-plz-mismatch-action-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  min-width: 0;
}

.delivery-plz-mismatch-action-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1f24;
}

.delivery-plz-mismatch-action-hint {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #6b7280;
}

.delivery-plz-mismatch-action-arrow {
  flex-shrink: 0;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 300;
  color: #9ca3af;
  transition: color 0.18s ease, transform 0.18s ease;
}

.delivery-plz-mismatch-action:hover .delivery-plz-mismatch-action-arrow {
  color: #e5322d;
  transform: translateX(2px);
}

.delivery-plz-use-alternative-address {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f8fafb;
  border: 1px solid #e8eaed;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #374151;
  text-align: center;
}

.delivery-plz-mismatch-footer,
.delivery-plz-use-alternative-footer,
.delivery-plz-edit-footer,
.delivery-address-choice-footer {
  justify-content: center;
  gap: 10px;
}

.delivery-plz-use-alternative-footer,
.delivery-plz-edit-footer,
.delivery-address-choice-footer {
  justify-content: flex-end;
}

.delivery-plz-flow-dismiss-btn {
  background: transparent;
  border-color: transparent;
  color: #6b7280;
}

.delivery-plz-flow-dismiss-btn:hover {
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #374151;
}

.delivery-plz-edit-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.delivery-plz-edit-lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #4b5563;
  text-align: left;
}

.delivery-plz-edit-input {
  display: block;
  width: 100%;
  max-width: 11.5rem;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font-family: inherit;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.14em;
  color: #1a1f24;
}

.delivery-plz-edit-input::placeholder {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: normal;
  color: #9ca3af;
}

.delivery-plz-edit-input:focus {
  outline: none;
  border-color: #e5322d;
  box-shadow: 0 0 0 3px rgba(229, 50, 45, 0.12);
}

.delivery-plz-edit-error {
  margin: 0;
  color: #c0392b;
  font-size: 0.9rem;
}

.delivery-plz-edit-error[hidden] {
  display: none;
}

.delivery-address-choice-lead {
  text-align: center;
  margin-bottom: 4px !important;
}

.account-settings-plz-flow-hint {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f8fafb;
  border: 1px solid #e8eaed;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #4b5563;
}

.account-settings-plz-flow-hint[hidden] {
  display: none;
}

.account-settings-return-from-plz-btn[hidden] {
  display: none;
}
