@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'VazirB'; /* نامی که برای فونت انتخاب می‌کنید */
  src: url('../fonts/Vazir-Bold-FD-WOL.woff') format('woff'); /* مسیر فایل فونت و فرمت آن */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VazirM'; /* نامی که برای فونت انتخاب می‌کنید */
  src: url('../fonts/Vazir-Medium-FD-WOL.woff2') format('woff2'); /* مسیر فایل فونت و فرمت آن */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VazirR'; /* نامی که برای فونت انتخاب می‌کنید */
  src: url('../fonts/Vazir-Light-FD-WOL.woff') format('woff2'); /* مسیر فایل فونت و فرمت آن */
  font-weight: normal;
  font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
body
{
background: #f4f2f9;
direction: rtl;
padding: 0;
margin: 0;
    font-size: 14px;
    line-height: 1.428571429;
	transition: opacity ease-in 0.2s;
}
ul{
    padding-left: 0;     /* حذف padding سمت چپ */
  margin: 0; 
      direction: ltr;

  list-style-type: none; /* حذف آیکون/شماره */
}
li {
  margin: 0;           /* حذف margin آیتم‌های لیست */
  padding: 0;          /* حذف padding آیتم‌های لیست (اگر وجود دارد) */
}
.bgwhite
{
background: #fff
}
.bgbody
{
padding: 0 !important;
margin: 0 !important;
border: #f8f8f8 !important;
background: #f8f8f8 !important;
}

a:hover{
color:#ef4056
}
.mt-0
{
margin-top: 0 !important
}
.mt-20
{
margin-top: 20px
}
.container{
  display:flex;
  flex-wrap: nowrap;   /* مهم: دو ستون کنار هم در دسکتاپ */
  gap:20px;
  width:90%;
  padding-left:15px;
    padding-right:15px;
  margin:20px auto;
  box-sizing:border-box;
}



@media (max-width: 767px){
  .container{
    flex-wrap: wrap;  /* در موبایل اجازه ردیف شدن */
  }
  .box{
    flex: 0 0 100%;
  }
}


.menu-top
{
    color: #282828;
    font-family: VazirB;
    width:90%;
    float: left;
	overflow:hidden;
	margin: 0 5%;
    position:relative;
    left: 0;
    padding-right: 5px;
    background: #fff;
    padding-top: 8px;
    height: 45px;
}
.menu-top .social
{
margin-left:5px;
float: left;
left:0px;
}
.bale
{
margin-left:5px;
width:18px;
background-image: url("../img/bale.png");
background-repeat: no-repeat;
background-size: contain;
height:18px;
float: left;
      transition: filter 0.3s ease; /* اضافه کردن انتقال نرم */

}
.rubika
{
margin-left:5px;
width:18px;
background-image: url("../img/rubika.png");
background-repeat: no-repeat;
height:18px;
float: left;
background-size: contain;
      transition: filter 0.3s ease; /* اضافه کردن انتقال نرم */
}
.eitaa
{
margin-left:5px;
width:18px;
background-image: url("../img/eitaa.png");
background-repeat: no-repeat;
height:18px;
float: left;
background-size: contain;
      transition: filter 0.3s ease; /* اضافه کردن انتقال نرم */
}
.menu-top .social i:hover{
  filter: grayscale(0%);
}
header
{
height:110px;
  overflow-x: auto; /* اسکرول افقی روی هدر */
  white-space: nowrap; /* جلوگیری از رفتن آیتم‌ها به خط بعد */
  width:90%;background: #fff;
    overflow-y: hidden;
	margin: 0 auto;
border-bottom: 1px solid #ddd;
}
.logo
{
float:right;
background-image:url("../img/logo.jpg");
width:74px;
position:absolute;
height:33px;
}
h1.title
{
font-size:18px;
color:#f00;
font-family: VazirB;
position: absolute;
margin-top: 3px;
    padding-right: 78px; /* اضافه کردن کمی padding */
    margin-left: auto; /* برای وسط چین کردن */
    margin-right: auto; /* برای وسط چین کردن */
}
header li
{
  display: inline-block; /* نمایش در کنار هم با حفظ ابعاد */
  margin:40px 0px 0px 8px; /* حاشیه بین آیتم‌ها */
}
header li a
{
color:#000;
font-size: 13px;
font-family: VazirM;
text-decoration: none;
}
.boxmarqunews
{
background: #eee;
    overflow: hidden;
    font-family: VazirR;
    font-size: 12px;
    line-height:3.2;
	float: right;
    padding-right: 10px;
    padding-left: 40px;
    height:40px;
    width:100%;
    margin: 10px 0px;

}
.date_today
{
font-family: VazirR;
    text-align: left;
    position: absolute;
    font-weight: bold;
    left: 60px;
    line-height: 2.5;
    font-size: 10px;
    color: #555;
}


