.blocked-contact-customizer {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  clear: both;
  margin: 20px 0;
  padding: 22px;
  border: 1px solid #dbe5e2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 37, 61, .06);
}
.blocked-contact-customizer h3 { margin: 4px 0 6px; color: #14253d; }
.blocked-contact-customizer p { margin: 0 0 16px; color: #647180; }
.blocked-contact-customizer .admin-contact-kicker { margin: 0; color: #078c6c; font-size: 12px; font-weight: 800; }
.blocked-contact-customizer label { display: block; margin-bottom: 7px; color: #37475a; font-weight: 700; }
.blocked-contact-customizer textarea { display: block; width: 100%; max-width: 100%; min-height: 92px; padding: 12px; box-sizing: border-box; resize: vertical; border: 1px solid #cdd9d6; border-radius: 12px; font: inherit; }
.blocked-contact-customizer textarea:focus { outline: 2px solid rgba(9, 148, 112, .22); border-color: #099470; }
.admin-contact-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; }
.admin-contact-actions small { color: #7a8794; }
.admin-contact-actions button { min-height: 44px; }
@media (max-width: 600px) {
  .blocked-contact-customizer { margin: 0 0 18px; padding: 17px; }
  .blocked-contact-customizer textarea { min-height: 120px; font-size: 16px; line-height: 1.4; }
  .admin-contact-actions { align-items: stretch; flex-direction: column; }
  .admin-contact-actions button { width: 100%; white-space: normal; }
}
