.u-section-1 .u-sheet-1 {
  min-height: 289px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: 29px 337px 0 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.125rem;
  margin: 29px 0 60px 16px;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    margin-right: 137px;
  }

  .u-section-1 .u-text-2 {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-2 {
    font-size: 1rem;
  }
} .u-section-2 {
  background-image: none;
}

.u-section-2 .u-sheet-1 {
  min-height: 263px;
}

.u-section-2 .u-image-1 {
  width: 819px;
  height: 223px;
  margin: 9px auto 31px 0;
}

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 257px;
  }

  .u-section-2 .u-image-1 {
    inset: auto;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 224px;
  }

  .u-section-2 .u-image-1 {
    width: 720px;
    height: 196px;
    margin-bottom: 19px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 164px;
  }

  .u-section-2 .u-image-1 {
    width: 540px;
    height: 147px;
    margin-bottom: 9px;
  }
}

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 109px;
  }

  .u-section-2 .u-image-1 {
    width: 340px;
    height: 93px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}.u-section-3 .u-sheet-1 {
  min-height: 400px;
}

.u-section-3 .u-text-1 {
  font-weight: 700;
  margin: 7px auto 0 0;
}

.u-section-3 .u-text-2 {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 60px;
}

.u-section-3 .u-btn-1 {
  font-size: 1.125rem;
  font-family: 'Open Sans',sans-serif;
  background-image: none;
  padding: 0;
}

.u-section-3 .u-btn-2 {
  background-image: none;
  padding: 0;
}

.u-section-3 .u-btn-3 {
  background-image: none;
  padding: 0;
}

.u-section-3 .u-btn-4 {
  background-image: none;
  padding: 0;
}

.u-section-3 .u-btn-5 {
  background-image: none;
  padding: 0;
}

.u-section-3 .u-btn-6 {
  background-image: none;
  padding: 0;
}

.u-section-3 .u-btn-7 {
  background-image: none;
  padding: 0;
}

.u-section-3 .u-btn-8 {
  background-image: none;
  padding: 0;
}


.publications{

    max-width:1100px;

    margin:60px auto;

}

.publication-year{

    font-size:32px;

    font-weight:700;

    margin-top:50px;

    margin-bottom:20px;

    padding-bottom:10px;

    border-bottom:2px solid #dcdcdc;

    color:#222;
}

.publication-card{

    padding:25px 0;

    border-bottom:1px solid #ededed;
}

.publication-card:last-child{

    border-bottom:none;
}

.publication-title{

    font-size:24px;

    font-weight:700;

    line-height:1.45;

    margin-bottom:10px;
}

.publication-authors{

    color:#4c7fb5;

    font-size:18px;

    margin-bottom:8px;
}

.publication-venue{

    font-size:18px;

    font-style:italic;

    color:#666;

    line-height:1.5;

    margin-bottom:15px;
}

.paper-btn{

    display:inline-block;

    background:#478ac9;

    color:#fff;

    padding:8px 18px;

    border-radius:6px;

    text-decoration:none;

    font-weight:600;

    transition:.2s;
}

.paper-btn:hover{

    background:#346ea5;
}

/* --- Research Projects Table Layout (UPDATED) --- */
.record_row {
    border-bottom: 1px solid #dcdcdc;
}

.record_row:last-child {
    border-bottom: none;
}

/* The Date Column (Outer Table) */
.record_row > td.left_col {
    width: 180px; 
    min-width: 180px;
    text-align: left;
    vertical-align: top;
    padding: 20px 20px 20px 0;
    font-weight: 700;
    color: #222;
}

/* The Main Content Column (Outer Table) */
.record_row > td.right_col {
    text-align: left;
    vertical-align: top;
    padding: 20px 0;
}

/* Inner Table Labels (Title, Supervisor, etc.) */
.record_row table th.left_col,
.record_row table td.left_col {
    width: 130px;
    min-width: 130px;
    padding: 4px 15px 4px 0; /* Tighter vertical spacing */
    font-weight: 700;
    color: #222;
    text-align: left;
    vertical-align: top;
}

/* Inner Table Values */
.record_row table th.right_col,
.record_row table td.right_col {
    padding: 4px 0; /* Tighter vertical spacing */
    text-align: left;
    vertical-align: top;
    font-weight: normal; 
}

/* Description text underneath */
.record_row table td[colspan="2"] {
    text-align: justify;
    padding-top: 12px;
    line-height: 1.6;
}

.website_button {
    color: #478ac9;
    text-decoration: none;
    font-weight: 600;
}

.website_button:hover {
    text-decoration: underline;
    color: #346ea5;
}