@font-face {
    font-family: 'Vazir Local';
    src: url('/fonts/Vazir-FD.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Material Icons';
    font-display: swap;
    unicode-range: U+F000-F8FF;
}

:root {
    --rz-text-font-family: 'Vazir Local', Tahoma, sans-serif !important;
    --rz-success-dark: #1b5e20;
}

body, html {
    font-family: 'Vazir Local', Tahoma, sans-serif !important;
}

.rz-widget, .rz-text, .rz-button {
    font-family: var(--rz-text-font-family) !important;
}
.news-masonry {
    column-count: 2;
    column-gap: 1rem;
    width: 100%;
}

@media (max-width: 600px) {
    .news-masonry {
        column-count: 1;
    }
}

.news-card {
    break-inside: avoid;
    margin-bottom: 1rem;
    display: inline-block;
    width: 100%;
}

/* ✅ محتوای خبر ریسپانسیو */
.news-content {
    width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* 🔧 کل محتوای خبر را تطبیق‌پذیر کن */
.news-content {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
}

    /* اخبار*/
    .news-content img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 10px auto !important;
        border-radius: 8px;
    }

    .news-content iframe,
    .news-content video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .news-content table {
        width: 100% !important;
        display: block;
        overflow-x: auto;
        border-collapse: collapse;
    }

body, html {
    overflow-x: hidden;
}
