/*
 * EnFavori — Compact Home Welcome
 * --------------------------------
 * Ana sayfa karşılama bandını daha kısa, daha odaklı ve manşeti öne çıkaran
 * bir yapıya getirir. Görsel/slider ölçülerine müdahale etmez.
 */

body .hm-home-page .hm-home-welcome {
    min-height: 64px !important;
    margin-bottom: 10px !important;
    padding: 9px 20px !important;
}

body .hm-home-page .hm-home-welcome-copy {
    max-width: 860px !important;
}

body .hm-home-page .hm-home-welcome-title {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 1.12 !important;
}

body .hm-home-page .hm-home-welcome-title-line {
    display: block !important;
}

body .hm-home-page .hm-home-welcome-title-line:last-child {
    margin-top: 0 !important;
    color: #ffffff !important;
}

body .hm-home-page .hm-home-welcome-description {
    margin-top: 4px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}

@media (max-width: 767.98px) {
    body .hm-home-page .hm-home-welcome {
        min-height: 50px !important;
        margin-bottom: 7px !important;
        padding: 7px 12px !important;
    }

    body .hm-home-page .hm-home-welcome-title {
        font-size: 17px !important;
        line-height: 1.12 !important;
    }

    body .hm-home-page .hm-home-welcome-description {
        margin-top: 3px !important;
        font-size: 10.5px !important;
        font-weight: 500 !important;
        line-height: 1.25 !important;
    }
}
