/* Liquid Glass Theme for Mangboard & FAQ - High Specificity Override */

/* Global Wrapper Reset */
#mb_content,
.mb-skin-basic,
.mb-style-basic,
.mb-board {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Glass Container */
.mb-board-list,
.mb-view-box,
.board-content,
.faq-container {
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px;
    padding: 20px;
    color: #fff !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
}

/* Header Reset */
.mb-board-head,
.board-list-header,
.mb-board-head>li,
.mb-thead {
    background: rgba(0, 0, 0, 0.2) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

/* List Items Reset */
.mb-board-list>li,
.board-list-item,
.mb-tbody>tr {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.mb-board-list>li:hover,
.board-list-item:hover,
.mb-tbody>tr:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}

/* Text Colors override */
#mb_content a,
.mb-board a,
.board-title a {
    color: #fff !important;
    text-decoration: none !important;
}

.mb-board .date,
.mb-board .writer,
.board-meta,
.mb-nick,
.mb-date,
.mb-hit {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Inputs & Forms (Glassy) */
#mb_content input[type="text"],
#mb_content select,
#mb_content textarea,
.board-search-input {
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 8px;
}

/* Buttons (Glassy) */
#mb_content .btn,
.board-btn,
.mb-btn {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    backdrop-filter: blur(4px);
}

#mb_content .btn:hover,
.board-btn:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

/* Pagination */
.mb-pagination .page-numbers,
.mb-paging a {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.7) !important;
    border: none !important;
}

.mb-pagination .page-numbers.current,
.mb-paging strong {
    color: #fff !important;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    background: transparent !important;
}

/* FAQ Specifics */
.faq-item {
    background: rgba(255, 255, 255, 0.02) !important;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}