.staff-contact { margin: 16px 0 22px; min-width: 0; }
.staff-contact button { min-height: 44px; white-space: normal; overflow-wrap: anywhere; }
.staff-contact-open { border: 0; border-radius: 8px; background: var(--green); color: #fff; padding: 10px 16px; font-weight: 800; }
.staff-contact-open:hover:not(:disabled) { background: #0d713e; }
.staff-contact-help { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; overflow-wrap: anywhere; }
.staff-contact-form { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); display: grid; gap: 16px; min-width: 0; }
.staff-contact-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.staff-contact-heading h3 { font-size: 18px; margin: 0; }
.staff-contact-modes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border: 1px solid #087f6f; border-radius: 6px; overflow: hidden; }
.staff-contact-modes button { border: 0; border-radius: 0; padding: 10px 12px; color: #087f6f; background: #fff; font-weight: 700; }
.staff-contact-modes button + button { border-left: 1px solid #087f6f; }
.staff-contact-modes button[aria-pressed="true"] { background: #087f6f; color: #fff; }
.staff-contact-field { display: grid; gap: 8px; min-width: 0; }
.staff-contact-field > span { font-weight: 700; }
.staff-contact-field > span strong { color: var(--red); font-size: 12px; margin-left: 8px; }
.staff-contact-field textarea { width: 100%; min-height: 130px; resize: vertical; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--ink); }
.staff-contact-field input { min-width: 0; max-width: 100%; }
.staff-contact-field input::file-selector-button { min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); color: var(--ink); cursor: pointer; }
.staff-contact-field small { text-align: right; color: var(--muted); }
.staff-contact-profile { display: flex; gap: 16px; flex-wrap: wrap; overflow-wrap: anywhere; }
.staff-contact-profile span, .staff-contact-destination { color: var(--muted); }
.staff-contact-send { display: flex; gap: 12px; flex-wrap: wrap; }
.staff-contact-feedback { margin: 0; color: var(--red); overflow-wrap: anywhere; }
.staff-contact-feedback:empty { display: none; }
.staff-contact .selected-store-box strong, .staff-contact .store-picker-result strong { overflow-wrap: anywhere; min-width: 0; }
@media (max-width: 560px) {
  .staff-contact-open, .staff-contact-send, .staff-contact-send > button { width: 100%; }
  .staff-contact-modes { grid-template-columns: minmax(0, 1fr); }
  .staff-contact-modes button + button { border-left: 0; border-top: 1px solid #087f6f; }
}
