.page-header-search{display:none;width:min(32rem,100%)}.page-header-search__form{display:flex;flex-direction:row;align-items:stretch;gap:.75rem;margin:0}.page-header-search__control{flex:1 1 auto;position:relative}.page-header-search__wrapper{display:flex;align-items:center;background-color:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);box-shadow:none;transition:background-color .2s ease , border-color .2s ease}.page-header-search__wrapper:focus-within{background-color:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4)}.page-header-search__input{background-color:transparent;color:#fff;font-size:.95rem;padding-block:.5rem;padding-inline:1rem}.page-header-search__input::placeholder{color:rgba(255,255,255,.6)}.page-header-search__input:focus{box-shadow:none}.page-header-search__button{display:inline-flex;align-items:center;justify-content:center;padding-inline:1rem;background-color:rgba(255,255,255,.15);border:none;color:#fff;transition:background-color .2s ease}.page-header-search__button:hover,.page-header-search__button:focus-visible{background-color:rgba(255,255,255,.25);color:#fff;outline:none}.page-header-search .suggest-box{top: calc(100% + 0.5rem);background-color:#fff;color:#212529;box-shadow:0 16px 32px rgba(15,23,42,.18)}@media (min-width:768px){.page-header-search{display:block;justify-self:center}}.search-history{position:absolute;top: calc(100% + 0.75rem);left:0;width:100%;background-color:#fff;border:1px solid rgba(15,23,42,.08);border-radius:1rem;box-shadow:0 18px 36px rgba(15,23,42,.18);padding:.75rem;display:none;max-height:14rem;overflow-y:auto;scrollbar-width:thin}.search-history::-webkit-scrollbar{width:.4rem}.search-history::-webkit-scrollbar-thumb{background-color:rgba(15,23,42,.2);border-radius:999px}.search-history::-webkit-scrollbar-track{background:transparent}.search-history--visible{display:block}.search-history[hidden]{display:none}.search-history__empty{font-size:.8125rem;color:#6c757d;margin:0}.search-history__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.search-history__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;border-radius:.75rem;background-color:rgba(15,23,42,.02);transition:background-color .2s ease}.search-history__item:hover,.search-history__item:focus-within{background-color:rgba(15,23,42,.06)}.search-history__keyword-button{flex:1 1 auto;text-align:left;border:none;background:transparent;font-size:.9rem;color:#1f2937;padding:0;cursor:pointer}.search-history__keyword-button:focus-visible{outline:2px solid #5a378c;outline-offset:2px}.search-history__actions{display:inline-flex;align-items:center;gap:.25rem}.search-history__action-button{width:2rem;height:2rem;border-radius:.65rem;border:1px solid rgba(15,23,42,.1);background-color:#fff;color:#1f2937;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;transition:background-color .2s ease , color .2s ease , border-color .2s ease;cursor:pointer}.search-history__action-button:hover,.search-history__action-button:focus-visible{background-color:#f1f5f9;border-color:rgba(15,23,42,.2);outline:none}.search-history__action-button--pin[aria-pressed="true"]{background-color:#5a378c;border-color:#5a378c;color:#fff}@media (max-width:767.98px){.page-search__body .search-history{position:static;margin-top:.5rem;box-shadow:none;border-radius:.75rem}.page-search__body .search-history--visible{display:block}}