/* Compact Iubenda CMP presentation. Consent behaviour remains owned by Iubenda. */
html body #iubenda-cs-banner .iubenda-cs-content {
  overflow: hidden !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 48px rgba(7, 20, 37, 0.22) !important;
}

html body #iubenda-cs-banner .iubenda-cs-brand {
  min-height: 0 !important;
  padding: 12px 16px 6px !important;
}

html body #iubenda-cs-banner .iubenda-cs-brand img {
  width: auto !important;
  max-width: 210px !important;
  max-height: 34px !important;
}

html body #iubenda-cs-banner .iubenda-banner-content {
  padding: 0 16px 10px !important;
  font-size: 13px !important;
  line-height: 1.32 !important;
}

html body #iubenda-cs-banner .iubenda-cs-opt-group {
  gap: 8px !important;
  margin: 0 16px 14px !important;
}

html body #iubenda-cs-banner .iubenda-cs-opt-group-consent,
html body #iubenda-cs-banner .iubenda-cs-opt-group-custom {
  gap: 8px !important;
}

html body #iubenda-cs-banner .iubenda-cs-btn-primary,
html body #iubenda-cs-banner .iubenda-cs-btn-secondary {
  min-height: 40px !important;
  padding: 8px 10px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

@media (min-width: 769px) {
  html body #iubenda-cs-banner .iubenda-cs-container {
    flex: 0 0 410px !important;
    width: 410px !important;
    max-width: calc(100vw - 24px) !important;
  }

  html body #iubenda-cs-banner .iubenda-cs-content {
    width: calc(100% - 24px) !important;
    margin: 12px !important;
  }
}

@media (max-width: 768px) {
  html body #iubenda-cs-banner .iubenda-cs-container {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body #iubenda-cs-banner .iubenda-cs-content {
    width: calc(100% - 16px) !important;
    margin: 8px !important;
    border-radius: 16px !important;
  }

  html body #iubenda-cs-banner .iubenda-cs-brand {
    padding: 10px 12px 5px !important;
  }

  html body #iubenda-cs-banner .iubenda-cs-brand img {
    max-width: 184px !important;
    max-height: 28px !important;
  }

  html body #iubenda-cs-banner .iubenda-banner-content {
    padding: 0 12px 8px !important;
    font-size: 12.5px !important;
    line-height: 1.28 !important;
  }

  html body #iubenda-cs-banner .iubenda-cs-opt-group {
    gap: 6px !important;
    margin: 0 12px 11px !important;
  }

  html body #iubenda-cs-banner .iubenda-cs-btn-primary,
  html body #iubenda-cs-banner .iubenda-cs-btn-secondary {
    min-height: 42px !important;
    padding: 8px !important;
    font-size: 12px !important;
  }
}
