/* Tổng thể module */
.NewSteeringControl {
    display: block;
    margin-bottom: 16px;
    border: 1px solid #e1e1e1; /* Tạo khung nhẹ cho module văn bản */
}
.NewSteeringControl .Header span {
    margin-left: 45px !important;
}
/* 1. Đồng bộ Style Header từ UITabArticle\SingleTab */
.NewSteeringControl .Header {
    background: url("images/icon.png") no-repeat scroll center left #0082e3;
    border-bottom: 5px solid #63b8ff;
    background-size: 25px 25px;
    background-position: 10px;
    height: 33px; /* Đảm bảo chiều cao khớp với dòng text */
    display: flex;
    align-items: center;
}

.NewSteeringControl .Header a {
    color: #ffffff;
    font: bold 10pt/28px tahoma;
    padding-left: 40px;
    white-space: nowrap !important;
    text-transform: uppercase;
    text-decoration: none;
}

/* 2. Style danh sách văn bản (ListItem) */
.NewSteeringControl .DetailScroll {
    padding: 10px;
    background: #fff;
}

.NewSteeringControl .item {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

.NewSteeringControl .item:last-child {
    border-bottom: none;
}

.NewSteeringControl .item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Tiêu đề số hiệu văn bản - Sử dụng icon star giống SingleTab .next li a */
.NewSteeringControl .item ul li:first-child a {
    font: bold 13px Arial;
    color: #0082e3;
    text-decoration: none;
    background: url("images/star.png") no-repeat left center;
    background-size: 15px 15px;
    padding-left: 20px;
    display: inline-block;
}

/* Ngày ban hành */
.NewSteeringControl .item .DateIssued {
    font-style: italic;
    font-size: 11px;
    color: #888;
    display: block;
    margin-top: 3px;
    padding-left: 20px;
}

/* Nội dung trích yếu văn bản */
.NewSteeringControl .item ul li:last-child a {
    display: block;
    margin-top: 5px;
    color: #333;
    line-height: 1.5;
    text-decoration: none;
    font-size: 13px;
    padding-left: 20px;
}

.NewSteeringControl .item ul li a:hover {
    color: #ff0000;
}

/* 3. Khu vực Xem chi tiết & Tải về */
.NewSteeringControl .Expand, 
.NewSteeringControl .dwnload {
    display: inline-block;
    margin-top: 8px;
    margin-left: 20px;
    margin-right: 15px;
}

.NewSteeringControl .Expand a, 
.NewSteeringControl .dwnload a {
    font-size: 12px;
    color: #0082e3;
    text-decoration: none;
    font-weight: bold;
}

.NewSteeringControl .Expand a:hover, 
.NewSteeringControl .dwnload a:hover {
    text-decoration: underline;
}

/* Icon tải về nếu cần */
.NewSteeringControl .dwnload .download {
    background: #f2f2f2;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
}