/* Shared customer switchboard for custom WNYPress application shells. */
.wny-core-switchboard{position:relative;margin:0;padding:0;color:#171923;font:inherit}
.wny-core-switchboard>summary{list-style:none;display:flex;align-items:center;gap:8px;min-height:42px;padding:5px 9px;border-radius:10px;cursor:pointer;user-select:none}
.wny-core-switchboard>summary::-webkit-details-marker{display:none}
.wny-core-switchboard>summary:hover,.wny-core-switchboard[open]>summary{background:#f5f6fa}
.wny-core-switchboard-avatar{width:32px;height:32px;margin:0;border:0;border-radius:50%;object-fit:cover;background:#eef1ff}
.wny-core-switchboard-name{max-width:145px;overflow:hidden;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
.wny-core-switchboard-chevron{position:relative;top:-1px;font-size:15px;transition:transform .16s ease}
.wny-core-switchboard[open] .wny-core-switchboard-chevron{transform:rotate(180deg)}
.wny-core-switchboard-panel{position:absolute;z-index:1000;top:calc(100% + 8px);right:0;width:310px;padding:12px 0;background:#fff;border:1px solid #dfe2e8;border-radius:12px;box-shadow:0 20px 55px rgba(13,25,45,.18)}
.wny-core-switchboard-identity{display:grid;min-width:0;padding:6px 22px 14px}
.wny-core-switchboard-identity strong,.wny-core-switchboard-identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wny-core-switchboard-identity strong{font-size:15px;line-height:1.35;color:#101828}
.wny-core-switchboard-identity small{margin-top:3px;font-size:12px;color:#667085}
.wny-core-switchboard-section{display:grid;padding:3px 0}
.wny-core-switchboard-section a,.wny-core-switchboard-heading{display:block;padding:9px 22px;text-decoration:none}
.wny-core-switchboard-section a{color:#283548;font-size:14px;font-weight:500;line-height:1.35}
.wny-core-switchboard-section a:hover,.wny-core-switchboard-section a:focus{color:#0b55d9;background:#f3f7ff;outline:0}
.wny-core-switchboard-heading{padding-top:7px;padding-bottom:4px;color:#101828;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.wny-core-switchboard-separated{margin-top:6px;padding-top:8px;border-top:1px solid #e4e7ec}
@media(max-width:600px){.wny-core-switchboard-name,.wny-core-switchboard-chevron{display:none}.wny-core-switchboard>summary{padding:5px}.wny-core-switchboard-panel{position:fixed;top:66px;right:10px;left:10px;width:auto;max-height:calc(100vh - 78px);overflow:auto}}
