body.rtb-google-suggestions-suppressed .pac-container {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.rtb-address-choice-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.rtb-address-choice-heading > label {
  margin-bottom: 0 !important;
}

.rtb-address-choice-toggle {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  cursor: pointer;
}

.rtb-address-choice-toggle:hover {
  color: #1e3a8a;
}

.rtb-address-choice-toggle:focus-visible,
.rtb-address-choice-actions button:focus-visible {
  outline: 3px solid rgba(29, 78, 216, 0.25);
  outline-offset: 3px;
}

.rtb-address-choice-notice,
.rtb-address-choice-decision {
  margin-top: 12px;
  padding: 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.rtb-address-choice-notice[hidden],
.rtb-address-choice-decision[hidden] {
  display: none;
}

.rtb-address-choice-notice.is-manual {
  border: 1px solid #22c55e;
  background: #f0fdf4;
  color: #166534;
}

.rtb-address-choice-decision {
  border: 1px solid #f59e0b;
  background: #fff7ed;
  color: #7c2d12;
}

.rtb-address-choice-decision p {
  margin: 0 0 8px;
}

.rtb-address-choice-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.rtb-address-choice-actions button {
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 9px;
  font-weight: 700;
  cursor: pointer;
}

.rtb-address-choice-actions button:first-child {
  border: 1px solid #9ca3af;
  background: #ffffff;
  color: #111827;
}

.rtb-address-choice-actions button:last-child {
  border: 1px solid #92400e;
  background: #92400e;
  color: #ffffff;
}

.rtb-address-status.is-manual,
.rtb-resume-address-status.is-manual {
  color: #166534;
  font-weight: 700;
}

@media (max-width: 640px) {
  .rtb-address-choice-heading {
    display: block;
  }

  .rtb-address-choice-toggle {
    display: inline-flex;
    margin: 4px 0 8px;
  }

  .rtb-address-choice-actions {
    grid-template-columns: 1fr;
  }
}
