        .unique-banner {
            display: none;
            position: fixed;
            right: 10px;
            bottom: 10px;
            width: 300px;
            height: 300px;
            background-color: #000000;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            z-index: 9999;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #616161;
        }

        .unique-banner .unique-close-btn {
            position: absolute;
            top: 8px;
            right: 8px;
            cursor: pointer;
            font-size: 16px;
            background-color: #ff5050;
            color: #fff;
            border: none;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            text-align: center;
            line-height: 24px;
            font-weight: bold;
        }

        .unique-banner iframe {
            width: 100%;
            height: 100%;
            border: none;
            overflow: hidden;
        }