.bc-google-cta {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 14px 0 !important;
  margin: 18px 0 !important;
  border-top: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  overflow-x: auto !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important;
}

.bc-google-cta__label {
  font-size: 14px !important;
  color: #222 !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}

.bc-google-cta__actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  flex: 0 0 auto !important;
}

.bc-google-cta__button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  height: 34px !important;
  padding: 0 13px !important;
  border-radius: 7px !important;
  font-size: 14px !important;
  line-height: 34px !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}

.bc-google-cta__button--discover {
  background: #fff !important;
  color: #202124 !important;
  border: 1px solid #dadce0 !important;
}

.bc-google-cta__button--preferred {
  background: #202124 !important;
  color: #fff !important;
  border: 1px solid #202124 !important;
}

.bc-google-cta__icon {
  display: inline-flex !important;
  width: 16px !important;
  height: 16px !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
}

.bc-google-cta__icon svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
}

.bc-google-cta__text {
  font-weight: 400 !important;
}

.bc-google-cta__text strong {
  font-weight: 700 !important;
}

@media (max-width: 480px) {
  .bc-google-cta {
    gap: 6px !important;
    padding: 12px 0 !important;
  }

  .bc-google-cta__label {
    font-size: 13px !important;
  }

  .bc-google-cta__actions {
    gap: 6px !important;
  }

  .bc-google-cta__button {
    height: 32px !important;
    padding: 0 9px !important;
    font-size: 12px !important;
    line-height: 32px !important;
  }

  .bc-google-cta__icon,
  .bc-google-cta__icon svg {
    width: 15px !important;
    height: 15px !important;
  }
}