/* =====================================================
   MIC Phòng Ban - Styles
   ===================================================== */

.mic-phongban-wrap {
    font-family: Arial, sans-serif;
}

/* Section */
.mic-pb-section {
    margin-bottom: 30px;
}

.mic-pb-section-title {
    font-size: 18px;
    font-weight: bold;
    color: #1D576E;
    border-left: 4px solid #00948A;
    padding-left: 12px;
    margin-bottom: 16px;
    line-height: 1.4;
}

/* Danh sách lãnh đạo */
.mic-pb-lanh-dao-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mic-pb-lanh-dao-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 16px;
    flex: 1 1 calc(50% - 20px);
    min-width: 280px;
    box-sizing: border-box;
}

.mic-pb-ld-avatar {
    flex-shrink: 0;
}

.mic-pb-ld-avatar img {
    width: 90px;
    height: 110px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.mic-pb-ld-info {
    flex: 1;
}

.mic-pb-ld-info p {
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.mic-pb-ld-chucvu {
    font-size: 15px !important;
    color: #333 !important;
}

.mic-pb-ld-chucvu strong {
    color: #1D576E;
}

.mic-pb-label {
    font-weight: bold;
    color: #555;
}

/* Nội dung chức năng / nhiệm vụ */
.mic-pb-content {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.mic-pb-content p {
    margin-bottom: 10px;
}

.mic-pb-content ul,
.mic-pb-content ol {
    padding-left: 20px;
    margin-bottom: 10px;
}

.mic-pb-content li {
    margin-bottom: 6px;
}

/* Liên hệ */
.mic-pb-lienhe p {
    font-size: 15px;
    margin-bottom: 8px;
    color: #444;
}

.mic-pb-lienhe a {
    color: #00948A;
}

.mic-pb-lienhe a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .mic-pb-lanh-dao-item {
        flex: 1 1 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .mic-pb-ld-avatar img {
        width: 80px;
        height: 100px;
    }
}
