/* --- STABLE TOPIC DESIGN (NO MOVING) --- */

.topic_log {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 0 !important; /* Padding zero kar di taake header fit ho */
    margin: 15px auto !important;
    width: 92% !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    overflow: hidden !important; /* Isse design box ke andar locked rahega */
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
}

/* Green Header (Jo pehle hil raha tha, ab fix hai) */
.topic_log::before {
    content: "OFFICIAL NOTICE 📢" !important;
    background: #24b34b !important;
    color: #ffffff !important;
    padding: 10px 15px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    display: block !important;
    width: 100% !important; /* Pura width cover karega */
    box-sizing: border-box !important;
    text-align: left !important;
}

/* Content Area */
.topic_log .tptext {
    padding: 15px !important; /* Text ke liye andar jagah */
    color: #444 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* System Auto-Ban Glow Highlight */
.topic_log .tptext b {
    color: #FFFC00 !important;
    background: #111 !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    text-shadow: 0 0 8px rgba(255, 252, 0, 0.8) !important;
    font-weight: bold !important;
}

/* Close Icon Adjustment */
.topic_log .close_topic {
    position: absolute !important;
    top: 8px !important;
    right: 12px !important;
    color: #ffffff !important; /* White taake green header par nazar aaye */
    z-index: 101 !important;
    opacity: 0.8 !important;
}

/* --- CHAT MESSAGES FIX --- */
.m_left { background: #f0f0f0 !important; border-radius: 15px !important; margin: 5px 0 !important; padding: 10px !important; }
.m_right { background: #ffffff !important; border: 1px solid #ddd !important; border-radius: 15px !important; margin: 5px 0 !important; padding: 10px !important; }
