.hsd-page .hsd-back-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.hsd-demand-pill {
    background: #e8f1fa;
    border: 1px solid rgba(0, 70, 142, 0.15);
    border-radius: 12px;
    padding: 0.65rem 1rem;
    text-align: right;
}

.hsd-demand-pill small {
    display: block;
    color: #64748b;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.hsd-demand-pill strong {
    color: #00468e;
    font-size: 1.15rem;
}

.hsd-section h2,
.hsd-sidebar h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
    color: #0f172a;
}

.hsd-description {
    color: #334155;
    line-height: 1.7;
    margin: 0;
    white-space: pre-line;
}

.hsd-facts-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1rem;
}

.hsd-facts-grid span {
    display: block;
    font-size: 0.75rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.hsd-facts-grid strong {
    color: #0f172a;
}

.hsd-feature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hsd-feature-tags span {
    background: #f1f5f9;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.82rem;
    color: #334155;
}

.hsd-feature-tags i {
    color: #00468e;
    margin-right: 0.25rem;
}

.hsd-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 1rem;
}

.hsd-seller {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.hsd-seller i {
    font-size: 2rem;
    color: #00468e;
}

.hsd-seller a {
    display: block;
    color: #00468e;
    text-decoration: none;
    font-size: 0.9rem;
}

.hsd-bid-note {
    color: #64748b;
    font-size: 0.88rem;
}

.bh-card-img {
    display: block;
    color: inherit;
    text-decoration: none;
}

.bh-card-name a {
    color: inherit;
    text-decoration: none;
}

.bh-card-name a:hover {
    color: #00468e;
}

#bhEmpty {
    text-align: center;
    padding: 3rem 1rem;
    color: #64748b;
}

#bhEmpty i {
    font-size: 2rem;
    color: #00468e;
    display: block;
    margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
    .hsd-facts-grid {
        grid-template-columns: 1fr;
    }

    .hsd-demand-pill {
        width: 100%;
        text-align: left;
    }
}
