/* custom category */
.timeline_component {
  max-width: 577px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: clamp(14px, 2vw, 16px);
}

.timeline_item {
  display: flex;
  flex-direction: column;
}

.timeline_header {
  display: flex;
  font-weight: 700;
  line-height: 1.4;
}

.timeline_year {
  color: #2F7084;
  margin-right: 10px;
}

.timeline_title {
  color: #1C2226;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.timeline_text {
  color: #58666E;
  line-height: 1.4;
  margin: 0;
	padding: 0;
}

.menu-list_component {
  max-width: 656px;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.menu-list_title,
.menu-list_text {
  color: #ffffff;
}

.menu-list_content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-right: 2rem;
}
.menu-list_title {
    font-size: clamp(24px, 3vw, 32px);

}
.menu-list_text {
  font-size: clamp(14px, 2vw, 16px);
font-weight: 400;
  margin: 0;
}

.the-foundation-book_list {
  display: flex;
  flex-direction: column;
  width: 100%;
	gap: 16px;
}

.the-foundation-book_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
	padding-bottom: 1rem;
  border-bottom: 1px solid #E6EBEF;
  text-decoration: none;
  font-size: clamp(14px, 2vw, 16px);
}

.the-foundation-book_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.the-foundation-book_title {
  color: #3A4047;
  line-height: 1.5;
  transition: color 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent !important;
}

.the-foundation-book_year {
  color: #7A9DB0;
  padding-left: 2rem;
  white-space: nowrap; 
  transition: color 0.3s ease;
}

.the-foundation-book_item:hover .the-foundation-book_title {
  color: #7A9DB0;
  border-bottom-color: #7A9DB0;
}
@media screen and (max-width: 479px) {
  .the-foundation-book .the-foundation-book_item {
    align-items: flex-start;
  }
}
/* custom posts mohammad-mossadegh */
#mohammad-mossadegh-timeline .dipl_timeline_item {
	margin-bottom: 0;
}
#mohammad-mossadegh-timeline .dipl_item_desc h3 {
	margin: 8px 0;
	color: #1C2226;
}
#mohammad-mossadegh-timeline .dipl_stem_center {
    margin: 0 48px !important;
}
/* custom timeline divi */
.dipl_timeline .dipl_timeline_wrapper .dipl_timeline_item {
	margin-bottom: 40px;
}
.dipl_item_title {
    display: flex;
    align-items: center;
    width: 100%;
	color: #2F7084;
	font-size: clamp(16px, 2vw, 20px);
	gap: 16px;
}
.dipl_item_title::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #CFDCE3;
}
.dipl_timeline_alternate .dipl_timeline_item .dipl_stem_center  {
	margin: 0 28px !important;
}
.laureate_heading {
	color: rgba(28, 34, 38, 1);
}

.dipl_timeline_item .dipl_icon_wrapper .dipl_item_circle.dipl_item_icon {
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
}
.dipl_timeline_item .dipl_timeline_item_wrapper {
    display: flex;
	align-items: baseline !important;
}
.dipl_timeline .dipl_stem_wrapper {
  top: 1rem !important;
  height: calc(100% - 2rem) !important;
}
/* custom posts The Laureates Prizes */
.laureate_component {
  display: flex;
  gap: 20px; 
  align-items: flex-start;
  margin-top: 10px;
}
.row-reverse {
	flex-direction: row-reverse;
}
.laureate_content-wrap {
  flex: 1;
}

.laureate_heading {
  margin-top: 0px;
  margin-bottom: 12px;
}

.laureate_description {
  margin-top: 0;
  line-height: 1.4;
}

.laureate_meta-box {
  background-color: #ebf1f4;
  padding: 1rem;
  border-radius: 8px;
  color: #58666E;
  line-height: 1.5;
}

.laureate_image-wrap {
  flex-shrink: 0;
}

.laureate_image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
	#mohammad-mossadegh-timeline .dipl_stem_center {
		 margin: 0 !important;
	}
	.dipl_timeline_alternate .dipl_timeline_item .dipl_stem_center {
    margin: 0 !important;
}
  .laureate_component {
    flex-direction: column; 
    gap: 1.5rem;
  }
  .laureate_image-wrap {
    width: 100%; 
    max-width: 150px;
  }
}