.elementor-883 .elementor-element.elementor-element-e9171e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-883 .elementor-element.elementor-element-979478b .elementor-heading-title{font-family:"ایران سنس", Sans-serif;font-size:16px;font-weight:600;line-height:21px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-883 .elementor-element.elementor-element-f912a56{font-family:"ایران سنس", Sans-serif;font-size:12px;font-weight:300;color:var( --e-global-color-7d829cf );}.elementor-883 .elementor-element.elementor-element-d6046f2 .elementor-heading-title{font-family:"ایران سنس", Sans-serif;font-size:14px;font-weight:600;color:var( --e-global-color-secondary );}@media(min-width:768px){.elementor-883 .elementor-element.elementor-element-e9171e5{--content-width:350px;}}/* Start custom CSS for image, class: .elementor-element-f8b3f48 */.post-listing-card-pic {
  width: 100%;
  height: 220px;              /* ارتفاع ثابت برای همه تصاویر */
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.post-listing-card-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;          /* کراپ تصویر */
  object-position: center;
  display: block;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

/* پوشش روی تصویر */
.post-listing-card-pic::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25); /* پوشش نیمه شفاف */
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* افکت هاور */
.post-listing-card-pic:hover img {
  transform: scale(1.05); /* زوم نرم */
}

.post-listing-card-pic:hover::after {
  opacity: 1;             /* نمایش پوشش روی هاور */
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f912a56 */.past-card-note-exp {
  display: -webkit-box;
  -webkit-line-clamp: 1;   /* فقط ۱ خط */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;     /* مطمئن میشه که خط بعدی ساخته نشه */
}/* End custom CSS */