.ysrcp-custom-menu-wrapper {
    position: relative !important;
    z-index: 999999 !important;
    display: inline-block !important;
    width: auto !important;
    max-width: 46px !important;
}

.ysrcp-custom-menu-wrapper .ysrcp-custom-menu-toggle {
    appearance: none !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
    background: transparent !important;
    color: #172033 !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.ysrcp-custom-menu-wrapper .ysrcp-custom-menu-toggle:hover,
.ysrcp-custom-menu-wrapper .ysrcp-custom-menu-toggle:focus,
.ysrcp-custom-menu-wrapper .ysrcp-custom-menu-toggle:active {
    background: transparent !important;
    color: #a97918 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ysrcp-custom-menu-wrapper .ysrcp-custom-menu-toggle span {
    display: block !important;
    width: 25px !important;
    min-width: 25px !important;
    max-width: 25px !important;
    height: 2.5px !important;
    min-height: 2.5px !important;
    max-height: 2.5px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: currentColor !important;
    border: 0 !important;
    border-radius: 3px !important;
    opacity: 1 !important;
    transform: none !important;
    box-shadow: none !important;
}

.ysrcp-custom-menu-wrapper .ysrcp-custom-menu-toggle:focus-visible {
    outline: 2px solid #a97918 !important;
    outline-offset: 3px !important;
}

.ysrcp-custom-menu-overlay{position:fixed;inset:0;background:rgba(0,0,0,.48);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;z-index:999998}
.ysrcp-custom-menu-wrapper.is-open .ysrcp-custom-menu-overlay{opacity:1;visibility:visible;pointer-events:auto}
.ysrcp-custom-menu-panel{position:fixed;top:0;left:0;width:min(360px,88vw);height:100vh;height:100dvh;background:#fff;box-shadow:12px 0 35px rgba(0,0,0,.16);transform:translateX(-105%);visibility:hidden;transition:transform .28s ease,visibility .28s ease;z-index:999999;overflow-y:auto;box-sizing:border-box}
.ysrcp-custom-menu-wrapper.is-open .ysrcp-custom-menu-panel{transform:translateX(0);visibility:visible}
.ysrcp-custom-menu-header{min-height:76px;padding:0 18px 0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;box-sizing:border-box}
.ysrcp-custom-menu-brand{color:#172033;font-size:17px;font-weight:700;letter-spacing:.2px}
.ysrcp-custom-menu-close{width:40px;height:40px;border:0;background:transparent;color:#344054;font-size:31px;line-height:1;cursor:pointer}
.ysrcp-custom-menu-nav{padding:12px 0 30px}
.ysrcp-custom-menu-list,.ysrcp-custom-menu-list ul{list-style:none;margin:0;padding:0}
.ysrcp-custom-menu-list li{position:relative;margin:0;padding:0}
.ysrcp-custom-menu-list a{display:flex;align-items:center;min-height:52px;padding:12px 24px;color:#172033;background:transparent;text-decoration:none;font-size:15px;font-weight:600;line-height:1.35;box-sizing:border-box}
.ysrcp-custom-menu-list a:hover,.ysrcp-custom-menu-list a:focus{background:#f8f8f8;color:#a97918}
.ysrcp-custom-menu-list .sub-menu{display:block;margin:0;padding:0 0 6px;background:#fafafa}
.ysrcp-custom-menu-list .sub-menu a{min-height:46px;padding-left:44px;font-size:14px;font-weight:500}
body.ysrcp-custom-menu-open{overflow:hidden}
.ysrcp-custom-menu-toggle:focus-visible,.ysrcp-custom-menu-close:focus-visible,.ysrcp-custom-menu-list a:focus-visible{outline:2px solid #a97918;outline-offset:2px}
