/* Thanh Header chứa Tiêu đề khối, Cỡ chữ và Công cụ */
.article-header-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    border-bottom: solid 1px #e7e7e7;
    margin-bottom: 12px;
}

/* Phần Tiêu đề khối (TIN THANH TRA) */
.article-section-title {
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #195a94;
    max-width: 71%;
}
.article-section-title i {
    color: #195a94; /* Màu xanh cho icon */
    margin-right: 8px;
    font-size: 20px;
}

/* Phần Cỡ chữ (A- A A+) */
.article-font-sizer {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    margin-left: auto; /* Đẩy sang phải */
    align-items: end;
    height: 25px;
    margin-bottom: -4px;
}
.article-font-sizer a {
    color: #195a94; /* Màu xanh cho các nút */
    text-decoration: none;
    padding: 0 2px;
    margin: 0px 1px;
    transition: color 0.1s;
    font-family: serif;
    line-height: 1;
}
.article-font-sizer a:hover {
    color: #e60000;
}

/* Phần In/Gửi bạn bè */
.article-tools-actions {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.article-tool-btn {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 4px 3px 4px;
    border: 1px solid #e7e7e7;
    text-decoration: none !important;
    margin-left: 8px;
    border-radius: 2px;
    line-height: 1;
}
.article-tool-btn:hover {
    background-color: #f0f0f0;
}

.article-tool-btn i {
    color: #747474;
    margin-right: 5px;
}

.article-font-sizer small {
    font-weight: normal;
    padding-right: 4px;
    padding-bottom: 5px;
}
.tangcochu {
    font-size: 2rem;
}

.article-font-sizer .giamcochu {
    padding-bottom: 2px;
}
.article-header-toolbar.gop-y {
    height: 38px;
    text-transform: uppercase;
}
.article-header-toolbar.gop-y .btn-primary {
    background-color: #2a78e3;
    border-color: #2a78e3;
    color: #fff;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 5px 8px 5px 16px;
    gap: 10px;
    display: flex;
    align-items: center;
}
@media (max-width: 991.98px) {
    .article-header-toolbar{
        height: 42px;
        padding-top: 6px;
    }
    .article-font-sizer .giamcochu {
        padding: 2px 10px;
        font-size: 23px;
    }

    .article-font-sizer .tangcochu {
        padding: 0 5px;
    }

    .article-font-sizer {
        margin-right: -10px !important;
    }
}
