.elementor-11 .elementor-element.elementor-element-f775d95{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-449fa96{--display:flex;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-58eacbf{--display:flex;}.elementor-11 .elementor-element.elementor-element-96b9c41{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-0e24b1d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 60px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-aa17cce */.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax( 360px ,1fr))!important;
  gap: 2rem;
  width: 100%;
}



/* ORCID */
.ast-container .orcid-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #A6CE39;
  border-radius: 50%;
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-0e24b1d */.isj-news-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #F1F3F4;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.isj-news-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: black;
}

.news-badge {
  background: #C89A2E;
  color: #ffffff;
  padding: 0.4rem 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.news-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-type {
  color: #3A7CA5;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.news-title {
  font-size: 1.08rem;
  font-weight: 500;
  color: #1F2F3E;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}


.news-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #3A3A3A;
  padding-top: 1rem;
  border-top: 1px solid #F1F3F4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.isj-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.isj-news-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}


.news-badge {
    background: #c9a032;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-content {
    padding: 24px;
}

.news-type {
    font-size: 12px;
    color: #1f5fa5;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}


.news-subtitle {
    font-size: 15px;
    color: #444;
    margin-bottom: 30px;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
    border-top: 1px solid #eee;
    padding-top: 14px;
    
}/* End custom CSS */