
.shared-menu-header{position:relative;z-index:5}
.shared-menu-header nav{display:flex;align-items:center;gap:24px;font-size:14px}
.shared-menu-header nav a{color:inherit;text-decoration:none}
.shared-menu-header nav a:hover{color:#892890}
.shared-menu-header .services-menu{position:relative}
.shared-menu-header summary{display:flex;align-items:center;gap:7px;cursor:pointer;list-style:none;white-space:nowrap}
.shared-menu-header summary::-webkit-details-marker{display:none}
.shared-menu-header summary:focus-visible{outline:2px solid #892890;outline-offset:6px}
.shared-menu-header .services-links{position:absolute;right:0;top:calc(100% + 14px);min-width:180px;padding:8px;background:white;border:1px solid #ded9df;box-shadow:0 12px 32px #27143f20;z-index:20}
.shared-menu-header .services-links a{display:block;padding:12px;font-size:16px;white-space:nowrap}
.shared-menu-header .services-links a:hover,.shared-menu-header .services-links a:focus-visible{background:#f3edf5;color:#892890}
@media(max-width:1250px){.shared-menu-header{height:auto;min-height:96px;flex-wrap:wrap;padding-top:20px;padding-bottom:18px;gap:20px}.shared-menu-header nav{order:3;width:100%;justify-content:center}}
@media(max-width:800px){.shared-menu-header nav{gap:20px}}
@media(max-width:420px){.shared-menu-header nav{gap:14px;font-size:13px}}
