/* v142 - Jalali dates + remove date overlay from home news image cards */
.latest-news .news-card .news-date,
.latest-news .news-card time,
.latest-news .news-card .date,
.latest-news .news-card .post-date {
  display: none !important;
}

.admin-jalali-date-input,
input.admin-jalali-date-input[type="text"] {
  direction: ltr !important;
  text-align: left !important;
  height: 46px !important;
  min-height: 46px !important;
  max-height: 46px !important;
  line-height: 46px !important;
  padding: 0 14px !important;
  border-radius: 14px !important;
  box-sizing: border-box !important;
}
