/* RentalAjay internal chat contact actions v8 */
.chat-contact-form{margin:0;display:inline-flex;max-width:100%}
.chat-contact-button,.chat-contact-seller-button{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:42px;white-space:normal}
.chat-contact-button-primary{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff!important;border:1px solid rgba(255,255,255,.13);box-shadow:0 8px 20px rgba(37,99,235,.18)}
.chat-contact-button-primary:hover{transform:translateY(-1px);filter:brightness(1.04)}
.chat-contact-button-secondary{background:var(--card-bg,#fff);color:var(--text,#172033)!important;border:1px solid var(--border,#dbe4f0)}
.chat-contact-icon{width:18px;height:18px;flex:0 0 18px;stroke-width:2}
.chat-contact-seller-button .chat-contact-icon{width:17px;height:17px}
.store-hero-actions .chat-contact-button,.store-seller-actions .chat-contact-button{width:auto}
html[data-theme="dark"] .chat-contact-button-secondary,body.dark-mode .chat-contact-button-secondary{background:#17243a!important;color:#f5f8ff!important;border-color:#32445f!important}
html[data-theme="dark"] .chat-contact-button-primary,body.dark-mode .chat-contact-button-primary{box-shadow:0 8px 24px rgba(37,99,235,.28)}
@media(max-width:820px){
  .chat-contact-form{min-width:0;max-width:100%}
  .chat-contact-button,.chat-contact-seller-button{max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word;text-align:center;padding-inline:9px;line-height:1.22}
  .chat-contact-button span,.chat-contact-seller-button span{white-space:normal}
  .store-hero-actions .chat-contact-form,.store-hero-actions .chat-contact-button,.store-seller-actions .chat-contact-form,.store-seller-actions .chat-contact-button{width:100%}
  .store-seller-actions{gap:9px}
  .chat-contact-button{min-height:44px;border-radius:12px}
  .chat-contact-seller-button{min-height:38px}
}
