.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-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;
}

/* 상세페이지 후기 전용 - divider는 divider-m으로 처리하므로 border 제거 */
.item-use-wrap .hm-ir-card {
    padding: 14px 0;
    border-bottom: none;
}

.hm-ir-card-images img {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover;
    border-radius: 6px;
}

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

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

.hm-ir-card-label {
    font-size: 10px;
    font-weight: 400;
    color: #bbb;
    margin-left: 4px;
}

.hm-ir-card-name {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.use-vote {
    display: flex;
    gap: .5rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.use-vote .help-msg {
    margin-right: .5rem;
    font-size: 0.75rem;
    color: #333333;
}

.use-vote .btn-like,
.use-vote .btn-dislike {
    border: 1px solid #e0e0e0;
    color: #bbb;
    padding: .2rem .55rem;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    font-size: 0.7rem;
}

.use-vote .btn-like.active,
.use-vote .btn-dislike.active {
    border-color: #333;
    color: #000;
    font-weight: 600;
}

/* 상품 연결 영역 */
.hm-ir-card .review-item-img-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 8px 10px !important;
    margin-bottom: 12px;
}

.hm-ir-card .review-item-img-wrapper img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.hm-ir-card .review-item-desc {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.hm-ir-card .review-item-title {
    font-size: 12px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hm-ir-card .review-item-category {
    font-size: 11px;
    color: #aaa;
}