/* Style for guide and news pages loaded in iframes */
body {
    background-color: transparent !important;
    color: #b0b0b0 !important;
    font-family: 'Noto Sans SC', sans-serif !important;
    margin: 0;
    padding: 10px;
}

.box_guide, .box_news {
    background: rgba(20, 20, 20, 0.95);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.w-guide_tw, .w-guide_t, .w-guide_ww b, .w-guide_tg {
    color: #eed5b3 !important;
    font-weight: bold;
}

.w-guide_ww {
    line-height: 1.8;
    font-size: 15px;
    color: #ccc;
}

.link-top {
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    margin: 15px 0;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 10px 0;
}

.table {
    background-color: #1a1a1a !important;
    color: #ddd !important;
    border-color: #333 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

/* Hide old header/footer/preloader elements if they still exist in copied files */
header, footer, #preloader, #gotop, .navbar_top, .bn30 {
    display: none !important;
}

.container-fluid, .container {
    padding: 0 !important;
}

.w-guide_t {
    font-size: 1.2rem;
    margin-top: 25px;
    border-left: 4px solid #d4af37;
    padding-left: 10px;
}
