.adsbygoogle {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f8f8f8; /* Light background to indicate reserved space */
    text-align: center;
    line-height: 250px; /* Center placeholder text */
    color: #aaa;
    transition: transform 0.2s;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: auto;          /* Allows the image to scale proportionally */
    object-fit: contain;   /* Ensures the entire image is visible without cropping */
    overflow-x: scroll;
    overflow-y: scroll;
    scrollbar-width: none; /* For Firefox: hide scrollbar */
    -ms-overflow-style: none; /* For IE and Edge: hide scrollbar */
  }
  .adsbygoogle::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera: hide scrollbar */
  }