
/* Mobile navigation should never be obscured simply because the search field receives focus. */
.apg-mobile-history-tools{display:none}
.apg-recent-remove,.apg-recent-clear,.apg-viewed-clear,.apg-viewed-remove{border:0;background:transparent;color:#315463;font:inherit;font-weight:800;cursor:pointer}
.apg-recent-remove,.apg-viewed-remove{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;font-size:19px;line-height:1}
.apg-recent-remove:hover,.apg-recent-remove:focus-visible,.apg-recent-clear:hover,.apg-recent-clear:focus-visible,.apg-viewed-remove:hover,.apg-viewed-remove:focus-visible,.apg-viewed-clear:hover,.apg-viewed-clear:focus-visible{background:#e7f5f1;color:#08786f}
.suggest-group[data-apg-recent-group]>.suggest-label{display:flex;align-items:center;justify-content:space-between;gap:12px}
.apg-recent-option{display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:2px;align-items:center}
.apg-recent-option .suggest-item{min-width:0}
.apg-viewed-actions{margin-left:auto;display:flex;align-items:center}
.apg-viewed-clear{min-height:38px;padding:7px 10px;border:1px solid #d6e3e0;border-radius:10px;background:#fff;font-size:11.5px}
.apg-viewed-card{position:relative;min-width:0}
.apg-viewed-card>.mini-card{height:100%;padding-right:42px}
.apg-viewed-card>.apg-viewed-remove{position:absolute;right:5px;top:5px;background:rgba(255,255,255,.92);border:1px solid #dce7e4}
@media(max-width:920px){
  .apg-mobile-v8{max-height:calc(100dvh - 72px)!important;overflow-y:auto!important;overscroll-behavior:contain}
  .apg-mobile-search .search-suggestions{position:relative!important;left:auto!important;right:auto!important;top:auto!important;margin:8px 0 0!important;max-height:min(42dvh,330px)!important;box-shadow:0 10px 28px rgba(7,38,53,.10)!important;border-radius:13px!important;z-index:1!important}
  .apg-mobile-history-tools{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:-6px 0 13px;padding:0 2px}
  .apg-mobile-history-tools button{min-height:38px;border:1px solid #d6e3e0;border-radius:10px;background:#fff;color:#315463;padding:7px 10px;font-size:11.5px;font-weight:800;cursor:pointer}
  .apg-mobile-history-tools button:hover,.apg-mobile-history-tools button:focus-visible{background:#edf7f4;border-color:#b7d5cf;color:#08786f}
  .apg-mobile-history-tools [data-apg-history-clear][hidden]{display:none!important}
}
@media(max-width:520px){.apg-recent-option{grid-template-columns:minmax(0,1fr) 36px}.apg-viewed-actions{width:100%;margin:8px 0 0}.apg-viewed-clear{width:100%}}
