.product-menu { position:relative; display:block; font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color:#142820; text-align:left; }
.product-menu > summary { list-style:none; display:flex; align-items:center; gap:8px; cursor:pointer; font-size:13px; font-weight:600; padding:10px 12px; border-radius:9px; white-space:nowrap; }
.product-menu > summary::-webkit-details-marker { display:none; }
.product-menu > summary:hover,.product-menu[open] > summary { background:#edf2ee; }
.product-menu > summary:focus-visible,.product-menu a:focus-visible { outline:3px solid #23734d; outline-offset:2px; }
.product-menu-panel { position:absolute; z-index:10001; right:0; top:calc(100% + 8px); width:285px; max-width:calc(100vw - 32px); max-height:75vh; overflow-y:auto; padding:12px; border:1px solid #dfe7e1; border-radius:15px; box-shadow:0 15px 45px #14282026; background:#fff; }
.product-menu .product-menu-label { display:block; padding:9px 10px 5px; color:#63746c; text-transform:uppercase; font-size:9px; font-weight:600; letter-spacing:.09em; }
.product-menu .product-menu-panel a { display:block; padding:10px; border-radius:8px; text-decoration:none; color:#142820; font-size:13px; line-height:1.4; font-weight:600; white-space:normal; }
.product-menu .product-menu-panel a:hover { background:#f0f5f1; }
.product-menu .product-menu-panel small { display:block; margin-top:3px; font-size:11px; font-weight:400; color:#63746c; }
.product-menu .product-menu-panel .product-menu-all { margin-top:7px; border-top:1px solid #dfe7e1; border-radius:0; }
#mobile-menu-container .product-menu-panel { position:static; width:100%; box-shadow:none; margin-top:6px; max-height:none; }
.navbar-center .product-menu-panel { left:0; right:auto; }
@media(max-width:760px) { .studio-header nav,.welcome-header nav { gap:6px; } .product-menu > summary { padding:10px 5px; font-size:12px; } .product-menu-panel { position:fixed; right:16px; top:76px; } }
@media(max-width:370px) { .studio-header,.welcome-header { padding-left:14px; padding-right:14px; gap:8px; } .studio-header .brand,.welcome-header .welcome-brand { font-size:14px; gap:6px; } .studio-header .brand img,.welcome-header .welcome-brand img { width:26px; height:26px; } .studio-header .button.small,.welcome-header .welcome-button.small { padding:10px; font-size:11px; } }

.product-menu > summary::after { display:none !important; }
#mobile-menu-container .mobile-sidebar { overflow-y:auto; overscroll-behavior:contain; }
.navbar-center > ul { align-items:center; }
