.ats-consent {
  align-items: center;
  background: rgba(5, 7, 13, .96);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  bottom: 16px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, .36);
  color: #fff;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  left: 16px;
  max-width: min(760px, calc(100vw - 32px));
  padding: 14px;
  position: fixed;
  z-index: 20000;
}

.ats-consent__copy {
  display: grid;
  gap: 4px;
  line-height: 1.45;
}

.ats-consent__copy strong {
  font-size: 15px;
}

.ats-consent__copy span {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.ats-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.ats-consent__button {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: #081a38;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  min-height: 38px;
  padding: 0 14px;
}

.ats-consent__button--ghost {
  background: transparent;
  color: #ffffff;
}

@media (max-width: 640px) {
  .ats-consent {
    align-items: stretch;
    flex-direction: column;
  }

  .ats-consent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
