.elementor-1079 .elementor-element.elementor-element-5d3d72e{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cf897b0 *//* ===== FORCE FULL WIDTH (Theme Override) ===== */
.page .site,
.page .site-content,
.page .content-area,
.page .entry-content,
.page .container,
.page .wrap{
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== Page Wrapper ===== */
.latest-updates-page-wrap{
  width: 100%;
  padding: 6px 10px;
  box-sizing: border-box;
  background: #fff;
}

/* ===== Title ===== */
.latest-updates-title{
  font-size: 22px;
  font-weight: 700;
  margin: 8px 0 12px;
  text-align: center;
  background-color: #f0f0f0;
  padding: 10px;
}

/* ===== Latest Updates List ===== */
.latest-updates-list ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-updates-list li{
  border: 1px solid #ddd;
  background: #fafafa;
  margin-bottom: 6px;
  padding: 8px 10px;
}

.latest-updates-list li:hover{
  background: #eef6ff;
  border-color: #0073aa;
}

/* ===== Links ===== */
.latest-updates-list li a{
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.latest-updates-list li a:hover{
  color: #0073aa;
}

/* ===== Date ===== */
.latest-updates-list .date{
  font-size: 12px;
  color: #666;
}

/* ===== Pagination ===== */
.catlist-pagination{
  display: flex;
  gap: 6px;
  margin: 15px 0;
  flex-wrap: wrap;
}

.catlist-pagination a,
.catlist-pagination span{
  padding: 6px 10px;
  border: 1px solid #ccc;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  background: #f9f9f9;
}

.catlist-pagination a:hover{
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

.catlist-pagination .current{
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
}

/* ===== Desktop ===== */
@media (min-width: 992px){
  .latest-updates-page-wrap{
    padding: 6px 14px;
  }
  .latest-updates-list li a{
    font-size: 16px;
  }
}

/* ===== Mobile ===== */
@media (max-width: 768px){
  .latest-updates-page-wrap{
    padding: 5px 6px;
  }
  .latest-updates-title{
    font-size: 19px;
  }
  .latest-updates-list li a{
    font-size: 14px;
  }
}/* End custom CSS */