.pac-container { border-radius: 8px; border: 1px solid #e0e0e0; /*box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);*/ margin-top: 5px; padding: 18px 0; background-color: white; font-family: 'Roboto', sans-serif; } /* Individual result items */ .pac-item { padding: 8px 15px; cursor: pointer; transition: background-color 0.2s; border-top: none; } .pac-item:hover { background-color: #f8f8f8; } /* The icon on the left */ .pac-icon { margin-right: 10px; } /* The main text (primary part of the address) */ .pac-item-query { font-size: 15px; color: #333; font-weight: 500; } /* The secondary text (city, state, etc.) */ .pac-item .pac-item-query+span { font-size: 13px; color: #666; } /* The matched text highlighting */ .pac-matched { font-weight: 700; color: #dc1b32; /* Your brand color */ } /* When using keyboard navigation */ .pac-item-selected { background-color: #f0f0f0; }