.reuzenpanda-configurator {
  width: 100%;
  height: 100%;
}

.reuzenpanda-iframe {
  width: 100%;
  height: 100%; 
  border: none;
}

.reuzenpanda-configurator.reuzenpanda-widget {
  width: 500px;
  height: 700px; 
  position: fixed;
  right: 5px;
  bottom: 5px;
  transform: translateY(calc(100% + 5px));
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 9999999999999999;
}

.reuzenpanda-configurator.reuzenpanda-widget.--visible {
  transform: translateY(0px);
  opacity: 1;
}

.reuzenpanda-configurator-button {
  position: fixed;
  right: 5px;
  bottom: 5px;
  height: 50px;
  width: 250px;
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.3s, opacity 0.3s;
  z-index: 9999999999999999;
}

.reuzenpanda-configurator-button.--invisible {
  opacity: 0;
  transform: translateY(calc(100% + 5px));
}


*[data-rp-configurator-id] {
  width: 100%;
  height: 100%;
}



@media(max-width: 500px) {
  .reuzenpanda-configurator.reuzenpanda-widget {
    width: 100%;
    height: 100svh; 
    right: 0px;
    bottom: 0px;
  }
}


/* Advanced banner styling */
/* .reuzenpanda-consent-management-platform-advanced {
  position: fixed;
  width: 600px;
  height: 550px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999999999999999999999999999999;
  border: 1px solid #ccc;
}

@media (max-width: 480px) {
  .reuzenpanda-consent-management-platform-advanced {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    height: 75vh;
    transform: translate(0, 0);
    border: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 999999999999999999999999999999999999;
    top: auto;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .reuzenpanda-consent-management-platform-advanced {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    height: 65vh;
    transform: translate(0, 0);
    border: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 999999999999999999999999999999999999;
    top: auto;
  }

  .reuzenpanda-iframe {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 769px) {
  .reuzenpanda-consent-management-platform-advanced {
    width: 600px;
    height: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .reuzenpanda-iframe {
    width: 100%;
    height: 100%;
  }
} */

/* Advanced banner styling */
.reuzenpanda-consent-management-platform-advanced {
  position: fixed;
  width: 600px;
  height: 390px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999999999999999999999999999999;
  border: 1px solid #ccc;
}

@media (max-width: 550px) {
  .reuzenpanda-consent-management-platform-advanced {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    height: 68vh;
    transform: translate(0, 0);
    border: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 999999999999999999999999999999999999;
    top: auto;
  }
}

@media (min-width: 550px) and (max-width: 768px) {
  .reuzenpanda-consent-management-platform-advanced {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    height: 40vh;
    transform: translate(0, 0);
    border: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 999999999999999999999999999999999999;
    top: auto;
  }

  .reuzenpanda-iframe {
    width: 100%;
    height: 100%;
  }
}

/* Simplified banner styling */
.reuzenpanda-consent-management-platform-simplified {
  position: fixed;
  width: 600px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999999999999999999999999999999999;
  border: 1px solid #ccc;
}

@media (max-width: 550px) {
  .reuzenpanda-consent-management-platform-simplified {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    height: 43vh;
    transform: translate(0, 0);
    border: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 999999999999999999999999999999999999;
    top: auto;
  }
}

@media (min-width: 550px) and (max-width: 768px) {
  .reuzenpanda-consent-management-platform-simplified {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    height: 35vh;
    transform: translate(0, 0);
    border: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 999999999999999999999999999999999999;
    top: auto;
  }

  .reuzenpanda-iframe {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 769px) {
  .reuzenpanda-iframe {
    width: 100%;
    height: 100%;
  }
}

.show-options-dialog-cmp {
  bottom: 0 !important;
  left: 0 !important;
  top: auto !important; 
  width: 100% !important;
  height: 100% !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  transform: translate(0, 0) !important;
}

.hidden {
  display: none !important;
}