.fsb-consent-wrap {
  margin: 12px 0 16px;
  width: 100%;
}

.fsb-consent-wrap .wpcf7-list-item {
  margin: 0 !important;
  display: block;
}

.fsb-consent-wrap .wpcf7-list-item > label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.fsb-consent-wrap input[type="checkbox"] {
  margin-top: 4px;
  flex: 0 0 auto;
  accent-color: #2f80ed;
}

.fsb-consent-wrap .wpcf7-list-item-label {
  display: inline;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-family: inherit !important;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.fsb-consent-wrap .wpcf7-list-item-label a {
  color: #8fd3ff !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  text-decoration-thickness: 1.5px;
}

.fsb-consent-wrap .wpcf7-list-item-label a:hover {
  color: #bfe6ff !important;
}

.fsb-consent-wrap .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.4;
  color: #ffd6d6 !important;
}