* {
    padding: 0;
    margin: 0;
}

#xrnumber-footer6-20260622 {
    /* background: #111; */
    padding: 40px 5% 20px;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

#xrnumber-footer6-20260622 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

#xrnumber-footer6-20260622 a:hover {
    color: #00d4ff;
}

#xrnumber-footer6-20260622 img {
    max-width: 150px;
    height: auto;
}

#xrnumber-footer6-20260622 .xrdate-timeline-wrap-20260622 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

#xrnumber-footer6-20260622 .xrdate-timeline-wrap-20260622::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, #e74c3c, #f39c12, #2ecc71, #3498db);
}

#xrnumber-footer6-20260622 .xrdate-tl-item-20260622 {
    flex: 1;
    padding: 45px 20px 10px;
    position: relative;
    text-align: center;
}

#xrnumber-footer6-20260622 .xrdate-tl-item-20260622 .xrdate-item-ms-20260622 {
    padding: 10px;
}


#xrnumber-footer6-20260622 .xrdate-tl-item-20260622::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #e74c3c;
}

#xrnumber-footer6-20260622 .xrdate-tl-item-20260622:nth-child(2)::before {
    border-color: #f39c12;
}

#xrnumber-footer6-20260622 .xrdate-tl-item-20260622:nth-child(3)::before {
    border-color: #2ecc71;
}

#xrnumber-footer6-20260622 .xrdate-tl-item-20260622:nth-child(4)::before {
    border-color: #3498db;
}

#xrnumber-footer6-20260622 .xrdate-tl-title-20260622 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

#xrnumber-footer6-20260622 .xrdate-item-20260622 {
    display: block;
    margin: 8px 0;
    font-size: 16px;
    color: #ddd;
    text-align: center;
}

#xrnumber-footer6-20260622 .xrdate-bottom-20260622 {
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    color: #ddd;
    padding-top: 20px;
    border-top: 1px solid #222;
}

@media (max-width: 768px) {
    #xrnumber-footer6-20260622 .xrdate-timeline-wrap-20260622 {
        flex-direction: column;
    }

    #xrnumber-footer6-20260622 .xrdate-timeline-wrap-20260622::before {
        display: none;
    }

    #xrnumber-footer6-20260622 .xrdate-tl-item-20260622::before {
        top: 16px;
    }
}

.xlbutton20260622_diamond_root {
    position: fixed !important;
    bottom: 80px !important;
    right: 25px !important;
    z-index: 2147483647 !important;
    display: none;
    filter: drop-shadow(0 0 10px rgba(255, 165, 0, 0.5)) !important;
}

.xlbutton20260622_diamond_body {
    width: 46px !important;
    height: 46px !important;
    background: #1a1a1a !important;
    border: 3px solid #ffae00 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    position: relative !important;
    padding: 0 !important;
    outline: none !important;
    overflow: hidden !important;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.xlbutton20260622_neon_glow {
    position: absolute !important;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: radial-gradient(circle, #ffae00 0%, transparent 70%) !important;
    animation: xlbutton_breathe_20260622 2s infinite !important;
    z-index: 0 !important;
    opacity: 0.6 !important;
}

@keyframes xlbutton_breathe_20260622 {

    0%,
    100% {
        transform: scale(0.8);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}


.xlbutton20260622_facet_wrap {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
    background: linear-gradient(135deg, #222 0%, #000 100%) !important;
    border-radius: 50% !important;
}

.xlbutton20260622_diamond_svg {
    width: 30px !important;
    height: 30px !important;
    fill: #ffae00 !important;
    filter: drop-shadow(0 0 5px #ffae00) !important;
}

.xlbutton20260622_diamond_text {
    font-size: 11px !important;
    color: #ffae00 !important;
    font-weight: 900 !important;
    font-family: 'Arial Black', sans-serif !important;
    margin-top: -3px !important;
    letter-spacing: 1px !important;
}


.xlbutton20260622_diamond_sweep {
    position: absolute !important;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: linear-gradient(45deg,
            transparent 45%,
            rgba(255, 255, 255, 0.6) 50%,
            transparent 55%) !important;
    animation: xlbutton_diamond_sweep 4s infinite !important;
    z-index: 3 !important;
    pointer-events: none !important;
}

@keyframes xlbutton_diamond_sweep {
    0% {
        transform: translate(-20%, -20%) rotate(0deg);
    }

    25% {
        transform: translate(20%, 20%) rotate(0deg);
    }

    100% {
        transform: translate(20%, 20%) rotate(0deg);
    }
}

.xlbutton20260622_diamond_body:hover {
    transform: scale(1.1) !important;
    border-color: #fff !important;
}

.xlbutton20260622_diamond_body:active {
    transform: scale(0.9) !important;
}