.box {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 0;  
}

@media (max-width: 767px) {
  .box {
    flex: 0 0 100%; /* حتی می‌تونی grow/shrink رو صفر نگه داری */
  }
}


.box2{
  display: flex;
  flex-wrap: nowrap;   /* دسکتاپ: دو ستون کنار هم */
  box-sizing: border-box;
  gap: 20px;
  }

.box-25{
  flex: 0 0 50%;        /* دسکتاپ: نصف نصف */
  box-sizing: border-box;
}
.box-25-2{
  flex: 0 0 50%;        /* دسکتاپ: نصف نصف */
  box-sizing: border-box;
}
/* موبایل */
@media (max-width: 767px){
  .box2{
    flex-wrap: wrap;   /* این خط کلیدی است */
    gap: 20px;           /* اگر می‌خوای فاصله حذف شود */
  }

  .box-25{
    flex: 0 0 100%;    /* تک‌ستون */
  }
    .box-25-2{
    flex: 0 0 100%;    /* تک‌ستون */
  }
  
}






.news-section{
  display: flex;
  gap: 20px;
  font-family: sans-serif;
}

/* ستون‌ها */
.left-column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 20px;
}

.right-column{
  flex: 1;
}

/* کارت پایه */
.news-card{
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

/* کارت کوچک در ستون چپ */
.news-card.small.item-alt{
  flex-direction: row;
  align-items: flex-start;
  height: auto;
}

.news-card.small.item-alt .content-wrapper{
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.news-card.small.item-alt .text-content{
  padding:5px;
  flex: 1.5;
}
.text-content p
{
  font-size: 0.90rem;
  height: 70px;
}
.text-content a
{
  line-height: 1.8;
  color: #000;
}
.text-content a:hover {
    color: #f00;
}
.news-card.small.item-alt .image-content{
  flex: 1;
  height: 170px;
  position: relative;
}

.news-card.small.item-alt .image-content img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.news-card.small.item-alt H2{
  margin: 0;
  color:#000;
  font-size: 1rem;
  font-family: VazirB;
}

.news-card.small.item-alt H3{
    margin: 0;
    font-size: 0.95rem;
    color: #444;
    line-height:1.6;
      overflow: hidden;
    height: 80px;
    font-weight: 500;
    font-family: VazirR;
}

/* خبر بزرگ */
.news-card.large img{
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* ارتفاع اولیه عکس خبرهای کوچک */
.item-alt .image-content{
  height: 150px;
}

/* بخش بالا */
.topnews{
  width: 100%;
  overflow: hidden;
  height: auto;
  background: #fff;
  padding-bottom:30px;
  margin-bottom:30px;
    padding-top: 30px;
box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.1);

}

/* ====== رسپانسیو ====== */
@media (max-width: 992px){
  .news-section{
    gap: 20px;
  }
}

@media (max-width: 768px){
  /* تغییر دو ستونه به تک ستونه */
  .news-section{
    flex-direction: column;
  }

  .left-column,
  .right-column{
    width: 100%;
    flex: none;
  }

  /* خبر بزرگ: ارتفاع کمتر و خودکارتر */
  .news-card.large img{
    height: 260px;   /* یا اگر ترجیح می‌دید: height: auto; */
  }

  /* کارت‌های small: ارتفاع تصویر کمتر */
  .news-card.small.item-alt .image-content{
    height: 140px;
  }

  /* اگر دوست دارید در موبایل چیدمان افقی هم جمع‌وجورتر شود */
  .news-card.small.item-alt .text-content{
    padding-right:5px;
  }

  .news-card.small.item-alt H2{
    font-size: 1em;
  }

  .news-card.small.item-alt H3{
    font-size: 0.85em;
  }
}

@media (max-width: 480px){
  .news-card.large img{
    height: 220px;
  }

  .news-card.small.item-alt .image-content{
    height: 120px;
  }

  .topnews{
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}




.news-row{
display: flex;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
    height: 120px;
    padding: 10px 0px;
    margin: 5px 0px;
    border-bottom: 1px solid #e2e2e2;
}

/* عکس سمت راست */
.news-image{
  width: 160px;
  height: 100%;
  flex-shrink: 0;
}

.news-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* متن سمت چپ */
.news-text{
display: block;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center
}

.news-text h2{
    margin: 0;
    font-size:1rem;
    color: #000;
    height: auto;
    font-family: VazirB;
}
.news-text a{
  margin:5px 0;
  font-size: 1em;
  color: #000;
  text-decoration: none;
    font-family: VazirB;
  line-height:2;
}
.news-text a h2:hover{
  color: #ef4056;
}
.news-text h3{
    margin: 5px 0;
    font-size: 1rem;
    color: #444;
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 100%;
    font-weight: 100;
    float: right;
    font-family: VazirR;
}
.news-text p
{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #444;
    line-height:1.8;
    overflow: hidden;
    height: 52px;
    font-weight: 500;
    font-family: VazirR;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px){
  .news-row{
    height: 140px;
  }

  .news-image{
    width: 120px;
  }
}






.sidebar_home {
  width: 100%;
  position: sticky;
  top:20px;
  font-family: VazirB;
  background: #fff;
  overflow:hidden;
  padding: 10px 8px ;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.title-container {
  margin-bottom: 0px;
  padding-bottom: 0px; /* فاصله از خط زیر */
  border-bottom: 1px solid #e0e0e; /* خط زیر عنوان */
}

.sidebar_home .title {
    font-size: 14px;
    color: #e50914;
    HEIGHT:28px;
    font-weight: 100;
    margin: 0 15px;
    line-height:2;
	font-family: VazirM;
}
.sidebar_home img
{
width: 100%;
height: auto;
margin-bottom: 15px;
border-radius: 8px;
}
.news-list {
padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    direction: rtl;
}
.news-list li {
margin: 0px 20px 0 0;
    list-style: disc;
    font-size: 15px;
    width: 85%;
    color: #444;
}
.news-list li a{
    text-decoration:none;
}
.news-list li a h2:hover{
  color: #ef4056;
}
.news-list li a h2{
position: relative;
    font: 13.5px/23px VazirR;
    text-align: justify;
    font-weight: 100;
    color: #535353;
    line-height: 1.5;
    cursor: pointer;
}
.news-list li:hover {
    color: #ef4056;
}

.news-list ul:hover {
  color: #f00; /* می‌توانید رنگش را تغییر دهید */
}

/* اگر میخواهید خط زیر تمام عرض سایدبار را بگیرد */
.sidebar_home > .title-container {
  margin-left: -23px;
  margin-right: -23px;
  padding-left: 23px;
  padding-right: 23px;
  width: calc(100% + 46px); /* padding left + padding right */
}















.video-gallery {
    display: flex;
    flex-wrap: wrap;      /* مهم: آیتم‌ها می‌توانند در ردیف بعدی قرار گیرند */
    gap: 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ۴ ستون واقعی — با احتساب فاصله‌ها */
.video-container {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;

    /* جمع عرض‌ها درست بشه: */
    flex: 0 0 calc(25% - 7.5px);  
}


/* پوستر متنی (عنوان خبر) */
.video-poster {
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.4s ease-in-out;
}

.video-title {
    color: #fff;
    font-size:0.9rem;
    font-weight: bold;
	font-family: VazirM;
    text-align: center;
    padding: 10px 15px;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 6px;
}
.titr
{
    width:100%;
  float:right;
  height:auto;
  overflow:hidden;
}
.titr h2 {
    text-align: right;
    margin-bottom: 20px;
    font-size:1.5em;
		font-family: VazirB;
    color: #2e2e2e;
}
/* ویدئو */
.video-container video {
    width: 100%;
    height: auto;
    display: block;
}

/* وقتی کلاس playing اضافه بشه پوستر مخفی می‌شه */
.video-container.playing .video-poster {
    opacity: 0;
    pointer-events: none;
}

/* موبایل: ۱ ستون */
@media (max-width: 768px) {
    .video-container {
        flex: 0 0 100%;
    }
}
.multimedia-section {
    margin: 20px auto; /* فاصله از بالا و پایین، و وسط چین کردن */
}

.multimedia-section h2 {
    text-align: right;
    margin-bottom: 20px;
    font-size:1.5em;
		font-family: VazirB;
    color: #2e2e2e;
}





.other-news-section
{
width: 100%;
height: auto;
}
.other-news-section h2
{
    text-align: right;
    margin-bottom: 20px;
    font-size:1.5em;
		font-family: VazirB;
    color: #2e2e2e;
}
.img-section
{
width: 100%;
height: auto;
}
.img-section h2
{
    text-align: right;
    margin-bottom: 20px;
    font-size:1.5em;
		font-family: VazirB;
    color: #2e2e2e;
}





.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 10px auto;
    padding: 0;
    box-sizing: border-box;
}

.image-container {
    flex: 0 0 calc(33% - 2.3px);
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 8px;
    position: relative; /* برای اینکه overlay داخلش درست قرار بگیره */
    cursor: pointer; /* نشون میده قابل کلیک هست */
}

/* استایل پوستر (لایه متنی روی تصویر) */
.image-overlay {
    position: absolute; /* قرار گرفتن روی تصویر */
    inset: 0; /* چسبیدن به تمام جهات کانتینر */
    background-color: rgba(0, 0, 0, 0.7); /* پس‌زمینه تیره با کمی شفافیت */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; /* بالاتر از تصویر */
    opacity: 0; /* در حالت عادی مخفی */
    transition: opacity 0.4s ease-in-out; /* انیمیشن برای ظاهر شدن */
}

.image-title {
    color: #fff; /* رنگ متن */
    font-size: 0.9rem; /* اندازه فونت */
    font-weight: bold;
    font-family: VazirM; /* فونت دلخواه */
    text-align: center;
    padding: 10px 15px;
    line-height: 1.6;
    background-color: rgba(0, 0, 0, 0.35); /* پس‌زمینه برای خوانایی بهتر متن */
    border-radius: 6px;
}

.image-container img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px; /* اینجا هم گوشه گرد اعمال شود */
    transition: transform 0.3s ease-in-out;
}



.image-container:hover .image-overlay {
    opacity: 1; /* پوستر ظاهر می‌شود */
}

/* استایل‌های رسپانسیو */
@media (max-width: 768px) {
    .image-container {
        flex: 0 0 calc(50% - 7.5px);
    }
}

@media (max-width: 480px) {
    .image-container {
        flex: 0 0 100%;
    }
}



footer
{
margin-top: 30px;
border-top: 1px solid #e4e4e4;
background: #FFF;
width: 100%;
height: auto;
overflow: hidden;
float: right;
}







.single {
  width: 100%;
  font-family: VazirB;
  padding:10px;
  border-radius: 5px;
}

.title-container {
  margin-bottom: 5px;
  padding-bottom: 5px; /* فاصله از خط زیر */
  border-bottom: 1px solid #e0e0e0; /* خط زیر عنوان */
}

.single h2.title {
    font-size: 17px;
    color: #242424;
    HEIGHT: auto;
	display: block;
    font-weight: 100;
    margin: 10px 5px;
    line-height: 1.6;
	  font-family: VazirB;
}
.tootlip
{
padding: 5px;
}
.tootlip h4
{
    font-size: 14px;
    color: #333;
    font-weight: 100;
	text-align: justify;
    line-height:2.2;
	padding: 4px;
	  font-family: VazirR;
}
.single img
{
width:100%;
height:270px;
float: left;
display: block;
margin-bottom: 5px;
border-radius: 8px;
}
5h
{
float: left;
width:400px;
margin:15px 0px;
padding: 0 10px;
overflow: hidden;
height:330px;
}
.sharetime
{
font-size: 12px;
direction: rtl;
text-align: right;
}

.mt-20
{
margin-top: 50px
}
.box-75{
  flex: 0 0 75%;        /* دسکتاپ: نصف نصف */
  box-sizing: border-box;
}
.box-25-2{
overflow:hidden;
  flex: 0 0 25%;        /* دسکتاپ: نصف نصف */
  box-sizing: border-box;
}
.box-50
 {
    overflow: hidden;
    width: 50%;
    float: right;
    box-sizing: border-box;
}
.shakesh {
    width: 300px;
    float: left;
    margin: 10px;
  overflow: hidden;
}
@media (max-width: 767px){
  .box-25-2{
    flex: 0 0 100%;    /* تک‌ستون */
  }
   .box-75
  {
flex: 0 0 100%;   
  }
    .box-50
  {
  width:100%;
  }

.shakesh {
    width: 100%;
    float: left;
    margin: 10px 0px;
  overflow: hidden;
}

  
  .shakesh img
  {
    width:100%;
    height:100%
  }
  .single img
  {
          margin: 10px auto;
  width: 100%;
    height:240px;
  }
    .subtitle, .print_subtitle {
        width: 100%;
          }
		  .boxnewslink
		  {
		      flex: 0 0 100%;    /* تک‌ستون */
		  }
		.boxdowntag
		{
    flex: 0 0 100%;    /* تک‌ستون */		}
}

  .subtitle, .print_subtitle {
 background: #ffffff;
    color: #444;
    margin: 10px 0px;
    font: 0.85rem VazirR !important;
    padding:8px;
    font-weight:100;
    text-align: justify;
    line-height:2;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

.datetimesharenews
{
float: right;
direction: rtl;
width: 100%;
text-align: right;
    color: #444;
  margin-bottom:15px 0px;
    font: 12px VazirR !important;
}


.datetime-left
{
    color: #999;
    text-align: left;
    font: 12px VazirR !important;
}
a.news-row {
    text-decoration: none;
}
a.news-row h2:hover {
  color:#f00
}
.news-text a h2:hover{
  color:#f00
}
.news-text a h2
{
   text-decoration:none;
  font-size:0.85rem;
}

div#ajaxsearchlite1 {
    position: relative;
    top: -35px;
  left:10px;
  background:#eee;
font: 0.85rem VazirR !important;
color:#444;
}








.news-footer{
  background:#0f0f0f;
  color:#ddd;
  padding:56px 0 0;
  font-size:15px;
}

.footer-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px 30px;

  /* چیدمان منظم */
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:28px;
}

/* ستون‌ها */
.footer-col{
  min-width:0;
}

/* عنوان‌ها با VazirB */
.footer-title{
  color:#fff;
  margin:0 0 14px;
  font-size:18px;

  /* مهم: نام فونت باید با چیزی که نصب/لود کردی یکی باشه */
  font-family: "VazirB";
  font-weight:700;

  border-bottom:2px solid #e60000;
  display:inline-block;
  padding-bottom:6px;
}

/* متن و لیست‌ها منظم */
.footer-text{
  margin:0;
  line-height:1.9;
    font-family:VazirR;
  color:#cfcfcf;
}

.footer-list{
  list-style:none;
  padding:0;
    font-family:VazirR;
  margin:0;
}

.footer-list li{
  margin:0 0 10px;
      text-align: right;
    font-family:VazirR;
}

.footer-list a{
  color:#cfcfcf;
  font-family:VazirR;
  text-decoration:none;
  transition:.2s;
}

.footer-list a:hover{
  color:#e60000;
}

/* سوشال */
.social-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.social-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:10px;
  background:#161616;
  color:#ddd;
  text-decoration:none;
  transition:.2s;
  border:1px solid #232323;
}

.social-links a:hover{
  border-color:#e60000;
  color:#e60000;
  transform:translateY(-2px);
}

.social-links .dashicons{
  font-size:22px;
  line-height:1;
}

/* فوتر پایین */
.footer-bottom{
  text-align:center;
  padding:16px 12px;
  background:#000;
  border-top:1px solid #1a1a1a;
  color:#bdbdbd;
  font-size:14px;
  font-family:VazirR
}

/* رسپانسیو */
@media (max-width: 992px){
  .footer-container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px){
  .footer-container{
    grid-template-columns: 1fr;
    gap:18px;
  }
  .news-footer{
    padding-top:40px;
  }
}




.news-copylink-wrap{
  padding:0px;
float:left
}

/* دکمه */
.news-copylink-btn{
overflow: hidden;
    background: #f00;
    font-size: 12px;
    padding: 5px;
    float: left;
  margin-left:1px;
    width: auto;
  font-family:VazirR;
    margin-left: 5px;
    color: #eee;
  border:0;
  cursor:pointer;
  outline:0;
    border-radius: 5px;
}
.news-copylink-icon{
  width: 28px;
  height: 28px;
  font-size: 12px;
}

.news-copylink-msg{
  font-family: "VazirB";
  font-weight: 100;
  font-size:12px;
  text-align:center;
  color: #f00;
  background: #fff;
  padding:5px;
  border-radius:5px;
  display: inline-block;
}

/* موبایل */
@media (max-width: 768px){
  .news-copylink-wrap{
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
     padding:0px;
  }
}




.post-views ,.boxnewslink{
    overflow: hidden;
    background: #abc;
    font-size: 12px;
    padding: 5px;
    float: right;
    width: auto;
  margin-left:5px;
  color:#eee;
    border-radius: 5px;
}








.asl_w_container {
    width: 100%;
    margin: 35px 10px -20px 0px;
    min-width: 200px;
}




.wp-image-185 {
  /* تنظیم حداکثر عرض تصویر برابر با عرض والد آن */
  max-width: 100%;
  /* اطمینان از اینکه تصویر از حدود والد خود خارج نمی‌شود */
  height: auto;
  /* برای اطمینان از چیدمان صحیح، اگر نیاز باشد */
  display: block;
  /* کلاس alignnone معمولاً برای حذف چیدمان خاص استفاده می‌شود،
       اما اگر نیاز به کنترل بیشتری دارید، می‌توانید از آن استفاده کنید. */
  /* margin-left: auto; */
  /* margin-right: auto; */
}

/* اگر اندازه خاصی (size-medium) در کد شما معنای خاصی دارد و نیاز به تنظیمات بیشتری است */
/* .size-medium { */
/* مثلاً اگر می‌خواهید اندازه متوسط حداکثر 500 پیکسل باشد */
/* max-width: 500px; */
/* } */

/* اگر alignnone به معنی وسط چین کردن تصویر باشد */
.alignnone {
  display: block;
  /* برای اینکه بتوانیم margin را auto کنیم */
  margin-left: auto;
  margin-right: auto;
}

/* همچنین می‌توانید یک استایل کلی برای تمام تصاویر در این کلاس‌ها تعریف کنید */
img.alignnone.size-medium.wp-image-185 {
  max-width: 100%;
  height: auto;
}

/* اگر تصاویر float دارند (مثلاً alignright یا alignleft)، این کد ممکن است لازم باشد: */
img.alignleft.size-medium.wp-image-185,
img.alignright.size-medium.wp-image-185 {
  max-width: 100%;
  height: auto;
}

/* برای اطمینان بیشتر، می‌توانید استایل کلی برای تصاویر ریسپانسیو تعریف کنید */
img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
  display: block;
  /* اگر نیاز به حذف فضای اضافی زیر تصویر است */
}

/* اگر می خواهید مطمئن شوید که اندازه متوسط (size-medium) رفتار ریسپانسیو را داشته باشد */
.size-medium img {
  max-width: 100%;
  height: auto;
}