.wp-block-post-terms {
	border-radius: 200px;
}

/*Styling for Our Latest Jobs*/
#whr_custom_hook {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(313px, 1fr));
    gap: 30px;
}

.custom_hook_desktop {
	grid-template-columns: 1fr 1fr!important;
}

@media(max-width: 999px) {
	.custom_hook_desktop {
		grid-template-columns: 1fr!important;
	}
}
 
.custom-job-item {
    background-color: #f2f4fa;
    box-sizing: border-box;
    border-radius: 18px;
    padding: 22px 31px;
    font-family: DM Sans, sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    position: relative;
    width: 100%;
}
 
.custom-job-department {
    font-size: 18px;
}
.custom-job-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 6px;
    margin-bottom: 18px;
}
.custom-job-location {
    display: flex;
}
.custom-job-location img {
    padding-right: 11px;
    align-self: center;
}
.custom-job-more {
    padding: 12px 10px 10px 0;
    border-radius: 24px 0 0 0;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
	  float: right;
	  align-self: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3753A1;
}
.custom-job-more:hover{
    cursor: pointer;
}

#whr_embed_hook {display: none}

#whr_custom_hook.whr_all_jobs {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.custom-job-description {
   margin-bottom: 18px;
   text-overlay: ellipsis;
   overflow: hidden;
   -webkit-line-clamp: 4;
   display: -webkit-box;
   -webkit-box-orient: vertical;
}

.whr_all_jobs .custom-job-title {
   font-size: 26px;
}

#jp-relatedposts {display: none!important};

.wp-block-list,
.wp-block-list li {
  font-size: 20px !important;
  font-size: clamp(20px) !important; /* clamp neutralized */
}

/* Desktop (large screens, 1025px and up) */
@media (min-width: 1025px) {
  .cool-timeline-block-2bda264a-3295-4a19-80b3-23acca6ec765 {
    margin-left: 0px; /* Adjust for desktop */
  }
}

/* Tablet (between 768px and 1024px) */
@media (min-width: 689px) and (max-width: 999px) {
  .cool-timeline-block-2bda264a-3295-4a19-80b3-23acca6ec765 {
    margin-left: -110px; /* Adjust for tablet */
  }
}

/* Mobile (up to 767px) */
@media (max-width: 689px) {
  .cool-timeline-block-2bda264a-3295-4a19-80b3-23acca6ec765 {
    margin-left: 0px; /* Adjust for mobile */
  }
}