.news-container {
  display: flex;
  margin-bottom: 1.5rem;
}

.news-container .column-1,
.news-container .column-2 {
  flex: 1;
}

#plp-posts a,
#plp-search-results-posts a{
  text-decoration: none;
  color: initial;
}

.news_detail {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 24px;
}

.news_detail h2 {
  margin: 0 !important;
  font-family: "Merriweather Sans", sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 30.17px !important;
  text-decoration: none !important;
  color: #003778 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.news_detail p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.6px;
  margin: 10px 0 20px;
}

.news_detail_timeline {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.08px;
}

.radio-button-group input[type="radio"] {
  display: none;
}

.radio-button-group label {
  font-family: "Merriweather Sans", sans-serif !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f0f0f0;
  cursor: pointer;
  margin-right: 10px;
  transition: background-color 0.3s ease;
  width: 82px;
  height: 34px;
  border-radius: 20px;
  background: #f0f0f0;
  border: 0;
  color: #000000;
  margin-right: 8px;
}

.radio-button-group input[type="radio"]:checked + label {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
  color: #ffffff;
}

.radio-button-group label:hover {
  background-color: #f0f0f0;
}

* {
  box-sizing: border-box;
}

/* Style the search field */
#plp-search-form {
  padding: 10px;
  font-size: 17px;
  float: left;
  width: 80%;
  background: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  height: 38px;
  display: flex;
  align-items: center;
  float: inline-end;
}

#plp-search-form input[type=text] {
  background: transparent;
  border: 0px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
}

#plp-search-form button {
  border: 0;
  background: url("images/search_icon.png") transparent;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  color: #ffffff;
  padding: 0;
  width: 18px;
  height: 18px;
  box-shadow: none;
  margin-top: 2px;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}    

#load-more-result {
  text-align: center;
}

#plp-load-more,
#plp-search-results-load-more {
  border-radius: 20px;
  background: #f0f0f0;
  border: none;
  font-size: 16px;
  width: 150px;
  height: 42px;
  margin: 0 auto 20px;
  color: #212529;
}


.latest-posts-by-category h3:before,
.no-post-found h3:before {
    content: "" !important;
    background: url("images/export_icon.png") no-repeat !important;
    background-size: contain !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
    display: inline-block !important;
    position: relative !important;
    top: 2px !important;
}

.no-post-found h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    margin-bottom: 20px;
}