#hot-weekend-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: white;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#hot-weekend-banner img {
    width: 150px;
    height: auto;
    display: block;
}
#hot-weekend-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ff4444;
    color: white;
    font-size: 16px;
    padding: 2px 6px;
    border-radius: 50%;
    cursor: pointer;
}
#hot-weekend-close:hover {
    background: #cc0000;
}
