.qh-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.qh-clock {
    font-size: 11px;
    color: #4a5568;
    margin-bottom: 15px;
    font-weight: 700;
    background: #edf2f7;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
}
.qh-block {
    margin-bottom: 20px;
}
.qh-block:last-child {
    margin-bottom: 0;
}
.qh-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #1a202c;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 2px solid #2d3748;
    padding-bottom: 4px;
}
.qh-list {
    display: flex;
    flex-direction: column;
}
.qh-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    padding: 9px 0;
    border-bottom: 1px solid #edf2f7;
}
.qh-item:last-child {
    border-bottom: none;
}
.qh-item-left {
    display: flex;
    align-items: center;
    flex: 1;
    padding-right: 10px;
}
.qh-badge {
    min-width: 20px;
    height: 20px;
    background: #718096;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 10px;
}
.qh-item:nth-child(1) .qh-badge { background: #e53e3e; }
.qh-item:nth-child(2) .qh-badge { background: #dd6b20; }
.qh-item:nth-child(3) .qh-badge { background: #3182ce; }

.qh-txt {
    font-size: 14px;
    color: #1a202c;
    line-height: 1.45;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.qh-item:hover .qh-txt {
    color: #0073aa;
    text-decoration: underline;
}
/* Đồng nhất màu xám nhạt tinh tế cho ngày xuất bản ở cuối bài */
.qh-date {
    font-size: 11.5px;
    color: #a0aec0;
    white-space: nowrap;
}