#iubenda-cs-banner {
  position: fixed;
  bottom: 26px;
  z-index: 999999;
  width: 100%;
  max-width: 1176px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.iubenda-cs-container {
  width: 100%;
  max-width: calc(100% - 64px);
  background: rgb(255, 255, 255);
  border-radius: 24px;
  padding: 32px;
  color: #000;
  margin: 0 auto;
  box-shadow:
    0 0 34px rgba(0, 0, 0, 0.09),
    inset 0 -4px 24px rgba(222, 249, 255, 0.2);
}

.iubenda-cs-content {
  font-family: var(--font-heading);
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-dark-blue);
  font-weight: var(--font-weight-normal);
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: rgb(255, 255, 255);
}

.iubenda-banner-content strong {
  font-weight: var(--font-weight-normal);
}

.iubenda-title {
  font-size: 16px;
  font-weight: var(--font-weight-bold);
}

.iubenda-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 24px;
  gap: 16px;
}

.iubenda-cs-opt-group {
  display: flex;
  justify-content: space-between;
}

.iubenda-cs-opt-group-custom {
  width: 100%;
}

.iubenda-cs-customize-btn {
  width: 100%;
  max-width: 234px;
  height: 54px;
  border-radius: 24px;
  border: none;
  color: #fff;
  font-family: var(--font-heading);
  cursor: pointer;
  background: var(--color-gray-transparent);
  box-shadow: 0px 0px 20px -4px rgba(209, 209, 209, 0.65);
  color: var(--color-dark-blue);
  white-space: nowrap;
}

.iubenda-cs-opt-group-consent {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.iubenda-cs-btn-primary {
  width: 100%;
  max-width: 147px;
  height: 54px;
  background: var(--color-blue-hero);
  border-radius: 24px;
  border: none;
  margin: 0 7px;
  font-family: var(--font-heading);
  cursor: pointer;
  color: var(--color-white);
}

.iubenda-uspr-btn {
  visibility: hidden;
  position: absolute;
  top: -300px;
}

@media (max-width: 668px) {
  #iubenda-cs-banner {
    max-width: calc(100% - 32px);
    margin: 0 auto;
  }

  .iubenda-cs-container {
    padding: 24px 16px;
    max-width: 100%;
  }

  .iubenda-cs-opt-group {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .iubenda-cs-opt-group-consent {
    flex-direction: column;
    order: -1;
  }

  .iubenda-cs-accept-btn {
    order: -1;
  }

  .iubenda-cs-btn-primary,
  .iubenda-cs-customize-btn {
    margin: 5px 0;
    max-width: 100%;
  }
}
