/* Ricerca condivisa, in flusso: non viene tagliata dai box o su mobile. */
.gp-search-input { width: 100%; min-width: 0; font-size: 16px; }
.registration-card .gp-search-input, .profile-card .gp-search-input { font-size: 16px; }
.gp-search-panel { margin-top: 4px; border: 1px solid #d9d2c9; border-radius: 6px; background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.08); }
.gp-search-panel[hidden] { display: none !important; }
.gp-search-list { list-style: none; margin: 0; padding: 0; max-height: 260px; overflow-y: auto; overscroll-behavior: contain; }
.gp-search-list li { display: block; min-height: 48px; padding: 10px 12px; border-bottom: 1px solid #eee; color: #222; cursor: pointer; overflow-wrap: anywhere; line-height: 1.4; }
.gp-search-list li:last-child { border-bottom: 0; }
.gp-search-list li:hover, .gp-search-list li[aria-selected="true"] { background: #f4f0eb; }
.gp-search-list span { display: block; font-size: 14px; font-weight: 600; }
.gp-search-list small { display: block; font-size: 12px; color: #595959; }
.gp-search-credit { padding: 8px 12px; border-top: 1px solid #eee; text-align: right; }
.gp-search-credit img { display: inline-block; width: 120px; height: 14px; max-width: none; }
.gp-search-credit span { font: 500 14px Arial, sans-serif; color: #5f6368; white-space: nowrap; }
.gp-search-credit [hidden] { display: none !important; }
