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