/* Video-matched history menu: compact left inset on desktop, contextual remove affordance. */
.search-modal .search-history { left: 5rem; transform: none; width: min(8rem, calc(100% - 1.5rem)); }
.search-modal .search-history__remove { opacity: 0; transition: opacity .12s ease, background-color .12s ease, color .12s ease; }
.search-modal .search-history__row:hover .search-history__remove, .search-modal .search-history__row:focus-within .search-history__remove { opacity: 1; }
@media (max-width: 48rem) { .search-modal .search-history { left: 50%; transform: translateX(-50%); width: min(9.2rem, calc(100% - 1.3rem)); } }
