.uc-test {
  /* Styles for the container of the iframes */
  text-align: center; /* Center the iframe blocks */
}

.uc-test iframe {
  /* Styles for the iframes */
  max-width: 100%; /* Ensure iframe is responsive and doesn't overflow the container */
  border: none; /* Remove border */
}

.uc-test .credit {
  /* Styles for the 'powered by' text */
  display: block; /* Make 'powered by' text block-level for better control */
  text-align: right; /* Align 'powered by' text to the right */
  font-size: 0.8em; /* Make font smaller */
  color: #ccc; /* Light grey color */
  margin-top: 5px; /* Space above 'powered by' text */
}



/* Bitrix: keep scale, just move it down to match CookieYes */
.b24-widget-button-wrapper {
  transform: scale(0.78) !important;
  transform-origin: bottom right !important;
  right: 20px !important;
  bottom: 12px !important; 
}

.cky-revisit-bottom-left {
    opacity: 65%;
}
.cky-revisit-bottom-left:hover {
    opacity: 1;
}