#site-header-search.mcg-memory-mode .widget_search {
    display: none !important;
}

#site-header-search .mcg-header-memory-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 36px;
    padding: 7px 11px;
    border: 0;
    border-radius: 5px;
    background: rgba(46, 113, 132, .09);
    color: #6a7a83;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.2;
    text-decoration: none;
    vertical-align: middle;
    transition: color .2s ease;
}

#site-header-search .mcg-header-memory-link:hover,
#site-header-search .mcg-header-memory-link:focus {
    background: rgba(46, 113, 132, .16);
    color: #2e7184;
    text-decoration: none;
}

#site-header-search .mcg-header-memory-link:focus-visible {
    border-radius: 3px;
    outline: 2px solid rgba(46, 113, 132, .38);
    outline-offset: 3px;
}

#site-header-search .mcg-header-memory-mark {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

#site-header-search .mcg-header-memory-mark::after {
    position: absolute;
    right: -5px;
    bottom: -3px;
    width: 7px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: '';
    transform: rotate(45deg);
    transform-origin: left center;
}

@media (max-width: 560px) {
    #site-header-search .mcg-header-memory-link {
        width: 36px;
        padding-inline: 5px;
    }

    #site-header-search .mcg-header-memory-link > span:last-child {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }
}
