/*
 * Parent RTL CSS still declares DroidArabicNaskhRegular. Those rules show as
 * struck-through in DevTools because this file wins. Unused @font-face files
 * are not downloaded, so the old TTF does not sit on the critical path.
 */
html {
    font-family: "Markazi Text", Tahoma, "Segoe UI", sans-serif;
}

body,
body.rtl,
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl h5,
body.rtl h6,
body.rtl p,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
select,
textarea,
label {
    font-family: "Markazi Text", Tahoma, "Segoe UI", sans-serif !important;
}

.adf-card-list__title,
.adf-card-modern__title,
.adf-card-compact__title,
.mcew-list-bornado .mcew-bornado-title,
.mcew-list-bornado .category-content-box > a:not(.favourite) .mcew-bornado-title,
.mcew-list-bornado .category-content-box h5.mcew-bornado-title,
.mcew-theme-list-style-3 .adf-card-list.mcew-style3-search20-card .adf-card-list__title,
.mcew-theme-list-style-3 .adt-category-ad-list .category-content-box h5,
.adf-hmw-feat__card-wrap .adf-card-list__title,
.adf-hmw-feat__card-wrap .adf-card-modern__title,
.adf-hmw-feat__card-wrap .adf-card-compact__title,
.adf-hmw-card__title {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #242424 !important;
    letter-spacing: normal;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    overflow: hidden;
    max-height: none !important;
    min-height: 0 !important;
    white-space: normal;
    word-break: break-word;
}

@media (max-width: 767px) {
    .adf-card-list__title,
    .adf-card-modern__title,
    .adf-card-compact__title,
    .mcew-list-bornado .mcew-bornado-title,
    .mcew-list-bornado .category-content-box > a:not(.favourite) .mcew-bornado-title,
    .mcew-list-bornado .category-content-box h5.mcew-bornado-title,
    .mcew-theme-list-style-3 .adf-card-list.mcew-style3-search20-card .adf-card-list__title,
    .mcew-theme-list-style-3 .adt-category-ad-list .category-content-box h5,
    .adf-hmw-feat__card-wrap .adf-card-list__title,
    .adf-hmw-feat__card-wrap .adf-card-modern__title,
    .adf-hmw-feat__card-wrap .adf-card-compact__title,
    .adf-hmw-card__title {
        font-size: 16px !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
    }
}
