.hc-bmh-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.hc-bmh-result {
    border-left-color: #476f95;
}

.hc-bmh-hero {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.hc-bmh-badge {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 58px;
    border-radius: 8px;
    background: #eef5fb;
    border: 1px solid #cddfed;
    color: #2f5a81;
    font-size: 15px;
    font-weight: 700;
}

.hc-bmh-subtitle {
    margin-top: 3px;
    color: #56616f;
    font-size: 14px;
    line-height: 1.4;
}

.hc-bmh-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 12px 0;
}

.hc-bmh-details div {
    padding: 10px;
    background: #f5f8fb;
    border: 1px solid #dce6ef;
    border-radius: 6px;
}

.hc-bmh-details span,
.hc-bmh-details strong {
    display: block;
}

.hc-bmh-details span {
    margin-bottom: 4px;
    color: #666;
    font-size: 12px;
}

.hc-bmh-details strong {
    color: #222;
    font-size: 14px;
}

.hc-bmh-yorum {
    margin: 12px 0 0;
    color: #333;
    line-height: 1.5;
}

.hc-bmh-uyari {
    margin: 12px 0 0;
    padding: 10px;
    background: #fff8e5;
    border: 1px solid #f0d37a;
    border-radius: 6px;
    color: #6d5200;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 480px) {
    .hc-bmh-grid,
    .hc-bmh-details {
        grid-template-columns: 1fr;
    }

    .hc-bmh-hero {
        align-items: flex-start;
    }
}
