/* Dropdown styling */ select { background-color: #1d1c56 !important; color: #dfc886 !important; border: 1px solid #dfc886 !important; border-radius: 8px; padding: 10px; } select option { background-color: #1d1c56 !important; color: #dfc886 !important; } select:focus { background-color: #1d1c56 !important; color: #dfc886 !important; } /* Squarespace form dropdown - opened options */ .form-wrapper .field-list .field select, .form-wrapper select { background-color: #1d1c56 !important; color: #dfc886 !important; border: 1px solid #dfc886 !important; } .form-wrapper .field-list .field select option, .form-wrapper select option { background-color: #1d1c56 !important; color: #dfc886 !important; } /* Chrome/Safari fallback */ .form-wrapper select:focus, .form-wrapper select:active { background-color: #1d1c56 !important; color: #dfc886 !important; }