.floating-ad {
    position: fixed;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
}

.floating-ad img {
    display: block;
}

.close-button {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2px 5px;
    cursor: pointer;
    z-index: 10000;
}