#DlgWhatsNew_Box { width:1040px; color:#3f3f3f; overflow:auto; }
.WhatsNew_Header { display:flex; align-items:center; gap:22px; padding:18px 24px; border-bottom:1px solid #ddd; color:#331a30; font-size:20px; }
#WhatsNew_Product { font-weight:bold; }
.WhatsNew_Header > span:nth-child(2) { border-left:1px solid #ddd; padding-left:22px; }
.WhatsNew_Close { margin-left:auto; background:none; border:0; color:#777; cursor:pointer; padding:8px; }
.WhatsNew_Body { display:grid; grid-template-columns:43% 57%; min-height:430px; }
.WhatsNew_Visual { background:#edf2f6; border-right:1px solid #dbe2e8; padding:0; position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; overflow:hidden; }
.WhatsNew_Visual[data-slide="Welcome"] { background:#f7f6f2; padding:0; border:0; position:relative; }
.WhatsNew_HeroImage { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
#DlgWhatsNew_Box[data-slide="Welcome"] .WhatsNew_Copy { padding:38px; }
#DlgWhatsNew_Box[data-slide="Welcome"] #WhatsNew_Title { font-size:39px; line-height:1.12; letter-spacing:-1.1px; margin:24px 0; }
#DlgWhatsNew_Box[data-slide="Welcome"] #WhatsNew_Section { color:#b52c1b; font-weight:600; }
#DlgWhatsNew_Box[data-slide="Welcome"] #WhatsNew_Bullets { border-top:1px solid #eee; padding-top:10px; }
#DlgWhatsNew_Box[data-slide="Welcome"] #WhatsNew_Bullets li::before { color:#ef3a23; }
.WhatsNew_Copy { padding:34px 38px; min-width:0; }
.WhatsNew_Eyebrow { display:flex; justify-content:space-between; gap:15px; color:#981755; font-size:14px; }
#WhatsNew_Position { white-space:nowrap; color:#777; }
#WhatsNew_Title { font-size:30px; line-height:1.25; font-weight:600; color:#331a30; margin:24px 0 18px; }
#WhatsNew_Text { font-size:16px; line-height:1.7; margin:0 0 24px; }
#WhatsNew_Bullets { padding:0; margin:0; list-style:none; font-size:15px; line-height:1.6; }
#WhatsNew_Bullets li { margin:12px 0; padding-left:25px; position:relative; }
#WhatsNew_Bullets li::before { content:'✓'; position:absolute; left:0; color:#336699; font-weight:bold; }
#WhatsNew_Settings, #WhatsNew_Integrations { margin-top:20px; }
.WhatsNew_Footer { border-top:1px solid #ddd; display:flex; gap:20px; align-items:center; justify-content:space-between; padding:20px 24px; background:white; position:sticky; bottom:0; }
.WhatsNew_Link { color:#336699; border:0; background:none; cursor:pointer; font-size:14px; text-align:left; }
.WhatsNew_Link:hover { text-decoration:underline; }
.WhatsNew_Actions { display:flex; gap:10px; }
.WhatsNew_Actions button { min-width:100px; font-size:15px; }
.WhatsNew_Dots { display:flex; gap:2px; }
.WhatsNew_Dots button { width:24px; height:28px; padding:0; border:0; background:none; cursor:pointer; }
.WhatsNew_Dots button::after { content:''; display:block; margin:auto; width:8px; height:8px; border-radius:50%; background:#ccd2d8; }
.WhatsNew_Dots button[aria-current="step"]::after { background:#981755; width:18px; border-radius:5px; }
.WhatsNew_FeatureArtwork { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.WhatsNew_Visual[data-slide="Settings"] { background:#2355c5; }
.WhatsNew_Visual[data-slide="Brand"] { background:#b82d78; }
.WhatsNew_Visual[data-slide="Forms"] { background:#e9a222; }
.WhatsNew_Visual[data-slide="Contacts"] { background:#168d78; }
.WhatsNew_Visual[data-slide="Integrations"] { background:#ec5246; }
.WhatsNew_Visual[data-slide="Newsletter"] { background:#603fc5; padding:0; position:relative; }
.WhatsNew_BlockArtwork { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
#DlgWhatsNew_Box button:focus-visible, #WhatsNew_Title:focus-visible { outline:2px solid #336699; outline-offset:3px; }
@media(max-width:760px) {
 .WhatsNew_Body { grid-template-columns:1fr; }
 .WhatsNew_Visual[data-slide="Welcome"] { height:220px; }
 .WhatsNew_HeroImage { object-fit:contain; object-position:center; }
 #DlgWhatsNew_Box[data-slide="Welcome"] .WhatsNew_Copy { padding:24px; }
 #DlgWhatsNew_Box[data-slide="Welcome"] #WhatsNew_Title { font-size:31px; letter-spacing:-0.6px; margin:18px 0; }
 .WhatsNew_Visual { border-right:0; border-bottom:1px solid #ddd; padding:0; height:240px; }
 .WhatsNew_Visual[data-slide="Newsletter"] { height:240px; }
 .WhatsNew_Copy { padding:24px; }
 #WhatsNew_Title { font-size:25px; }
 .WhatsNew_Footer { flex-wrap:wrap; gap:12px; padding:15px; }
 .WhatsNew_Actions { margin-left:auto; }
 .WhatsNew_Header { padding:12px 16px; gap:12px; font-size:16px; }
 .WhatsNew_Header > span:nth-child(2) { padding-left:12px; }
}
