/* 최근 검색 메뉴의 입력 방식·로딩 상태·확인창 접근성 보강. */
#searchHistoryDropdown .search-history-item {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    margin: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: #fff;
    color: inherit;
    font: inherit;
    text-align: left;
}

#searchHistoryDropdown .search-history-item > .sh-filters,
#searchHistoryDropdown .search-history-item > .sh-time {
    display: block;
}

#searchHistoryDropdown [role="menuitem"]:focus-visible,
.sh-confirm-overlay button:focus-visible {
    outline: 3px solid #1565c0;
    outline-offset: -3px;
}

#searchHistoryDropdown .search-history-loading {
    min-height: 88px;
    padding: 24px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 767px) {
    body.unified-page #searchHistoryBtn:enabled {
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    #searchHistoryDropdown .search-history-header > button,
    #searchHistoryDropdown .search-history-item,
    .sh-confirm-overlay .sh-confirm-actions > button {
        min-width: 44px;
        min-height: 44px;
    }
}
