﻿
/* H2 */
.developer-content h2 {
    margin: 32px 0 18px 0 !important;
    padding: 0 14px 0 0 !important;
    border: 0 !important;
    border-right: 4px solid #c79a3b !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: Tahoma, Arial, sans-serif !important;
    font-size: clamp(20px, 4.8vw, 26px) !important;
    font-weight: 700 !important;
    line-height: 1.65 !important;
    color: #171717 !important;
    text-align: right !important;
    text-decoration: none !important;
    direction: rtl;
    word-break: normal;
    overflow-wrap: break-word;
}


/* H3 */
.developer-content h3 {
    margin: 26px 0 14px 0 !important;
    padding: 0 12px 0 0 !important;
    border: 0 !important;
    border-right: 3px solid #c79a3b !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: Tahoma, Arial, sans-serif !important;
    font-size: clamp(18px, 4.2vw, 21px) !important;
    font-weight: 700 !important;
    line-height: 1.7 !important;
    color: #171717 !important;
    text-align: right !important;
    text-decoration: none !important;
    direction: rtl;
    word-break: normal;
    overflow-wrap: break-word;
}


    /* جلوگیری از اعمال فونت و سایزهای قدیمی CKEditor روی متن داخل Heading */
    .developer-content h2 *,
    .developer-content h3 * {
        font-family: inherit !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
        color: inherit !important;
    }


/* Mobile */
@media (max-width: 600px) {

    .developer-content h2 {
        margin-top: 28px !important;
        margin-bottom: 16px !important;
        font-weight: 800 !important;
    }

    .developer-content h3 {
        margin-top: 22px !important;
        margin-bottom: 12px !important;
        font-weight: 800 !important;
    }
}
