/* Wrapper utama */
#dl {
    margin: 20px auto;
    padding: 20px;
    max-width: 900px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

/* Notifikasi Adblock */
#dl-notif {
    background: #ffe4e4;
    color: #b40000;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-left: 4px solid #ff5a5a;
    border-radius: 5px;
    font-size: 14px;
}

/* Judul */
.smokettlrh {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
}

/* Setiap baris kualitas (360P, 480P, 720P...) */
.smokeurlrh {
    margin-bottom: 15px;
    padding: 12px;
    background: #f9fafc;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}

/* Label resolusi */
.smokeurlrh strong {
    color: #333;
    font-size: 15px;
    margin-right: 10px;
}

/* Link download */
.smokeurlrh a {
    margin: 0 5px;
    color: #0066cc;
    text-decoration: none;
    font-size: 14px;
}

.smokeurlrh a:hover {
    text-decoration: underline;
    color: #004999;
}

/* Ruangan atas */
#wrapfabtest {
    margin-bottom: 10px;
}

.advertiseText {
    display: none;
}