.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 */
}

@media (min-width: 1024px) and (max-width: 1440px){
  html body .cky-btn-revisit-wrapper.cky-revisit-bottom-left{
    inset: auto auto 60px 20px !important;
    opacity: 0.45;
    transition: opacity 0.25s ease;
  }

  html body .cky-btn-revisit-wrapper.cky-revisit-bottom-left:hover{
    opacity: 1;
  }
}
