.ftc-height-spacer {
  display: block;
  height: 56px;
}

.ftc-disclosure-banner {
  position: fixed;
  z-index: 30;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px 72px;
  border-radius: 18px 18px 0 0;
  background: #f8d7da;
  color: #5f6268;
  text-align: center;
}

.ftc-disclosure-banner p {
  max-width: 1100px;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.ftc-disclosure-banner a {
  color: #30343a;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ftc-disclosure-close {
  position: absolute;
  top: 50%;
  right: 24px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #8b2228;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
}

.ftc-disclosure-close:hover,
.ftc-disclosure-close:focus-visible {
  color: #5e1418;
}

@media (max-width: 767px) {
  .ftc-height-spacer {
    display: none;
  }

  .ftc-disclosure-banner {
    display: none;
  }
}
