/* Réserve la place du lien « Ne plus afficher » en bas, sans empiéter sur la croix. */
body .messages.messages--warning:has(.b2iprivacy-hide-warning),
body .status-banner:has(.b2iprivacy-hide-warning),
body .alert-warning:has(.b2iprivacy-hide-warning) {
  position: relative;
  padding-bottom: 2.75rem;
}

a.b2iprivacy-hide-warning,
.status-banner a.b2iprivacy-hide-warning {
  position: absolute;
  left: 25px;
  right: auto;
  bottom: 10px;
  top: auto;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 70px);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.b2iprivacy-hide-icon-span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
}

.b2iprivacy-hide-icon {
  flex-shrink: 0;
}
