
.commercial-here-verification {
  margin-top: 14px; padding: 14px; border: 1px solid #e4ddd4; border-radius: 14px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #fffdf9;
}
.commercial-here-verification.is-current { border-color: #b9dfca; background: #f4fbf7; }
.commercial-here-verification-copy { min-width: 0; }
.commercial-here-verification-copy > div { display: flex; align-items: center; gap: 8px; }
.commercial-here-verification-copy p { margin: 6px 0 4px; color: #59544f; line-height: 1.45; }
.commercial-here-verification-copy small { color: #706a64; }
.commercial-here-verification .dispatch-primary-button { flex: 0 0 auto; }
@media (max-width: 780px) {
  .commercial-here-verification { align-items: stretch; flex-direction: column; }
  .commercial-here-verification .dispatch-primary-button { width: 100%; justify-content: center; }
}
