/* Swopp: kill weird backgrounds/icons that some themes apply to Google Places dropdown */
.pac-container { 
  background: #fff !important;
  background-image: none !important;
  border: 1px solid rgba(0,0,0,.08) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.12) !important;
  border-radius: 10px !important;
  z-index: 100000 !important;
}
.pac-item, .pac-item:hover, .pac-item-selected {
  background: #fff !important;
}
/* Remove icon sprites if a plugin overrides them */
.pac-icon, .pac-item .pac-icon {
  background-image: none !important;
}
/* Keep the "powered by Google" visible but tidy */
.pac-logo:after { background-image: none !important; }
