
.cursor-pointer {
  cursor: pointer;
}
/*! CSS Used from: Embedded */
.cookie-container {
    bottom: 15px;
    display: flex;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: -50%;
    width: 100%;
    z-index: 9998;
    margin: auto;
    left: -50%;
}
.cookie-container .cookie-popup {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  max-width: 900px;
  padding: 12px;
  pointer-events: all;
  width: 100%;
  margin: auto;
}
.cookie-container .cookie-popup .cookie-notification-content {
  align-items: center;
  display: flex;
  gap: 10px;
}
.cookie-container .cookie-popup .cookie-notification-image {
  height: 30px;
  min-width: 30px;
}
.cookie-container .cookie-popup .cookie-notification-close {
    background: transparent;
    border: none;
    color: #fff !important;
    cursor: pointer;
    font-size: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 9999;
    opacity: 1;
    width: 20px;
    height: 20px;
}
.full-text {
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
  .cookie-notification-description {
    margin-bottom:0!important;
  }

  .cookie-container .cookie-popup .cookie-notification-close {
    top: 16px;
    right: 14px;
}
@media screen and (max-width: 1140px) {
    .cookie-container .cookie-popup {
        background: rgba(0, 0, 0, 0.9) !important;
        border-radius: 12px !important;
        line-height: 1.4em;
        margin: auto 20px 5px auto;
        max-width: 90%;
        pointer-events: all;
        width: 100%;
        margin:auto;
    }
  .cookie-container .cookie-popup .cookie-notification-close,
  .cookie-container .cookie-popup .cookie-notification-content {
    align-items: flex-start;
    display: flex;
  }
  .cookie-notification-description {
    padding-right:26px;
    font-size:14px!important;
    line-height: 130%!important;
    margin-bottom: 0!important;
  }
}
