dialog.sms-send-confirm {
  box-sizing: border-box;
  width: min(560px, calc(100vw - 32px));
  max-height: calc(100dvh - 48px);
  margin: auto;
  padding: 24px;
  overflow: auto;
  border: 1px solid #c3d8d4;
  border-radius: 14px;
  background: #fff;
  color: #193c3b;
  box-shadow: 0 18px 70px #173b3b40;
  font-family: inherit;
}
dialog.sms-send-confirm::backdrop { background: #102f3266; }
.sms-send-confirm h2 { margin: 0 0 18px; font-size: 1.35rem; line-height: 1.4; }
.sms-send-confirm .sms-send-confirm-message {
  margin: 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 1rem;
  line-height: 1.9;
}
.sms-send-confirm-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 24px; }
.sms-send-confirm-actions button {
  min-height: 46px;
  padding: 10px 20px;
  border: 1px solid #a4bdb7;
  border-radius: 7px;
  background: #fff;
  color: #193c3b;
  font: inherit;
  font-weight: 650;
  line-height: 1.4;
  cursor: pointer;
}
.sms-send-confirm-actions .sms-send-confirm-submit { border-color: #086c67; background: #086c67; color: #fff; }
.sms-send-confirm-actions button:focus-visible { outline: 3px solid #b18116; outline-offset: 3px; }
.sms-send-confirm-actions button:disabled { opacity: .5; cursor: default; }
@media (max-width: 480px) {
  dialog.sms-send-confirm { padding: 20px; }
  .sms-send-confirm-actions button { flex: 1; padding: 10px 12px; }
}
@media print { dialog.sms-send-confirm { display: none !important; } }
