/* https://www.custompc.com/. Created: 2024-09-12 10:23:20 */
@media screen and (width > 900px) {
    html:not(.ads-disabled) #nn_astro_wrapper {
        height: 250px;
        vertical-align: middle;
        text-align: center;
        position: relative;
        background: #fff;
        width: 970px;
        margin: 0 auto;
    }
    #nn_skin, #nn_skinl, #nn_skinr {
        position: fixed!important;
        top: 0!important;
        padding-top: var(--navbarHeight,60px)!important;
    }
    #nn_skinl {
        width: 300px;
        text-align: right;
    }
    #nn_skinr {
        margin-left: 485px;
        text-align: left;
    }
    #nn_skinl, #nn_skinr {
        display: block;
    }

    .sidebar-right-2k23 .ad > div {
        margin-bottom: 0 !important;
    }
}

#nn_skinl, #nn_skinr {
    display: none;
}

#nn_mobile_lb1_wrap:before,
.ad-wrapper:before,
.nn_mobile_mpu2_wrapper:before,
.nn_mobile_mpu_wrapper:before,
.static_mpu_wrap:before {
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #d6d6d6;
    content: "Ad";
    display: inline-flex;
    font-size: 22px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    left: calc(50% - 25px);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    z-index: -1;
}