.ratings {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  direction: rtl;
  text-align: left;
}
.UIHoiDapChiTiet .hoidap-title .title-desc {
    font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
}
.UIHoiDapChiTiet .title-name {
    font-family: Merriweather;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #CE1126;
}
.star {
  position: relative;
  line-height: 60px;
  display: inline-block;
  transition: color 0.2s ease;
  color: #ebebeb;
}
.custom-star:after {
    content: '\2605';
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #ffd700;
    margin-left: 5px;
}
.star:before {
  content: '\2605';
  width: 30px;
  height: 30px;
  font-size: 30px;
}
li.star:hover {
    cursor: pointer;
}
.star:hover, .star.selected, .star:hover ~ .star, .star.selected ~ .star {
    transition: color 0.8s ease;
    color: #ffd700;
}
.UIHoiDapChiTiet .TieuDe {
    margin: 10px 0px;
    margin-top: 0;
    font-family: Merriweather;
    font-size: 32px;
    font-weight: 700;
    line-height: 40.22px;
    text-align: left;
    grid-area: top;
    color: #1259A0;
}
.UIHoiDapChiTiet .Author, .UIHoiDapChiTiet .view-count {
    text-align: left;
    margin: 10px 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #606368;
    display: flex;
    align-items: center;
    gap: 6px;
}
.UIHoiDapChiTiet .Author{
    grid-area: mid;
}
.Author>span:nth-child(2) {
        font-weight: bold;
} 
.UIHoiDapChiTiet .Answer .NoiDung * {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #212529 !important;
}
.UIHoiDapChiTiet .Answer .TieuDe {
    font-family: Merriweather;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #212529;
}
.UIHoiDapChiTiet .Answers {
    padding: 40px;
    background: #fff;
    padding-top: 15px;
}
.UIHoiDapChiTiet .NoiDung * {
    font-family: Roboto !important;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 28px;
    text-align: left !important;
    color: #212529 !important;
}
.UIHoiDapChiTiet .NoiDung {
    margin: 10px 0;
    grid-area: bot;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #212529;
    padding-bottom: 10px;
    border-bottom: 4px solid #DADCE0;
    margin-bottom: 0;
}
.UIHoiDapChiTiet .Files{
    padding: 10px 0;
    border-bottom: 4px solid #DADCE0;
}
.UIHoiDapChiTiet .Question { 
    padding: 40px;
    padding-bottom: 0px;
    background: #fff; 
    grid-template-areas: "top top"
        "mid right"
        "bot bot";
    grid-template-columns: fit-content(33%) auto;
}
.UIHoiDapChiTiet  .Answer {
        border-bottom: 1px solid #ededed;
}
.UIHoiDapChiTiet .Files > span {
        font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #606368;
}
.UIHoiDapChiTiet .Files .File{
}
.UIHoiDapChiTiet .Files a:before{
    position: absolute;
    left: -15px;
    width: 6px;
    height: 6px;
    background-color: #Da251C;
    content: '';
    display: inline-block;
    top: 8px;
}
.UIHoiDapChiTiet .Files a{
    color: #DA251C;
     font-family: Roboto;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #DA251C;
    position: relative;
    margin-left: 20px;
    display: block;
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px){
        .UIHoiDapChiTiet {
                padding: 0 16px;
            margin: 20px 0;
        }
    .UIHoiDapChiTiet .Question{
        padding: 20px 0;
    }
    .UIHoiDapChiTiet .Answers{
        padding: 20px 0;
    }
}
