.wct-provider-card { margin: 20px 0; padding: 18px; border: 1px solid #eadde1; background: #fff9fa; }
.wct-provider-heading { display: flex; align-items: center; gap: 12px; }
.wct-provider-heading img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.wct-provider-heading small, .wct-provider-heading strong { display: block; }
.wct-provider-heading small { color: #8b001b; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.wct-provider-heading strong { margin-top: 2px; font-size: 16px; }
.wct-provider-card > p { margin: 13px 0; color: #655b58; font-size: 12px; line-height: 1.6; }
.wct-provider-gallery { display: flex; gap: 7px; margin: 12px 0; overflow-x: auto; scrollbar-width: none; }
.wct-provider-gallery::-webkit-scrollbar { display: none; }
.wct-provider-gallery img { width: 76px; height: 66px; flex: 0 0 76px; border-radius: 3px; object-fit: cover; }
.wct-chat-note { color: #7b6d69; font-size: 10px; }
.wct-order-chat { margin: 26px 0; padding: 22px; border: 1px solid #d8eadf; background: #f7fcf9; }
.wct-order-chat h2 { margin-top: 0; }
.wct-chat-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.wct-whatsapp-button { display: inline-flex; min-height: 44px; align-items: center; padding: 0 18px; border-radius: 3px; background: #168a4b; color: #fff !important; font-size: 11px; font-weight: 700; text-decoration: none !important; }
.wct-whatsapp-button:hover { background: #0e713b; }

