html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background: transparent !important;
}

#playerjs {
    width: 100% !important;
    height: 100% !important;
    background: #000;
}

/* ADBlock detection */
#adbd.overdiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

#adbd.overdiv div {
    padding: 20px;
    background: #333;
    border-radius: 5px;
}

/* Play limit box */
#play_limit_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 193, 7, 0.9);
    color: #000;
    padding: 10px;
    text-align: center;
    z-index: 999998;
    display: none;
    font-weight: bold;
}

#play_limit_box a {
    color: #000;
    text-decoration: underline;
}

/* Video ad containers */
div.video_ad {
    display: none;
}

div.video_ad_fadein {
    display: none;
}

/* Diğer yardımcı sınıflar */
.file_title { font-weight: bold; font-size: 16px; line-height:34px; }
.result_slot { background: #F3F6FB; border:1px solid #c3d3dc; text-align:left; padding:3px; }
