
.equal-row {
  margin-right: 0px;
}

.autofit-row.portlet-header {
  display: none;
}

.portlet {
  margin-bottom: 0;
}


/* @media (min-width: 1400px) { */
/*   .container, .container-sm, .container-md, .container-lg, .container-xl { */
/*     max-width: 1180px; */
/*   } */
/* } */



.latest-news-widget {
    background: #f8f8f8;
    border-radius: 15px;
    padding: 16px 20px;
    direction: rtl;
}

/* ---- Header ---- */
.content-card-header {
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 8px;
}

.content-card-header a {
    text-decoration: none;
}

.content-card-title {
    color: #B9A879;
    font-size: 18px;
    font-weight: 700;
  background: #fff;
  padding: 9px 11px;
  border-radius: 15px;
}

.content-card-icon {
    width: 49px;
  	height: 48px;
  	background: #fff;
  	border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-card-icon svg {
    color: #888;
    width: 25px;
  	height: 25px;
}

.f-panzoom__content {
  border-radius: 15px;
}

/* ---- Body / List ---- */
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-item {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 10px;
  max-height: 4.1em;
  overflow: hidden;
  flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item a {
  padding: 12px 12px;
  text-decoration: none;
  color: #222;
  font-size: 14px;
  line-height: 1.8;
  transition: color 0.2s;
  text-indent: 15px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: unset;
  max-height: 5.2em;
}

.news-item a:hover {
    color: #B9A879;
}

.news-bullet {
  width: 6px;
  height: 6px;
  margin-top: 9px;
  flex-shrink: 0;
  color: #EEE;
  position: relative;
  right: -12px;
  top: -2px;
}


.icon-primary {
    fill: #CCCCCC;
    transition: fill 0.3s ease;
}
.icon-secondary {
    fill: #CCCCCC;
    opacity: 0.35;
    transition: fill 0.3s ease;
}

.icon-primary:hover {
    fill: #B9A879;
}
.icon-secondary:hover {
    fill: #B9A879;
    opacity: 0.3;
}

.item-date {
  background: #f8f8f8;
  padding: 5px 10px;
  border-radius: 15px;
  color: #B9A879;
  font-size: 14px;
}

.icon-gold .icon-primary   { fill: #B9A879; }
.icon-gold .icon-secondary { fill: #B9A879; opacity: 0.4; }

.icon-white .icon-primary   { fill: #ffffff; }
.icon-white .icon-secondary { fill: #ffffff; opacity: 0.5; }

.content-card-icon:hover .icon-primary   { fill: #B9A879; }
.content-card-icon:hover .icon-secondary { fill: #B9A879; }

.post-card__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.post-card__avatar-wrap {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.post-card__author {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.post-card__header {
  margin-bottom: 24px;
}
.post-card {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 22px 22px 22px;
  background: #eee;
  box-sizing: border-box;
  direction: rtl;
  border-radius: 15px;
}

.post-card__author-meta {
  flex: 1 1 auto;
  min-width: 0;
}

.post-card__author-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  flex-wrap: wrap;
}
.post-card__author-name-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post-card__author-name {
  font-size: 16px;
  font-weight: 600;
  color: #AAAAAA;
  line-height: 1.6;
}
.post-card__author-title {
  margin-top: 4px;
  font-size: 13px;
  color: #AAAAAA;
  line-height: 1.0;
  font-weight: 400;
}

.post-card__date {
  color: #aaa;
  font-size: 15px;
}

@media (max-width: 767px) {  

	.post-card {
	  padding: 15px 12px;
	}

	.post-card__logo-wrap {
	  width: 95px;
	}
	
	.post-card__logo {
	  width: 100%;
	}
	.post-card__author {
	  gap: 5px;
	}
	.post-card__author-name {
	  font-size: 12px;
	}
	
	.news-item-interior {
	  display: inline-block !important;	
	  padding: 10px;
	}
	
	.news-item-interior .item-date {
		float: right;
		margin-left: 10px !important;
	}
	 .news-item {
	  	max-height: 8em;
	  }

	.news-item a {
	  -webkit-line-clamp: 4;
	  max-height: 9em;
	  display: inline !important;
    line-height: 32px;
  	}
	
}
