.delivery-request-public-page {
  min-height: 100vh;
  background: radial-gradient(circle at top left, rgba(255,255,255,.9), transparent 30%), #eef3f8;
  display: flex;
  justify-content: center;
  padding: 18px 14px;
  color: #101828;
}
.delivery-request-card {
  width: min(100%, 430px);
  align-self: start;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 30px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(15,23,42,.08);
  display: grid;
  gap: 14px;
}
.delivery-request-logo {
  background: #000;
  color: #fff;
  border-radius: 24px;
  min-height: 78px;
  padding: 16px;
  display: grid;
  align-content: center;
}
.delivery-request-logo strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -1px;
}
.delivery-request-logo span {
  display: block;
  margin-top: 5px;
  color: #cbd5e1;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.delivery-request-card h1 {
  margin: 0;
  font-size: 25px;
  line-height: 1.05;
  font-weight: 1000;
  letter-spacing: -.7px;
}
.delivery-request-card p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}
.delivery-request-form {
  display: grid;
  gap: 12px;
}
.delivery-request-form label {
  display: grid;
  gap: 7px;
  color: #475467;
  font-size: 13px;
  font-weight: 1000;
}
.delivery-request-form .input,
.delivery-request-form .textarea {
  width: 100%;
  border: 1px solid #d0d5dd;
  border-radius: 18px;
  background: #fff;
  color: #101828;
  padding: 0 14px;
  font: inherit;
  font-size: 16px;
  font-weight: 850;
  outline: none;
}
.delivery-request-form .input { height: 52px; }
.delivery-request-form .textarea { padding-top: 12px; resize: vertical; min-height: 92px; }
.delivery-request-location-box {
  border: 1px dashed #cbd5e1;
  border-radius: 22px;
  background: #f8fafc;
  padding: 14px;
  display: grid;
  gap: 5px;
}
.delivery-request-location-box strong {
  font-size: 14px;
  font-weight: 1000;
  color: #101828;
}
.delivery-request-location-box span,
.delivery-request-base {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}
.delivery-request-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.delivery-request-actions button {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: #e5e7eb;
  color: #101828;
  font-size: 15px;
  font-weight: 1000;
}
.delivery-request-actions button.primary {
  background: #101828;
  color: #fff;
}
.delivery-request-actions button:disabled {
  opacity: .7;
}
.delivery-request-success {
  min-height: 170px;
  border-radius: 24px;
  background: #dcfce7;
  color: #15803d;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  gap: 8px;
}
.delivery-request-success strong {
  font-size: 22px;
  font-weight: 1000;
}
.delivery-request-success span {
  color: #166534;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}
.delivery-base-settings-panel .official-admin-list-card small,
.delivery-base-settings-panel .soft-card small {
  word-break: break-all;
}
