.hm-ir-section {
    margin-bottom: 24px;
}

.hm-ir-card {
    padding: 14px 0;
    border-bottom: 1px solid #f2f2f2;
}

.hm-ir-card:last-child {
    border-bottom: none;
}

.hm-ir-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.hm-ir-card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hm-ir-card-name {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
}

.hm-ir-card-date {
    font-size: 10px;
    color: #bbb;
}

.hm-ir-card-score {
    font-size: 12px;
    /* letter-spacing: 1px; */
}

.hm-ir-card-subject {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.hm-ir-card-body {
    font-size: 12px;
    color: #555;
    line-height: 1.6;
}

.hm-ir-card-adv,
.hm-ir-card-dis {
    display: flex;
    gap: 6px;
    align-items: flex-start;
    margin-bottom: 4px;
}

.hm-ir-card-adv:last-child,
.hm-ir-card-dis:last-child {
    margin-bottom: 0;
}

.hm-ir-tag {
    font-size: 9px;
    font-weight: 700;
    border-radius: 3px;
    padding: 2px 5px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 2px;
}

.hm-ir-tag-good {
    background: #fff3e8;
    color: #ff6400;
}

.hm-ir-tag-bad {
    background: #f2f2f2;
    color: #888;
}

.hm-ir-card-text {}

.hm-ir-card-foot {
    margin-top: 8px;
}

.hm-ir-card-like {
    font-size: 10px;
    color: #bbb;
    border: 1px solid #efefef;
    border-radius: 20px;
    padding: 2px 8px;
}

.hm-ir-more-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #ff6400;
    border-radius: 8px;
    padding: 10px;
    text-decoration: none;
    margin-top: 12px;
    background: #ff6400;
}