/* AutoBayNG Motors Private Chat — lightweight responsive UI */
.abng-chat-listing-action{margin:14px 0;width:100%;box-sizing:border-box}.abng-chat-message-seller,.abng-chat-primary{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:5px;background:#d71920;color:#fff!important;text-decoration:none!important;font-weight:700;cursor:pointer;box-sizing:border-box;transition:background .18s ease,transform .18s ease}.abng-chat-message-seller{width:100%;min-height:50px;padding:14px 20px;font-size:14px;line-height:1.2;text-transform:uppercase;letter-spacing:.2px}.abng-chat-primary{min-height:44px;padding:11px 18px;font-size:14px}.abng-chat-message-seller:hover,.abng-chat-primary:hover{background:#b9141a;color:#fff!important}.abng-chat-message-seller:active,.abng-chat-primary:active{transform:translateY(1px)}

/* Remove the normal Motors title/breadcrumb shell on the dedicated messages page. */
body.abng-chat-messages-page .entry-header,body.abng-chat-messages-page .stm_breadcrumbs_unit,body.abng-chat-messages-page .title-box-disabled{display:none!important}body.abng-chat-messages-page #main{padding-top:24px}body.abng-chat-messages-page #main>.container{width:min(1180px,calc(100% - 32px));max-width:1180px;padding-left:0;padding-right:0}

.abng-chat-app{--chat-red:#d71920;--chat-black:#171717;--chat-border:#e7e8eb;--chat-muted:#74777d;display:grid;grid-template-columns:minmax(270px,31%) minmax(0,1fr);height:min(720px,calc(100vh - 190px));min-height:560px;border:1px solid var(--chat-border);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.06);font-family:inherit}.abng-chat-inbox{min-width:0;border-right:1px solid var(--chat-border);background:#fafafa;overflow:auto}.abng-chat-inbox-head{position:sticky;top:0;z-index:2;padding:18px 18px 14px;border-bottom:1px solid var(--chat-border);background:rgba(250,250,250,.97);backdrop-filter:blur(8px)}.abng-chat-inbox-head>div{display:flex;flex-direction:column;gap:2px}.abng-chat-inbox-head strong{font-size:18px;color:#171717}.abng-chat-inbox-head small{font-size:12px;color:var(--chat-muted)}.abng-chat-inbox-item{display:flex;align-items:center;gap:11px;padding:13px 14px;border-bottom:1px solid #eeeeef;text-decoration:none!important;color:#222!important;position:relative;transition:background .15s ease}.abng-chat-inbox-item:hover{background:#f3f3f4}.abng-chat-inbox-item.is-active{background:#fff;box-shadow:inset 3px 0 0 var(--chat-red)}.abng-chat-avatar{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#222;color:#fff;font-weight:700;flex:0 0 42px;overflow:hidden}.abng-chat-avatar img{width:100%;height:100%;display:block;object-fit:cover}.abng-chat-inbox-copy{min-width:0;display:flex;flex-direction:column;gap:1px;line-height:1.28;flex:1}.abng-chat-inbox-copy strong,.abng-chat-inbox-copy small,.abng-chat-inbox-copy time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.abng-chat-inbox-copy strong{font-size:14px;color:#1e1e1f}.abng-chat-inbox-copy small{font-size:12px;color:#5f6267}.abng-chat-inbox-copy time{font-size:10px;color:#9a9ca0}.abng-chat-unread{width:10px;height:10px;background:var(--chat-red);border-radius:50%;margin-left:auto;box-shadow:0 0 0 3px rgba(215,25,32,.10);flex:0 0 10px}

.abng-chat-thread{min-width:0;min-height:0;display:flex;flex-direction:column;background:#f7f7f8}.abng-chat-thread-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;border-bottom:1px solid var(--chat-border);background:#fff;min-height:68px}.abng-chat-thread-person{display:flex;align-items:center;gap:10px;min-width:0}.abng-chat-thread-person>div{min-width:0;display:flex;flex-direction:column;line-height:1.25}.abng-chat-thread-person strong,.abng-chat-thread-person small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.abng-chat-thread-person strong{font-size:15px;color:#171717}.abng-chat-thread-person small{font-size:12px;color:var(--chat-muted);max-width:420px}.abng-chat-thread-avatar{width:40px;height:40px;flex-basis:40px}.abng-chat-live-state{display:inline-flex;align-items:center;gap:5px;margin-top:3px;font-size:10px;color:#6a6d72}.abng-chat-live-state i{width:6px;height:6px;border-radius:50%;background:#35a854;box-shadow:0 0 0 2px rgba(53,168,84,.12)}.abng-chat-actions{display:flex;align-items:center;gap:5px;flex-wrap:wrap;justify-content:flex-end}.abng-chat-actions a,.abng-chat-actions button{font-size:12px;border:1px solid #e2e3e6;background:#fff;color:#4b4e53!important;text-decoration:none!important;cursor:pointer;border-radius:6px;padding:7px 9px;line-height:1.1}.abng-chat-actions a:hover,.abng-chat-actions button:hover{border-color:#c8c9cc;background:#f7f7f7}.abng-chat-mobile-back{display:none;border:0;background:transparent;color:#222;font-size:28px;line-height:1;padding:3px 6px 5px 0;cursor:pointer}

.abng-chat-messages{flex:1;min-height:0;overflow:auto;padding:22px 20px;background-color:#f6f6f7;background-image:radial-gradient(circle at 1px 1px,rgba(0,0,0,.025) 1px,transparent 0);background-size:18px 18px;scroll-behavior:smooth}.abng-chat-bubble{position:relative;max-width:min(76%,640px);padding:10px 13px 8px;border-radius:14px 14px 14px 4px;margin:0 0 10px;background:#fff;color:#151515;white-space:pre-wrap;overflow-wrap:anywhere;box-shadow:0 1px 2px rgba(0,0,0,.08);font-size:14px;line-height:1.42}.abng-chat-bubble.is-mine{margin-left:auto;background:#171717;color:#fff;border-radius:14px 14px 4px 14px}.abng-chat-meta{display:flex;justify-content:flex-end;gap:5px;font-size:10px;opacity:.62;margin-top:5px;white-space:nowrap}.abng-chat-compose{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding:12px 14px;background:#fff;border-top:1px solid var(--chat-border)}.abng-chat-compose textarea{width:100%;max-height:130px;resize:none;min-width:0;border:1px solid #d9dade!important;border-radius:12px!important;padding:11px 13px!important;font:inherit;line-height:1.4;background:#f8f8f9;box-shadow:none!important;outline:none}.abng-chat-compose textarea:focus{border-color:#aeb1b7!important;background:#fff}.abng-chat-compose .abng-chat-primary{min-width:76px;border-radius:10px}.abng-chat-status{min-height:0;padding:0 14px;background:#fff;color:#b32d2e;font-size:12px}.abng-chat-status:not(:empty){padding-top:6px;padding-bottom:6px}.abng-chat-empty{padding:18px;color:#666}.abng-chat-empty-thread{margin:auto;text-align:center;max-width:360px}.abng-chat-empty-thread strong{display:block;color:#222;font-size:18px;margin-bottom:5px}.abng-chat-login,.abng-chat-notice{padding:24px;border:1px solid #e3e3e3;border-radius:10px;background:#fff}.abng-chat-error{border-color:#dba7a7;background:#fff8f8}

@media(max-width:900px){body.abng-chat-messages-page #main>.container{width:min(100% - 24px,1180px)}.abng-chat-app{grid-template-columns:minmax(230px,35%) minmax(0,1fr);height:calc(100dvh - 150px);min-height:520px}.abng-chat-thread-head{padding:11px 13px}.abng-chat-actions a,.abng-chat-actions button{padding:6px 7px}.abng-chat-messages{padding:18px 14px}.abng-chat-bubble{max-width:84%}}

@media(max-width:700px){body.abng-chat-messages-page #main{padding-top:10px}body.abng-chat-messages-page #main>.container{width:100%;max-width:none;padding:0}.abng-chat-app{display:block;height:calc(100dvh - 92px);min-height:500px;border-radius:0;border-left:0;border-right:0;box-shadow:none}.abng-chat-inbox,.abng-chat-thread{height:100%}.abng-chat-inbox{border-right:0}.abng-chat-app.has-active-thread .abng-chat-inbox{display:none}.abng-chat-app:not(.has-active-thread) .abng-chat-thread{display:none}.abng-chat-app.is-mobile-inbox-open .abng-chat-inbox{display:block}.abng-chat-app.is-mobile-inbox-open .abng-chat-thread{display:none}.abng-chat-mobile-back{display:inline-flex}.abng-chat-thread-head{min-height:62px;padding:9px 11px}.abng-chat-thread-person{gap:7px;flex:1;overflow:hidden}.abng-chat-thread-avatar{width:36px;height:36px;flex-basis:36px}.abng-chat-thread-person small{max-width:180px}.abng-chat-live-state{display:none}.abng-chat-actions{gap:3px}.abng-chat-thread-head{align-content:flex-start;flex-wrap:wrap}.abng-chat-thread-person{width:100%}.abng-chat-actions{width:100%;justify-content:flex-start;padding-left:52px;margin-top:-5px}.abng-chat-actions a,.abng-chat-actions button{display:inline-flex;font-size:10px;padding:5px 7px}.abng-chat-messages{padding:14px 10px}.abng-chat-bubble{max-width:88%;font-size:14px}.abng-chat-compose{gap:7px;padding:9px 9px calc(9px + env(safe-area-inset-bottom))}.abng-chat-compose textarea{min-height:44px!important;padding:10px 11px!important}.abng-chat-compose .abng-chat-primary{min-width:66px;min-height:44px;padding:10px 12px}.abng-chat-inbox-head{padding:15px 14px 12px}.abng-chat-inbox-item{padding:12px 13px}.abng-chat-message-seller{min-height:52px;font-size:14px;padding:15px 18px}}

@media(max-width:380px){.abng-chat-thread-person small{max-width:135px}.abng-chat-bubble{max-width:92%}.abng-chat-actions a{font-size:10px}.abng-chat-message-seller{font-size:13px}}

/* v0.1.6 live chat enhancements */
.abng-chat-inbox-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.abng-chat-archive-toggle{font-size:11px;font-weight:700;color:#d71920!important;text-decoration:none!important}.abng-chat-typing{min-height:20px;padding:2px 14px 0;background:#fff;color:#666;font-size:12px;font-style:italic}.abng-chat-live-state.is-online i{background:#22a447}.abng-chat-live-state:not(.is-online) i{background:#aaa;box-shadow:none}.abng-chat-day{display:flex;align-items:center;gap:10px;margin:14px 0;color:#8a8d92;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.abng-chat-day:before,.abng-chat-day:after{content:"";height:1px;background:#e1e2e5;flex:1}.abng-chat-body{display:inline}.abng-chat-delete-message{position:absolute;top:4px;right:6px;width:20px;height:20px;border:0;border-radius:50%;background:transparent;color:inherit;opacity:0;cursor:pointer;font-size:16px;line-height:18px}.abng-chat-bubble:hover .abng-chat-delete-message,.abng-chat-delete-message:focus{opacity:.55}.abng-chat-delete-message:hover{opacity:1!important;background:rgba(0,0,0,.07)}.abng-chat-bubble.is-mine .abng-chat-delete-message:hover{background:rgba(255,255,255,.12)}
@media(max-width:700px){.abng-chat-delete-message{opacity:.35}.abng-chat-typing{padding-left:10px;padding-right:10px}.abng-chat-archive-toggle{font-size:10px}}


/* v0.1.8+ notification center — isolated from Motors button styling */
.abng-chat-notification-center{display:block!important;margin:0 0 14px!important;padding:16px!important;border:1px solid #e1e2e5!important;border-radius:12px!important;background:#fff!important;box-sizing:border-box!important;box-shadow:0 3px 14px rgba(0,0,0,.035)!important}.abng-chat-notification-copy{display:block!important;min-width:0!important;margin:0 0 12px!important}.abng-chat-notification-copy>strong{display:block!important;margin:0!important;color:#18191b!important;font-size:15px!important;font-weight:700!important;line-height:1.3!important}.abng-chat-notification-copy>small{display:block!important;margin:3px 0 0!important;color:#71747a!important;font-size:11px!important;line-height:1.4!important}.abng-chat-notification-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;width:100%!important;margin:0!important;padding:0!important}.abng-chat-notification-option{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-width:0!important;min-height:78px!important;padding:11px 12px!important;border:1px solid #e7e8eb!important;border-radius:10px!important;background:#fafafa!important;box-sizing:border-box!important}.abng-chat-notification-option-copy{display:block!important;min-width:0!important;flex:1!important}.abng-chat-notification-option-copy>strong{display:block!important;margin:0!important;color:#202124!important;font-size:12px!important;font-weight:700!important;line-height:1.3!important}.abng-chat-notification-option-copy>small{display:block!important;margin:3px 0 0!important;color:#73767b!important;font-size:10px!important;font-weight:400!important;line-height:1.35!important}.abng-chat-notification-option-copy>em{display:block!important;min-height:0!important;margin:4px 0 0!important;color:#347746!important;font-size:9px!important;font-style:normal!important;line-height:1.3!important;overflow-wrap:anywhere!important}.abng-chat-notification-option-copy>em:empty{display:none!important}.abng-chat-notification-option-copy>em.is-error{color:#b32d2e!important}.abng-chat-preference-button{appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;min-width:68px!important;min-height:36px!important;margin:0!important;padding:8px 11px!important;border:1px solid #cfd2d6!important;border-radius:8px!important;background:#fff!important;color:#27292d!important;box-shadow:none!important;font-family:inherit!important;font-size:11px!important;font-weight:700!important;line-height:1.15!important;letter-spacing:0!important;text-align:center!important;text-decoration:none!important;text-transform:none!important;white-space:nowrap!important;cursor:pointer!important;transition:border-color .15s ease,background .15s ease,color .15s ease,opacity .15s ease!important}.abng-chat-preference-button:hover,.abng-chat-preference-button:focus{border-color:#aeb2b7!important;background:#f4f5f6!important;color:#171819!important;outline:0!important}.abng-chat-preference-button[data-enabled="1"]{border-color:#acd7b7!important;background:#edf8f0!important;color:#146c32!important}.abng-chat-preference-button[data-enabled="1"]:before{content:"✓";display:inline-block;margin-right:5px;font-weight:800}.abng-chat-preference-button.is-loading{opacity:.65!important;cursor:wait!important}.abng-chat-preference-button:disabled{opacity:.55!important;cursor:not-allowed!important}.abng-chat-notification-feedback{display:block!important;min-height:0!important;margin:0!important;color:#347746!important;font-size:10px!important;line-height:1.4!important}.abng-chat-notification-feedback:not(:empty){margin-top:10px!important;padding-top:9px!important;border-top:1px solid #eceef0!important}.abng-chat-notification-feedback.is-error{color:#b32d2e!important}
@media(max-width:900px){.abng-chat-notification-actions{grid-template-columns:1fr!important}.abng-chat-notification-option{min-height:66px!important}}
@media(max-width:700px){.abng-chat-notification-center{margin:0 10px 10px!important;padding:13px!important;border-radius:10px!important}.abng-chat-notification-actions{gap:8px!important}.abng-chat-notification-option{min-height:64px!important;padding:10px!important}.abng-chat-notification-option-copy>strong{font-size:12px!important}.abng-chat-notification-option-copy>small{font-size:10px!important}.abng-chat-preference-button{min-width:66px!important;min-height:34px!important;padding:7px 10px!important;font-size:10px!important}}
@media(max-width:380px){.abng-chat-notification-option{align-items:flex-start!important;flex-direction:column!important}.abng-chat-preference-button{width:100%!important}}


/* v0.1.9.3 notification center compatibility marker. Critical rules are also emitted inline on the Messages page to defeat stale theme/CDN CSS. */
.abng-chat-notification-center.abng-chat-notification-v2{width:100%;box-sizing:border-box}

/* v0.2.5 Professional AutoBayNG broadcasts / system messages */
.abng-system-center{display:block;margin:0 0 16px;padding:0;border:1px solid #e1e3e6;border-radius:12px;background:#fff;overflow:hidden;box-sizing:border-box;box-shadow:0 4px 18px rgba(0,0,0,.035)}.abng-system-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-bottom:1px solid #eceef0;background:#fff}.abng-system-head>div{min-width:0}.abng-system-kicker{display:block;margin:0 0 4px;color:#d71920;font-size:9px;font-weight:800;letter-spacing:.12em}.abng-system-head h3{margin:0 0 3px;color:#17191c;font-size:17px;line-height:1.25}.abng-system-head p{margin:0;color:#6d7177;font-size:12px;line-height:1.4}.abng-system-count{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:29px;padding:6px 10px;border:1px solid #dfe2e6;border-radius:999px;background:#f6f7f8;color:#656970;font-size:10px;font-weight:700;white-space:nowrap}.abng-system-count.has-unread{border-color:#f1c9ca;background:#fff5f5;color:#b21f25}.abng-system-list{display:flex;flex-direction:column}.abng-system-message{display:flex;align-items:center;justify-content:space-between;gap:14px;position:relative;padding:14px 18px;border-bottom:1px solid #eceef0;background:#fff;color:#17191c!important;text-decoration:none!important;transition:background .15s ease,box-shadow .15s ease}.abng-system-message:last-child{border-bottom:0}.abng-system-message:hover{background:#fafafa;color:#17191c!important}.abng-system-message.is-unread{box-shadow:inset 3px 0 0 #d71920;background:#fffdfd}.abng-system-message.is-urgent{background:#fff8f8}.abng-system-message.is-important:not(.is-urgent){background:#fffdf8}.abng-system-message-main{min-width:0;flex:1}.abng-system-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:0 0 5px}.abng-system-meta time{margin-left:auto;color:#878b91;font-size:9px}.abng-system-type,.abng-system-priority{display:inline-flex;align-items:center;min-height:20px;padding:3px 7px;border-radius:999px;font-size:9px;font-weight:700;line-height:1}.abng-system-type{background:#f1f2f4;color:#464a50}.abng-system-priority{background:#fff0f0;color:#b21f25}.abng-system-message h4{margin:0;color:#17191c;font-size:14px;font-weight:700;line-height:1.35;overflow-wrap:anywhere}.abng-system-message-state{display:flex;align-items:center;gap:9px;flex:0 0 auto}.abng-system-new{display:inline-flex;align-items:center;justify-content:center;min-height:21px;padding:3px 7px;border-radius:999px;background:#d71920;color:#fff;font-size:8px;font-weight:800;letter-spacing:.06em}.abng-system-chevron{color:#a3a6aa;font-size:24px;font-weight:300;line-height:1}.abng-system-feedback{min-height:0;margin:0;padding:0 18px;color:#347746;font-size:10px}
.abng-system-detail{width:min(920px,100%);margin:0 auto 24px;padding:0;box-sizing:border-box}.abng-system-back{display:inline-flex;align-items:center;margin:0 0 12px;color:#4e5257!important;font-size:12px;font-weight:700;text-decoration:none!important}.abng-system-back:hover{color:#d71920!important}.abng-system-detail-card{overflow:hidden;border:1px solid #e1e3e6;border-radius:14px;background:#fff;box-shadow:0 10px 32px rgba(0,0,0,.055)}.abng-system-detail-card.is-urgent{border-top:4px solid #d71920}.abng-system-detail-card.is-important{border-top:4px solid #d6a722}.abng-system-detail-head{padding:24px 26px 19px;border-bottom:1px solid #eceef0}.abng-system-detail-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin:8px 0 12px}.abng-system-detail-meta time{margin-left:auto;color:#85898e;font-size:10px}.abng-system-detail-head h1{margin:0;color:#17191c;font-size:clamp(22px,3vw,31px);font-weight:750;line-height:1.2;overflow-wrap:anywhere}.abng-system-detail-body{padding:24px 26px;color:#3f4348;font-size:14px;line-height:1.72}.abng-system-detail-body p{margin:0 0 14px}.abng-system-detail-body ul,.abng-system-detail-body ol{margin:0 0 16px 22px;padding:0}.abng-system-detail-body li{margin:0 0 6px}.abng-system-detail-body a{color:#d71920!important;font-weight:700;text-decoration:underline}.abng-system-detail-body h1,.abng-system-detail-body h2,.abng-system-detail-body h3,.abng-system-detail-body h4{color:#17191c;line-height:1.3}.abng-system-detail-action{padding:0 26px 24px}.abng-system-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:9px 14px!important;border:1px solid #d71920!important;border-radius:7px!important;background:#d71920!important;color:#fff!important;font-size:11px!important;font-weight:700!important;text-decoration:none!important}.abng-system-link:hover{background:#b9151a!important;color:#fff!important}.abng-system-detail-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 26px;border-top:1px solid #eceef0;background:#fafafa}.abng-system-detail-foot span{color:#347746;font-size:10px;font-weight:700}.abng-system-detail-foot small{color:#80848a;font-size:10px}.abng-system-detail-error .abng-system-detail-card{padding:24px}.abng-system-detail-error strong{display:block;margin-bottom:5px;color:#24272b}.abng-system-detail-error p{margin:0;color:#686c72}
@media(max-width:700px){.abng-system-center{margin:0 10px 10px;border-radius:10px}.abng-system-head{align-items:flex-start;flex-direction:column;gap:8px;padding:13px}.abng-system-message{padding:13px;gap:9px}.abng-system-meta time{width:100%;margin-left:0}.abng-system-message h4{font-size:13px}.abng-system-new{display:none}.abng-system-detail{padding:0 10px}.abng-system-detail-head,.abng-system-detail-body{padding:18px}.abng-system-detail-action{padding:0 18px 18px}.abng-system-detail-meta time{width:100%;margin-left:0}.abng-system-detail-foot{align-items:flex-start;flex-direction:column;padding:12px 18px}}

/* v0.2.2 Conversation Actions */
.abng-chat-bulk{display:flex;align-items:center;gap:6px;padding:8px 10px;border-bottom:1px solid #e7e8eb;background:#fff}.abng-chat-bulk-select-all{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;margin:0;color:#5f6368;font-size:10px;font-weight:700;cursor:pointer}.abng-chat-bulk-select-all input,.abng-chat-row-select input{accent-color:#d71920}.abng-chat-bulk select{min-width:0;flex:1;height:31px;margin:0;padding:3px 25px 3px 7px;border:1px solid #dfe1e5;border-radius:6px;background:#fff;color:#3f4247;font-family:inherit;font-size:10px}.abng-chat-bulk button{flex:0 0 auto;min-height:31px;margin:0;padding:5px 8px;border:1px solid #d71920;border-radius:6px;background:#d71920;color:#fff;font-family:inherit;font-size:10px;font-weight:700;cursor:pointer}.abng-chat-bulk button:disabled{border-color:#d6d8dc;background:#eceef0;color:#9a9da2;cursor:not-allowed}.abng-chat-inbox-row{display:flex;align-items:stretch;position:relative;border-bottom:1px solid #eeeeef;background:#fafafa}.abng-chat-inbox-row.is-pinned{background:#fffdf7}.abng-chat-inbox-row .abng-chat-inbox-item{flex:1;min-width:0;border-bottom:0}.abng-chat-row-select{display:flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;margin:0;cursor:pointer}.abng-chat-row-select input{width:14px;height:14px;margin:0}.abng-chat-pin-badge{position:absolute;right:12px;top:8px;display:inline-flex;align-items:center;min-height:18px;padding:2px 6px;border:1px solid #ead8a0;border-radius:999px;background:#fff8dc;color:#7b651c;font-size:8px;font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.04em}.abng-chat-inbox-row .abng-chat-unread{right:12px;bottom:12px;top:auto}.abng-chat-inbox-row:has(.abng-chat-inbox-item.is-active){background:#fff}.abng-chat-action-menu{position:relative;display:inline-flex}.abng-chat-actions-toggle{font-weight:700!important}.abng-chat-actions-dropdown{position:absolute;z-index:20;right:0;top:calc(100% + 6px);display:flex;flex-direction:column;min-width:210px;padding:6px;border:1px solid #dfe1e5;border-radius:9px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.14)}.abng-chat-actions-dropdown[hidden]{display:none!important}.abng-chat-actions .abng-chat-actions-dropdown button{display:block;width:100%;margin:0;padding:9px 10px;border:0;border-radius:6px;background:#fff;color:#303238!important;font-size:11px;font-weight:600;line-height:1.2;text-align:left;white-space:nowrap}.abng-chat-actions .abng-chat-actions-dropdown button:hover,.abng-chat-actions .abng-chat-actions-dropdown button:focus{border:0;background:#f4f5f6;color:#17191c!important}.abng-chat-actions .abng-chat-actions-dropdown button.is-danger{color:#b4232a!important}.abng-chat-actions .abng-chat-actions-dropdown button.is-danger:hover{background:#fff1f2;color:#a3151b!important}
@media(max-width:700px){.abng-chat-bulk{padding:7px 9px}.abng-chat-bulk-select-all span{display:none}.abng-chat-row-select{flex-basis:28px;width:28px}.abng-chat-actions .abng-chat-action-menu{position:relative}.abng-chat-actions-dropdown{right:auto;left:0;min-width:205px}.abng-chat-actions .abng-chat-actions-dropdown button{font-size:11px;padding:9px 10px}.abng-chat-pin-badge{right:10px}}

/* v0.2.3 Notification Preferences Upgrade */
.abng-chat-notification-v2 .abng-chat-notification-actions{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.abng-chat-notification-v2 .abng-chat-sound-select{display:block!important;width:100%!important;min-height:40px!important;margin:0!important;padding:8px 10px!important;border:1px solid #cfd3d8!important;border-radius:7px!important;background:#fff!important;color:#222!important;font-family:inherit!important;font-size:11px!important;font-weight:600!important;line-height:1.2!important;box-sizing:border-box!important}
.abng-chat-notification-v2 .abng-chat-preference-tools{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:100%!important;margin:0!important;padding:14px 0 0!important;border-top:1px solid #eceef0!important;box-sizing:border-box!important}
.abng-chat-notification-v2 .abng-chat-pref-panel{display:flex!important;flex-direction:column!important;gap:11px!important;min-width:0!important;margin:0!important;padding:14px!important;border:1px solid #e4e6e9!important;border-radius:10px!important;background:#fff!important;box-sizing:border-box!important}
.abng-chat-notification-v2 .abng-chat-pref-panel-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;margin:0!important}
.abng-chat-notification-v2 .abng-chat-pref-panel-head>div{min-width:0!important}
.abng-chat-notification-v2 .abng-chat-pref-panel-head strong{display:block!important;margin:0 0 4px!important;color:#181a1d!important;font-size:14px!important;font-weight:700!important;line-height:1.3!important}
.abng-chat-notification-v2 .abng-chat-pref-panel-head small{display:block!important;margin:0!important;color:#70747a!important;font-size:11px!important;line-height:1.45!important}
.abng-chat-notification-v2 .abng-chat-pref-status{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;min-height:26px!important;padding:5px 8px!important;border-radius:999px!important;background:#f1f3f5!important;color:#5e6268!important;font-size:9px!important;font-weight:700!important;line-height:1.2!important;white-space:nowrap!important}
.abng-chat-notification-v2 .abng-chat-pref-status.is-active{background:#fff1f1!important;color:#a92d2e!important}
.abng-chat-notification-v2 .abng-chat-pref-row{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;margin:0!important}
.abng-chat-notification-v2 .abng-chat-pref-row select,.abng-chat-notification-v2 .abng-chat-pref-row input[type="time"]{min-height:38px!important;margin:0!important;padding:7px 9px!important;border:1px solid #cfd3d8!important;border-radius:7px!important;background:#fff!important;color:#222!important;box-sizing:border-box!important;font-size:11px!important}
.abng-chat-notification-v2 .abng-chat-pref-row select{flex:1 1 auto!important;min-width:0!important}
.abng-chat-notification-v2 .abng-chat-pref-row .abng-chat-preference-button{width:auto!important;min-width:118px!important}
.abng-chat-notification-v2 .abng-chat-quiet-switches{display:flex!important;flex-wrap:wrap!important;gap:9px 16px!important;margin:0!important}
.abng-chat-notification-v2 .abng-chat-quiet-switches label{display:inline-flex!important;align-items:center!important;gap:6px!important;margin:0!important;color:#383b40!important;font-size:10px!important;font-weight:600!important;line-height:1.35!important}
.abng-chat-notification-v2 .abng-chat-quiet-times{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
.abng-chat-notification-v2 .abng-chat-quiet-times label{display:flex!important;flex-direction:column!important;gap:5px!important;margin:0!important;color:#565a60!important;font-size:10px!important;font-weight:600!important}
.abng-chat-notification-v2 .abng-chat-quiet-times input[type="time"]{width:100%!important;min-height:38px!important;margin:0!important;padding:7px 9px!important;border:1px solid #cfd3d8!important;border-radius:7px!important;background:#fff!important;color:#222!important;box-sizing:border-box!important}
.abng-chat-notification-v2 .abng-chat-timezone{display:block!important;margin:0!important;color:#777b80!important;font-size:9px!important;line-height:1.4!important;overflow-wrap:anywhere!important}
.abng-chat-notification-v2 .abng-chat-quiet-save{align-self:flex-start!important;width:auto!important;min-width:130px!important}
.abng-chat-notification-v2 .abng-chat-pref-message{display:block!important;min-height:0!important;margin:0!important;color:#347746!important;font-size:10px!important;line-height:1.4!important}
.abng-chat-notification-v2 .abng-chat-pref-message.is-error{color:#a92d2e!important}
@media(max-width:1100px){.abng-chat-notification-v2 .abng-chat-notification-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:900px){.abng-chat-notification-v2 .abng-chat-preference-tools{grid-template-columns:1fr!important}}
@media(max-width:700px){.abng-chat-notification-v2 .abng-chat-notification-actions{grid-template-columns:1fr!important}.abng-chat-notification-v2 .abng-chat-pref-panel-head{flex-direction:column!important}.abng-chat-notification-v2 .abng-chat-pref-row{align-items:stretch!important;flex-direction:column!important}.abng-chat-notification-v2 .abng-chat-pref-row .abng-chat-preference-button,.abng-chat-notification-v2 .abng-chat-quiet-save{width:100%!important}.abng-chat-notification-v2 .abng-chat-quiet-times{grid-template-columns:1fr 1fr!important}}
@media(max-width:420px){.abng-chat-notification-v2 .abng-chat-quiet-times{grid-template-columns:1fr!important}}

/* v0.2.4 Advanced Inbox Search & Filters */
.abng-chat-inbox-filter{display:block;margin:0;padding:10px;border-bottom:1px solid #e7e8eb;background:#fff;box-sizing:border-box}.abng-chat-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:center}.abng-chat-search-row input[type="search"]{width:100%;min-width:0;height:34px;margin:0;padding:6px 9px;border:1px solid #d9dce1;border-radius:7px;background:#fff;color:#222;font-family:inherit;font-size:11px;line-height:1.2;box-shadow:none;box-sizing:border-box}.abng-chat-search-row input[type="search"]:focus{border-color:#aeb2b8;outline:2px solid rgba(215,25,32,.08);outline-offset:0}.abng-chat-search-submit,.abng-chat-filter-actions button{appearance:none;border:1px solid #d71920;border-radius:7px;background:#d71920;color:#fff;cursor:pointer;font-family:inherit;font-size:10px;font-weight:700;line-height:1.2;text-align:center}.abng-chat-search-submit{height:34px;padding:6px 9px}.abng-chat-search-submit:hover,.abng-chat-filter-actions button:hover{background:#b9141a;border-color:#b9141a;color:#fff}.abng-chat-filter-details{margin:8px 0 0;padding:0;border:1px solid #e5e7ea;border-radius:8px;background:#fafbfc}.abng-chat-filter-details>summary{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:8px 9px;color:#44484e;font-size:10px;font-weight:700;cursor:pointer;list-style:none}.abng-chat-filter-details>summary::-webkit-details-marker{display:none}.abng-chat-filter-details>summary:after{content:"+";font-size:14px;font-weight:500;color:#7c8086}.abng-chat-filter-details[open]>summary:after{content:"−"}.abng-chat-filter-details>summary span{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:auto;padding:0 5px;border-radius:999px;background:#d71920;color:#fff;font-size:9px;line-height:1}.abng-chat-filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:0 9px 9px}.abng-chat-filter-grid label{display:flex;flex-direction:column;gap:4px;min-width:0;margin:0;color:#676b71;font-size:9px;font-weight:700;line-height:1.2}.abng-chat-filter-grid select,.abng-chat-filter-grid input[type="date"]{width:100%;min-width:0;height:32px;margin:0;padding:4px 6px;border:1px solid #d9dce1;border-radius:6px;background:#fff;color:#303238;font-family:inherit;font-size:10px;box-sizing:border-box}.abng-chat-filter-actions{display:flex;align-items:center;gap:7px;padding:0 9px 9px}.abng-chat-filter-actions button{min-height:31px;padding:6px 9px}.abng-chat-filter-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:31px;padding:6px 8px;border:1px solid #dfe1e5;border-radius:7px;background:#fff;color:#555a60!important;font-size:10px;font-weight:700;text-decoration:none!important;box-sizing:border-box}.abng-chat-filter-actions a:hover{background:#f2f3f5;color:#222!important}.abng-chat-filter-result{margin:7px 1px 0;color:#888c91;font-size:9px;line-height:1.35}.abng-chat-empty a{color:#d71920!important;font-weight:700;text-decoration:none!important}.abng-chat-empty a:hover{text-decoration:underline!important}
@media(max-width:900px){.abng-chat-filter-grid{grid-template-columns:1fr}}
@media(max-width:700px){.abng-chat-inbox-filter{padding:9px 12px}.abng-chat-filter-grid{grid-template-columns:1fr 1fr}.abng-chat-search-row input[type="search"],.abng-chat-search-submit{height:38px}.abng-chat-filter-grid select,.abng-chat-filter-grid input[type="date"]{height:36px}}
@media(max-width:420px){.abng-chat-filter-grid{grid-template-columns:1fr}.abng-chat-filter-actions{align-items:stretch;flex-direction:column}.abng-chat-filter-actions button,.abng-chat-filter-actions a{width:100%}}
.abng-chat-inbox-filter .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* v0.2.5.1 explicit member Chat Sounds switch */
.abng-chat-notification-v2 .abng-chat-sound-controls{display:flex!important;flex-direction:column!important;gap:9px!important;width:100%!important;margin:0!important}
.abng-chat-notification-v2 .abng-chat-sound-switch-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important;min-height:40px!important;padding:8px 10px!important;border:1px solid #dfe2e6!important;border-radius:8px!important;background:#fff!important;box-sizing:border-box!important}
.abng-chat-notification-v2 .abng-chat-sound-switch-label{display:block!important;color:#34373b!important;font-size:11px!important;font-weight:700!important;line-height:1.3!important}
.abng-chat-notification-v2 .abng-chat-sound-switch{appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;position:relative!important;flex:0 0 auto!important;width:52px!important;height:28px!important;margin:0!important;padding:3px!important;border:1px solid #c8ccd1!important;border-radius:999px!important;background:#dfe2e6!important;box-shadow:none!important;cursor:pointer!important}
.abng-chat-notification-v2 .abng-chat-sound-switch:before{content:""!important;display:block!important;width:20px!important;height:20px!important;margin:0!important;border-radius:50%!important;background:#fff!important;box-shadow:0 1px 4px rgba(0,0,0,.18)!important;transform:translateX(0)!important;transition:transform .18s ease!important}
.abng-chat-notification-v2 .abng-chat-sound-switch[aria-checked="true"]{border-color:#2d8b4b!important;background:#36a85a!important}
.abng-chat-notification-v2 .abng-chat-sound-switch[aria-checked="true"]:before{transform:translateX(22px)!important}
.abng-chat-notification-v2 .abng-chat-sound-mode-wrap{display:flex!important;flex-direction:column!important;gap:5px!important;width:100%!important}
.abng-chat-notification-v2 .abng-chat-sound-mode-wrap>span{display:block!important;color:#6d7177!important;font-size:10px!important;font-weight:600!important;line-height:1.3!important}
.abng-chat-notification-v2 .abng-chat-sound-select:disabled{background:#f1f2f3!important;color:#999!important;cursor:not-allowed!important}
.abng-chat-notification-v2 .abng-chat-sound-managed{display:inline-flex!important;align-items:center!important;min-height:40px!important;padding:9px 10px!important;border:1px solid #e2e4e7!important;border-radius:8px!important;background:#f7f8f9!important;color:#60646a!important;font-size:10px!important;font-weight:600!important;line-height:1.4!important;box-sizing:border-box!important}

/* v0.2.7 Contact Information Protection */
.abng-chat-contact-warning[hidden]{display:none!important}.abng-chat-contact-warning{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:12px 14px;border-top:1px solid #efc96b;border-bottom:1px solid #efc96b;background:#fff9e8;color:#352d18}.abng-chat-contact-warning-copy{min-width:0}.abng-chat-contact-warning-copy strong{display:block;margin:0 0 4px;font-size:13px;line-height:1.3;color:#2d2615}.abng-chat-contact-warning-copy p{margin:0 0 4px;font-size:12px;line-height:1.45;color:#5a4c27}.abng-chat-contact-warning-copy small{display:block;color:#7b6630;font-size:10px;line-height:1.4}.abng-chat-contact-warning-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.abng-chat-contact-warning-actions button{min-height:36px;padding:8px 12px;border:1px solid #c7aa61;border-radius:8px;background:#fff;color:#443719;font-size:11px;font-weight:700;cursor:pointer}.abng-chat-contact-warning-actions .abng-chat-primary{border-color:#151515;background:#151515;color:#fff}.abng-chat-contact-warning.is-blocked{border-color:#d9a3a3;background:#fff4f4}.abng-chat-contact-warning.is-blocked .abng-chat-contact-warning-copy strong{color:#8f2527}.abng-chat-contact-warning.is-blocked .abng-chat-contact-warning-copy p,.abng-chat-contact-warning.is-blocked .abng-chat-contact-warning-copy small{color:#7c3c3d}.abng-chat-contact-warning.is-blocked [data-abng-contact-send-anyway]{display:none!important}@media(max-width:700px){.abng-chat-contact-warning{flex-direction:column;gap:10px}.abng-chat-contact-warning-actions{width:100%}.abng-chat-contact-warning-actions button{flex:1 1 0;min-width:0}}
