.hprof-detail-body {
    background: #f7fafd;
}

.hprof-section-title {
    color: #0a6b5a;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 18px;
    line-height: 1.35;
}

.hprof-detail-banner img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    object-position: center;
    background: #fff;
}

.hprof-tab-panel {
    display: none;
}

.hprof-tab-panel.active {
    display: block;
}

@media (max-width: 991px) {
    .hprof-section-title {
        font-size: 20px;
    }

    .hprof-detail-banner img {
        max-height: 280px;
    }
}
