/* Talk to Bill — chat UI, themed to the site tokens. Sizes in px (site root is 62.5%).
   Two contexts:
   - .bgwtalk-page  : the inline editorial column on /talk/ (no card chrome, no head bar).
   - .bgwtalk-in-panel : the floating launcher panel (keeps the self-contained card + head).
   The .bgwtalk-grid below mirrors contact's .bgwc 75/25 layout exactly. This stylesheet
   only loads where [bgw_talk] is present, so widening the page wrapper here is safe. */
.bgwpg-inner{max-width:1160px!important}

/* 75/25 layout — identical to contact's .bgwc */
.bgwtalk-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,1fr);gap:48px;align-items:stretch;margin-top:8px}
.bgwtalk-main{min-width:0;display:flex}

.bgwtalk{display:flex;flex-direction:column;width:100%}
/* page context: belongs to the page, not a floating app — no card border/bg */
.bgwtalk-page{flex:1;min-width:0}
/* panel context keeps the original card chrome */
.bgwtalk-in-panel{background:var(--bg,#f4f1ea);border:1px solid var(--line,rgba(26,23,20,.12));border-radius:16px;overflow:hidden;max-width:none}

.bgwtalk-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:var(--surface,rgba(26,23,20,.03));border-bottom:1px solid var(--line,rgba(26,23,20,.1))}
.bgwtalk-title{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:17px;color:var(--text,#1a1714)}
.bgwtalk-tonewrap{font-family:'Inter',-apple-system,sans-serif;font-size:12px;color:var(--text2,#5b5048);display:flex;align-items:center;gap:6px}
.bgwtalk-tone{font-family:'Inter',-apple-system,sans-serif;font-size:12px;padding:4px 8px;border:1px solid var(--line2,rgba(26,23,20,.18));border-radius:7px;background:var(--bg,#fff);color:var(--text,#1a1714)}

/* page context top row — holds the admin pill (top-right) and optional tone picker */
.bgwtalk-topbar{display:flex;align-items:center;gap:12px;min-height:18px;margin:0 0 10px}
.bgwtalk-topbar:empty{display:none}
.bgwtalk-new{background:none;border:0;padding:0;font-family:'Inter',-apple-system,sans-serif;font-size:12px;color:var(--text2,#8a8079);text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.bgwtalk-new:hover{color:var(--accent,#9b2f2c)}
/* right-aligned action group: [Save this chat] [Start new chat] */
.bgwtalk-acts{margin-left:auto;display:inline-flex;align-items:center;gap:16px}
.bgwtalk-save{background:none;border:0;padding:0;font-family:'Inter',-apple-system,sans-serif;font-size:12px;color:var(--text2,#8a8079);text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.bgwtalk-save:hover{color:var(--accent,#9b2f2c)}
.bgwtalk-save[disabled]{opacity:.6;cursor:default}
/* head context (floating panel): keep the group from stretching the title row oddly */
.bgwtalk-head .bgwtalk-acts{gap:14px}

/* Admin-only retrieval status pill (revealed by talk.js when BGWTALK.isAdmin) */
.bgwtalk-status{display:inline-flex;align-items:center;gap:6px;font-family:'Inter',-apple-system,sans-serif;font-size:11px;color:var(--text2,#8a8079)}
.bgwtalk-status-dot{width:7px;height:7px;border-radius:50%;background:var(--text2,#9a948c);flex-shrink:0}

/* page context: framed conversation area that reads as part of the page */
.bgwtalk-page .bgwtalk-log{flex:1;min-height:340px;max-height:56vh;overflow-y:auto;padding:0;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}
.bgwtalk-in-panel .bgwtalk-log{flex:1;min-height:240px;max-height:52vh;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}
/* slim, subtle scrollbar instead of the chunky browser default */
.bgwtalk-log{scrollbar-width:thin;scrollbar-color:rgba(26,23,20,.22) transparent}
.bgwtalk-log::-webkit-scrollbar{width:8px}
.bgwtalk-log::-webkit-scrollbar-track{background:transparent}
.bgwtalk-log::-webkit-scrollbar-thumb{background:rgba(26,23,20,.2);border-radius:8px;border:2px solid transparent;background-clip:padding-box}
.bgwtalk-log::-webkit-scrollbar-thumb:hover{background:rgba(26,23,20,.34);background-clip:padding-box}
.bgwtalk-msg{display:flex;max-width:88%}
.bgwtalk-bill{align-self:flex-start}
.bgwtalk-you{align-self:flex-end}
.bgwtalk-note{align-self:center;max-width:92%}
.bgwtalk-bubble{font-family:'Inter',-apple-system,sans-serif;font-size:15px;line-height:1.6;padding:11px 15px;border-radius:15px;white-space:pre-wrap;word-wrap:break-word}
.bgwtalk-bill .bgwtalk-bubble{background:var(--surface,rgba(26,23,20,.05));color:var(--text,#1a1714);border-bottom-left-radius:5px}
.bgwtalk-you .bgwtalk-bubble{background:var(--accent,#9b2f2c);color:#fff;border-bottom-right-radius:5px}
.bgwtalk-note .bgwtalk-bubble{background:none;color:var(--text2,#8a8079);font-size:13px;text-align:center;padding:4px 0}

.bgwtalk-typing .bgwtalk-bubble{display:inline-flex;gap:4px;align-items:center}
.bgwtalk-typing .bgwtalk-bubble span{width:6px;height:6px;border-radius:50%;background:var(--text2,#9a948c);opacity:.5;animation:bgwtalk-bounce 1.2s infinite}
.bgwtalk-typing .bgwtalk-bubble span:nth-child(2){animation-delay:.2s}
.bgwtalk-typing .bgwtalk-bubble span:nth-child(3){animation-delay:.4s}
@keyframes bgwtalk-bounce{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:.9}}

.bgwtalk-form{display:flex;align-items:flex-end;gap:8px}
.bgwtalk-in-panel .bgwtalk-form{padding:12px;border-top:1px solid var(--line,rgba(26,23,20,.1));background:var(--bg,#fff)}
.bgwtalk-page .bgwtalk-form{padding:14px 0 0;background:none}
/* min-height/margin/max-height override beat theme.css's global textarea{min-height:120px!important}
   (made for the contact message box) so the chat field is a single line and the button sits level. */
.bgwtalk-input{flex:1;resize:none;overflow-y:hidden;min-height:50px!important;max-height:140px!important;margin:0!important;font-family:'Inter',-apple-system,sans-serif;font-size:15px;line-height:1.5;color:var(--text,#1a1714);background:var(--bg,#f4f1ea);border:1px solid var(--line2,rgba(26,23,20,.18));border-radius:9px;padding:12px 14px!important;outline:none}
.bgwtalk-input:focus{border-color:var(--accent,#9b2f2c);box-shadow:none}
.bgwtalk-send{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;margin:0;border:0;border-radius:12px;background:var(--accent,#9b2f2c);color:#fff;cursor:pointer;transition:background .2s,transform .15s}
.bgwtalk-send:hover{background:var(--accent2,#b24a47);transform:translateY(-1px)}
.bgwtalk-send[disabled]{opacity:.5;cursor:default;transform:none}

/* Mic button (voice input) — same footprint as send, but a subtle secondary control */
.bgwtalk-mic{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;margin:0;border:1px solid var(--line2,rgba(26,23,20,.18));border-radius:12px;background:var(--surface,rgba(26,23,20,.04));color:var(--text2,#5b5048);cursor:pointer;transition:background .2s,color .2s,border-color .2s,transform .15s}
.bgwtalk-mic:hover{color:var(--accent,#9b2f2c);border-color:var(--accent,#9b2f2c);transform:translateY(-1px)}
.bgwtalk-mic[disabled]{opacity:.5;cursor:default;transform:none}
.bgwtalk-mic.is-listening{background:var(--accent,#9b2f2c);border-color:var(--accent,#9b2f2c);color:#fff;animation:bgwtalk-pulse 1.3s ease-in-out infinite}
@keyframes bgwtalk-pulse{0%,100%{box-shadow:0 0 0 0 rgba(155,47,44,.45)}50%{box-shadow:0 0 0 7px rgba(155,47,44,0)}}

/* Read-aloud toggle (talk-back) — small icon button in the acts group */
.bgwtalk-tts{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:0;border-radius:7px;background:none;color:var(--text2,#8a8079);cursor:pointer;transition:color .2s,background .2s}
.bgwtalk-tts:hover{color:var(--accent,#9b2f2c)}
.bgwtalk-tts.is-on{color:var(--accent,#9b2f2c)}

/* Conversation-starter chips — a slide-down, shown only before a conversation begins */
.bgwtalk-starters-wrap{margin:14px 0 0}
.bgwtalk-starters-wrap[hidden]{display:none}  /* the hidden attribute must win, or it never goes away */
.bgwtalk-in-panel .bgwtalk-starters-wrap{padding:0 18px}
.bgwtalk-starters-toggle{display:inline-flex;align-items:center;gap:6px;font-family:'Inter',-apple-system,sans-serif;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text2,#5b5048);background:none;border:0;cursor:pointer;padding:0 0 2px}
.bgwtalk-starters-toggle::after{content:'\25BE';font-size:11px;line-height:1;transition:transform .25s}
.bgwtalk-starters-wrap.is-collapsed .bgwtalk-starters-toggle::after{transform:rotate(-90deg)}
.bgwtalk-starters-toggle:hover{color:var(--accent,#9b2f2c)}
.bgwtalk-starters{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 0;max-height:320px;overflow:hidden;opacity:1;transition:max-height .3s ease,opacity .25s ease,margin .25s ease}
.bgwtalk-starters-wrap.is-collapsed .bgwtalk-starters{max-height:0;opacity:0;margin:0}
.bgwtalk-chip{font-family:'Inter',-apple-system,sans-serif;font-size:13px;line-height:1.3;color:var(--text2,#5b5048);background:var(--surface,rgba(26,23,20,.04));border:1px solid var(--line,rgba(26,23,20,.14));border-radius:999px;padding:8px 14px;cursor:pointer;transition:color .2s,border-color .2s,background .2s}
.bgwtalk-chip:hover{color:var(--accent,#9b2f2c);border-color:var(--accent,#9b2f2c)}
@media(max-width:560px){.bgwtalk-chip{font-size:13px;padding:8px 13px}}

/* Free-taste: lighter-version note + the sign-up call to action */
.bgwtalk-tastenote{font-family:'Inter',-apple-system,sans-serif;font-size:12.5px;line-height:1.5;color:var(--text2,#6b645d);background:var(--surface,rgba(26,23,20,.04));border-radius:8px;padding:9px 12px;margin:8px 0 0;max-width:520px}
.bgwtalk-in-panel .bgwtalk-tastenote{margin:8px 18px 0}
.bgwtalk-tastelink{color:var(--accent,#9b2f2c);font-weight:600;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}
.bgwtalk-tastelink:hover{color:var(--accent2,#b24a47)}

/* Read-aloud volume: a small bare slider that appears just left of the speaker on hover */
.bgwtalk-tts-wrap{position:relative;display:inline-flex;align-items:center}
.bgwtalk-vol{position:absolute;right:calc(100% + 6px);top:50%;transform:translateY(-50%);opacity:0;visibility:hidden;transition:opacity .15s;z-index:30}
.bgwtalk-tts-wrap:hover .bgwtalk-vol,.bgwtalk-vol:hover{opacity:1;visibility:visible}
.bgwtalk-vol-range{display:block;width:60px;height:12px;margin:0;accent-color:var(--accent,#9b2f2c);cursor:pointer}

/* Highlight-to-share: the popup + the quote-card overlay */
.bgwtalk-share-pop{position:fixed;transform:translate(-50%,-100%);display:none;z-index:99999}
.bgwtalk-share-pop button{font-family:'Inter',-apple-system,sans-serif;font-size:13px;font-weight:600;color:#fff;background:var(--accent,#9b2f2c);border:none;border-radius:8px;padding:8px 14px;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.22);white-space:nowrap}
.bgwtalk-share-pop button:hover{background:var(--accent2,#b24a47)}
.bgwtalk-qc-ov{position:fixed;inset:0;background:rgba(20,17,14,.72);display:none;align-items:center;justify-content:center;z-index:100000;padding:20px}
.bgwtalk-qc-ov.on{display:flex}
.bgwtalk-qc{max-width:500px;width:100%;display:flex;flex-direction:column;align-items:center;gap:14px}
.bgwtalk-qimg{width:100%;height:auto;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.4);background:#1a1714;min-height:120px}
.bgwtalk-qc-act{display:flex;gap:7px;flex-wrap:nowrap;justify-content:center;align-items:center}
.bgwtalk-act{display:inline-flex;align-items:center;gap:6px;font-family:'Inter',-apple-system,sans-serif;font-size:13px;font-weight:600;border-radius:8px;padding:8px 12px;cursor:pointer;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.12);color:#fff;white-space:nowrap}
.bgwtalk-act svg{width:16px;height:16px;flex-shrink:0}
.bgwtalk-act.dl{background:var(--accent,#9b2f2c);border-color:var(--accent,#9b2f2c)}
.bgwtalk-act:hover{filter:brightness(1.12)}
.bgwtalk-so{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:50%;cursor:pointer;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.12);color:#fff;padding:0}
.bgwtalk-so svg{width:16px;height:16px}
@media(max-width:520px){.bgwtalk-qc-act{flex-wrap:wrap}}
.bgwtalk-so:hover{background:var(--accent,#9b2f2c);border-color:var(--accent,#9b2f2c)}
.bgwtalk-qc-close{margin-top:4px;font-family:'Inter',-apple-system,sans-serif;font-size:13px;color:rgba(255,255,255,.75);background:none;border:none;cursor:pointer;text-decoration:underline}
.bgwtalk-qc-close:hover{color:#fff}
.bgwtalk-cta{display:inline-flex;align-items:center;font-family:'Inter',-apple-system,sans-serif;font-size:14px;font-weight:600;color:#fff!important;background:var(--accent,#9b2f2c);border-radius:8px;padding:10px 18px;text-decoration:none!important;transition:background .2s,transform .15s}
.bgwtalk-cta:hover{background:var(--accent2,#b24a47);transform:translateY(-1px);color:#fff!important}

/* Account: delete-all control + "more about what I am" link in the sidebar card */
.bgwtalk-mc-bulk{margin:18px 0 0;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.bgwtalk-mc-deleteall{font-family:'Inter',-apple-system,sans-serif;font-size:13px;color:var(--text2,#5b5048);background:transparent;border:1px solid var(--line,rgba(26,23,20,.18));border-radius:8px;padding:8px 14px;cursor:pointer;transition:color .2s,border-color .2s}
.bgwtalk-mc-deleteall:hover{color:#9b2f2c;border-color:#9b2f2c}
.bgwtalk-mc-deleteall:disabled{opacity:.5;cursor:default}
.bgwtalk-mc-bulkstatus{font-size:12px;color:var(--text2,#5b5048)}
.bgwtalk-side-link{margin:14px 0 0}
.bgwtalk-side-link a{font-family:'Inter',-apple-system,sans-serif;font-size:13px;color:var(--accent,#9b2f2c);text-decoration:underline;text-underline-offset:2px}

/* Account: "What Bill remembers" + forget-me */
.bgwtalk-forget{margin-top:34px;padding-top:24px;border-top:1px solid var(--line,rgba(26,23,20,.12))}
.bgwtalk-forget-note{font-family:'Inter',-apple-system,sans-serif;font-size:14px;line-height:1.6;color:var(--text2,#5b5048);max-width:560px;margin:0 0 14px}
.bgwtalk-forgetme{font-family:'Inter',-apple-system,sans-serif;font-size:13px;color:var(--text2,#5b5048);background:transparent;border:1px solid var(--line,rgba(26,23,20,.18));border-radius:8px;padding:8px 14px;cursor:pointer;transition:color .2s,border-color .2s}
.bgwtalk-forgetme:hover{color:#9b2f2c;border-color:#9b2f2c}
.bgwtalk-forgetme:disabled{opacity:.5;cursor:default}
.bgwtalk-forget-status{font-size:12px;color:var(--text2,#5b5048);margin-left:8px}

.bgwtalk-fine{margin:0;padding:9px 18px 13px;font-family:'Inter',-apple-system,sans-serif;font-size:11px;line-height:1.5;color:var(--text2,#9a948c);background:var(--bg,#fff)}

/* sidebar — matches contact's .bgwc-side / .bgwc-side-card / .bgwc-side-img exactly */
.bgwtalk-side{display:flex;flex-direction:column;gap:22px}
.bgwtalk-side-card{background:var(--surface,rgba(26,23,20,.025));border:1px solid var(--line,rgba(26,23,20,.12));border-radius:14px;padding:clamp(22px,2.4vw,26px)}
.bgwtalk-side-card .bgwtalk-side-h{font-family:'Inter',-apple-system,sans-serif!important;font-weight:600!important;font-size:12px!important;line-height:13px!important;letter-spacing:.18em!important;text-transform:uppercase!important;color:var(--accent,#9b2f2c)!important;margin:0 0 14px!important}
.bgwtalk-side-t{font-family:'Inter',-apple-system,sans-serif;font-size:15px;line-height:1.62;color:var(--text2,#5b5048)}
.bgwtalk-side-t p{margin:0 0 10px}
.bgwtalk-side-t p:last-child{margin:0}
.bgwtalk-side-img{flex:1 1 0;min-height:240px;position:relative;background:var(--surface,rgba(26,23,20,.04));border:1px solid var(--line,rgba(26,23,20,.12));border-radius:14px;overflow:hidden}
.bgwtalk-side-img img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover}

@media(max-width:880px){
	.bgwtalk-grid{grid-template-columns:1fr;gap:36px;align-items:start}
	.bgwtalk-side{max-width:480px}
	.bgwtalk-side-img{flex:0 0 auto;min-height:0}
	.bgwtalk-side-img img{position:static;height:auto}
}

/* Floating launcher + panel */
.bgwtalk-launch{position:fixed;right:22px;bottom:22px;z-index:9998;display:inline-flex;align-items:center;gap:9px;padding:13px 20px;border:0;border-radius:999px;background:var(--accent,#9b2f2c);color:#fff;font-family:'Inter',-apple-system,sans-serif;font-weight:600;font-size:15px;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.22);transition:background .2s,transform .15s}
.bgwtalk-launch:hover{background:var(--accent2,#b24a47);transform:translateY(-1px)}
.bgwtalk-panel{position:fixed;right:22px;bottom:22px;z-index:9999;width:min(420px,calc(100vw - 32px));box-shadow:0 24px 60px rgba(0,0,0,.32);border-radius:18px}
.bgwtalk-panel .bgwtalk{max-width:none;border-radius:18px}
.bgwtalk-panel .bgwtalk-log{max-height:min(60vh,520px)}
.bgwtalk-close{position:absolute;top:-14px;right:-2px;z-index:2;width:32px;height:32px;border:0;border-radius:50%;background:var(--text,#1a1714);color:#fff;font-size:20px;line-height:1;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.3)}

@media(max-width:560px){
	.bgwtalk-panel{right:8px;bottom:8px;width:calc(100vw - 16px)}
	.bgwtalk-launch{right:12px;bottom:12px}
	/* page chat on phones */
	.bgwtalk-grid{gap:26px}
	.bgwtalk-page .bgwtalk-log{min-height:300px;max-height:62vh}
	.bgwtalk-msg{max-width:94%}
	.bgwtalk-input{font-size:16px!important}   /* 16px keeps iOS from zooming in on focus */
}

/* ============================================================ "Your conversations" account area
   Used by [bgwtalk_my_chats] (standalone page) and the PMPro account-page section.
   The .bgwtalk-acct wrapper mirrors bgw-library's .bgwl-acct so pmpro.css gives it the
   shared card chrome + eyebrow/title on the account page. The card grid mirrors
   contact's .bgwc-side-card (surface bg, 1px --line, radius 14, padding). */
.bgwtalk-acct{margin:26px 0}
.bgwtalk-acct-eyebrow{font-family:'Inter',-apple-system,sans-serif;font-size:1.2rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent,#9b2f2c);margin-bottom:6px}
.bgwtalk-acct-h{font-family:'Fraunces',Georgia,serif;font-weight:600;font-size:2.1rem;color:var(--text,#1a1714);margin:0 0 18px}

.bgwtalk-mc-count{font-family:'Inter',-apple-system,sans-serif;font-size:13px;color:var(--text2,#8a8079);margin:0 0 16px}
.bgwtalk-mc-empty{font-family:'Inter',-apple-system,sans-serif;font-size:15px;line-height:1.62;color:var(--text2,#5b5048);margin:6px 0 0;max-width:560px}

.bgwtalk-mc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}
.bgwtalk-mc-card{display:flex;flex-direction:column;background:var(--surface,rgba(26,23,20,.025));border:1px solid var(--line,rgba(26,23,20,.12));border-radius:14px;padding:22px}
.bgwtalk-mc-title{font-family:'Fraunces',Georgia,serif!important;font-weight:600!important;font-size:18px!important;line-height:1.25!important;color:var(--text,#1a1714)!important;margin:0 0 6px!important}
.bgwtalk-mc-meta{font-family:'Inter',-apple-system,sans-serif;font-size:12px;letter-spacing:.01em;color:var(--text2,#8a8079);margin:0 0 10px}
.bgwtalk-mc-snip{font-family:'Inter',-apple-system,sans-serif;font-size:14px;line-height:1.55;color:var(--text2,#5b5048);margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.bgwtalk-mc-actions{margin-top:auto;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.bgwtalk-mc-actions .bgwtalk-mc-open{font-family:'Inter',-apple-system,sans-serif;font-size:13px;font-weight:600;color:#fff;background:var(--accent,#9b2f2c);border:1px solid var(--accent,#9b2f2c);border-radius:8px;padding:8px 16px;text-decoration:none;transition:background .2s,transform .15s}
.bgwtalk-mc-actions .bgwtalk-mc-open:hover{background:var(--accent2,#b24a47);border-color:var(--accent2,#b24a47);transform:translateY(-1px)}
.bgwtalk-mc-rename,.bgwtalk-mc-delete{background:none;border:0;padding:0;cursor:pointer;font-family:'Inter',-apple-system,sans-serif;font-size:12px;color:var(--text2,#8a8079);text-decoration:underline;text-underline-offset:3px}
.bgwtalk-mc-rename:hover{color:var(--accent,#9b2f2c)}
.bgwtalk-mc-delete:hover{color:#b32d2e}
.bgwtalk-mc-status{font-family:'Inter',-apple-system,sans-serif;font-size:12px;line-height:1.4;margin:10px 0 0;min-height:0}
.bgwtalk-mc-status.is-ok{color:#1a7f37}
.bgwtalk-mc-status.is-err{color:#b32d2e}
.bgwtalk-mc-card.is-removing{opacity:.4;transition:opacity .25s ease}
.bgwtalk-mc-renamebox{display:flex;gap:8px;margin:0 0 12px}
.bgwtalk-mc-renamebox input{flex:1;min-height:0!important;margin:0!important;font-family:'Inter',-apple-system,sans-serif;font-size:14px;color:var(--text,#1a1714);background:var(--bg,#f4f1ea);border:1px solid var(--line2,rgba(26,23,20,.18));border-radius:8px;padding:8px 10px!important;outline:none}
.bgwtalk-mc-renamebox input:focus{border-color:var(--accent,#9b2f2c);box-shadow:none}
.bgwtalk-mc-renamebox button{font-family:'Inter',-apple-system,sans-serif;font-size:13px;font-weight:600;color:#fff;background:var(--accent,#9b2f2c);border:0;border-radius:8px;padding:8px 14px;cursor:pointer}

/* On the account page the section is itself the card (pmpro.css), so let the inner cards breathe */
body.pmpro-account .bgwtalk-acct{margin:0}
@media(max-width:560px){.bgwtalk-mc-grid{grid-template-columns:1fr}}
