.bb-contact-actions {
  background: #ffffff;
  border-left: 4px solid #f1a51d;
  box-shadow: 0 18px 45px rgba(16, 25, 40, 0.12);
  box-sizing: border-box;
  color: #253044;
  font-family: Poppins, Arial, sans-serif;
  margin: 12px 0 0;
  padding: 30px;
}

.bb-contact-actions__eyebrow {
  color: #f1a51d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.bb-contact-actions__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.bb-contact-actions__button {
  align-items: center;
  background: #253044;
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.2;
  min-height: 48px;
  padding: 14px 18px;
  text-decoration: none;
}

.bb-contact-actions__button:hover,
.bb-contact-actions__button:focus {
  background: #101928;
  color: #ffffff;
}

.bb-contact-actions__button--primary {
  background: #f1a51d;
  color: #111827;
}

.bb-contact-actions__button--primary:hover,
.bb-contact-actions__button--primary:focus {
  background: #d98f10;
  color: #111827;
}

.bb-contact-actions__note {
  color: #5a6475;
  font-size: 14px;
  line-height: 1.6;
  margin: 18px 0 0;
}

@media (max-width: 767px) {
  .bb-contact-actions {
    padding: 24px 20px;
  }

  .bb-contact-actions__button {
    width: 100%;
  }
}
