/* Page-level UI refinements (no theme color changes) */

/* Shared: section header blocks used on Kategori/Hdm */
.hg-section-title {
    font-size: 15pt;
    font-weight: 600;
    color: #2B4A5F;
    margin: 10px 0;
    padding-top: 12px;
    padding-left: 12px;
}

.hg-section-title--light {
    font-weight: 400;
}

.hg-hr--section {
    width: 90%;
    border-style: ridge;
}

.hg-clearfix-pad {
    clear: both;
    width: 100%;
    padding: 9px;
}

/* Shared: card-like container */
.hg-card {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    position: relative;
}

.hg-card__body {
    padding: 10px;
}

.hg-hr--flush {
    margin: 0;
}

/* HDM summary */
.hdm-summary-logo {
    float: left;
    margin-right: 12px;
}

.hdm-summary-warning {
    font-size: 13px;
    margin-top: 12px;
    display: inline-block;
}

/* HDM carousel images */
.hdm-carousel-img {
    width: 240px;
    height: 200px;
    object-fit: cover;
}

.hdm-market-title {
    padding: 0 !important; /* overrides generic .title padding in Site.css */
}

/* Kategori/Sertifika: modal/table shared styles (previously duplicated inline <style>) */
.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

.guncelleme-zamani {
    text-align: right;
    opacity: .65;
    font-size: small;
    font-style: italic;
}

.panel-heading {
    font-weight: bold;
}

.panel-body table {
    margin: 0;
}

.grouped_elements img {
    max-height: 260px;
}

/* Kategori: thumbnail rating stars */
.hg-rating-star,
.hg-rating-star-empty {
    color: orange;
}

/* Sertifika/Kategori: certificate modal/layout helpers */
.hg-text-center {
    text-align: center;
}

.hg-cert-logo {
    width: 350px;
    max-width: 100%;
    height: auto;
}

.hg-cert-table-label {
    width: 33%;
    font-weight: 600;
}

.hg-align-right {
    text-align: right;
}

.hg-mazhab-table {
    text-align: center;
}

/* Icons */
.hg-icon-24 {
    font-size: 24px;
}

/* Sertifika page: result banner (status) */
.hg-result-banner--notfound {
    background: red;
}

.hg-result-banner-text {
    font-size: 18px;
    margin-top: 20px;
}

.hg-result-title {
    line-height: 120px;
    vertical-align: top;
    font-size: 32px;
}

.hg-result-icon {
    font-size: 120px;
    margin-left: 23px;
}


