/* Crea las variables de los colores */
:root {
  --color-black:#121619;
  --color-gray: #dde1e6;
  --color-white: #ffffff;
  --color-background: #f2f4f8;
  --color-red: #ed0000;
  --text-secondary: #6b778c;
  --text-secondary-02: #4d5358;
  --bg-layer01: #f2f4f8;
  --bg-bullet: #3030308d;
  --tag-color-red: #82241d;
  --tag-background-red: #f9c4c0;
  --tag-color-green: #025e2d;
  --tag-background-green: #b1d9c4;
  --tag-background-purple: #c2b0ff;
  --tag-color-purple: #3400e8;
  --round: 999px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




/* End Button */

    .news-page {
      display: flex;
      justify-content: center;
    }

    .news-page__container {
      padding: 32px 0px;
      width: 100%;
    }

    .new-page__banner {
      margin-bottom: 48px;
      height: 458px;
      border-radius: 24px;
      overflow: hidden;
      position: relative;
    }

    .new-page__banner img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s;
    }

    .new-page__banner:hover img {
      transform: scale(1.1);
    }
	.group__content {
    display: flex;
    padding: 20px 0px 32px;
    justify-content: space-between;
    align-items: center;
}
    .new-page__banner-content {
      position: absolute;
      bottom: 0;
      left: 0;
      /* create gradient black to opacity 0 */
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
      padding: 32px;
      width: 100%;
      z-index: 2;
      color: var(--color-white);
      height: 220px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    .new-page__banner-content h3 {
      font-size: 32px;
      font-weight: 700;
      color:#fff;
	  width: 933px;
      line-height: 40px;
    }

    .new-page__banner-content p {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: var(--color-white);
    }

    .news-page__header {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 32px;
    }

    .news-page__header .applied-results-filters.is-visible {
      margin-bottom: 0;
      width: 100%;
    }

    .news-page__header .search-dropdown-applied-filters {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0;
    }

    .news-page__filters {
      z-index: 2;
      display: inline-flex;
      flex-direction: column;
    }

    .news-page__filters .dropdown {
      position: relative;
      width: 300px;
      height: 56px;
    }

    .news-page__filters .dropdown::before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      z-index: 3;
      right: 20px;
      top: 15px;
      border: 2px solid var(--color-black);
      border-top: 2px solid var(--color-white);
      border-right: 2px solid var(--color-white);
      transform: rotate(-45deg);
      transition: 0.5s;
      pointer-events: none;
    }

    .news-page__filters .dropdown.active::before {
      top: 22px;
      transform: rotate(-225deg);
    }

    .news-page__filters .input-group {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      background-color: var(--color-white);
      border: none;
      outline: none;
      padding: 12px 20px;
      border-radius: 10px;
      border-bottom: 1px solid var(--color-gray);
      transition: all ease .1s;
      display: flex;
      flex-direction: column;
    }


    .news-page__filters input,
    .news-page__filters label {
      font-size: 14px;
      font-weight: 400;
      padding:0;
      line-height: 14px;
    }

    .news-page__filters label {
      color: var(--text-secondary-02);
      pointer-events: none;
    }

    .news-page__filters input {
      border: none;
      outline: none;
      background-color: transparent;
      color: var(--color-black);
      cursor: pointer;
    }
	
	   .news-page__filters input:focus {
		   box-shadow:none;

    }

    .news-page__filters .dropdown.active .input-group {
      border: 2px solid #0F62FE;
    }
	
    .news-page__filters .option {
      position: absolute;
      top: 58px;
      left: 0;
      width: 100%;
      background-color: var(--color-white);
      border-radius: 10px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      flex-direction: column;
      padding: 10px;
      overflow: hidden;
      display: none;
    }

    .news-page__filters .dropdown.active .option {
      display: block !important;
    }



    .news-page__filters .option div {
      padding: 12px 20px;
      cursor: pointer;
    }

    .news-page__filters .option div:hover {
      background-color: rgb(234, 28, 45);
      color: var(--color-white);
    }


    .news-page__content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }

    .news-page__new {
      border-radius: 8px;
      overflow: hidden;
    }

    .news-page__new a {
      text-decoration: none;
      color: var(--text-primary);
    }

    .news-page__new-image {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      height: 288px;
    }

    .news-page__new-image span {
      position: absolute;
      top: 16px;
      left: 16px;
      padding: 8px;
      border-radius: var(--round);
      font-size: 12px;
      font-weight: 600;
      height: 32px;
      display: flex;
      align-items: center;
      font-weight: 400;
      z-index: 1;
    }

    .new-page__banner-content span {
      position: relative;
      padding: 8px;
      width: 100px;
      justify-content: center;
      border-radius: var(--round);
      font-size: 12px;
      font-weight: 600;
      height: 32px;
      display: flex;
      align-items: center;
      font-weight: 400;
      z-index: 1;
      margin-bottom: 20px;
    }

    .news-page__new-image span.culture {
      background-color: var(--tag-background-red);
      color: var(--tag-color-red);
    }

    .news-page__new-image span.sustainability {
      background-color: var(--tag-background-green);
      color: var(--tag-color-green);
    }

    .news-page__new-image span.alliances {
      background-color: var(--tag-background-purple);
      color: var(--tag-color-purple);
    }

    .news-page__new-image img {
      width: 100%;
      height: 288px;
      object-fit: cover;
      object-position: center;
      transition: transform 0.5s;
    }

    .news-page__new-image img:hover {
      transform: scale(1.1);
      transition: transform 0.5s;
    }

    .news-page__new-content h3 {
	font-size: 16px;
  line-height: 24px;
      font-weight: 600;
      margin-top: 16px;
      margin-bottom: 12px;
    }

    .news-page__new-content p {
      font-size: 12px;
    }

.news-skeleton-card {
  pointer-events: none;
}

.news-skeleton-block,
.news-skeleton-line {
  position: relative;
  overflow: hidden;
  background: #eef1f4;
}

.news-skeleton-block::after,
.news-skeleton-line::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: news-skeleton-shimmer 1.2s infinite;
}

.news-skeleton-line {
  height: 14px;
  border-radius: 8px;
  margin-top: 12px;
}

.news-skeleton-line--title {
  margin-top: 16px;
  width: 82%;
  height: 18px;
}

.news-skeleton-line--meta {
  width: 40%;
}

@keyframes news-skeleton-shimmer {
  100% {
    transform: translateX(100%);
  }
}


    h3,p{
      display: -webkit-box;
      line-clamp: 1;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }



    .line-clamp-2 {
      display: -webkit-box;
      line-clamp: 2;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }


    


.load-more_content{
display: flex;
	width:100%;
justify-content: center;
align-items: center;
	
}
button#loadMore {
	width: 230px;
height: 48px;
min-width: 120px;
border-radius: 50%;
background: var(--color-black);
cursor:pointer;
color: #FFF;
text-align: center;
	font-size:16px;
font-family: 'TCCC UnityText';
font-style: normal;
font-weight: 600;
line-height: 24px;
border: none;

}

.search-wrapper {
  position: relative;
  width: 329px;
  max-width: 100%;
	z-index: 999;
  transition: width 0.25s ease;
}

.return-news-page__back {
  display: none;
}

.search-wrapper:focus-within {
  width: min(100%, 650px);
}

.search-wrapper.is-expanded {
  width: min(100%, 650px);
}

.search-dropdown {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  max-height: 400px;
  overflow-y: auto;
  display: none;
  z-index: 10;
   padding: 24px;
}

.search-wrapper.is-expanded .search-dropdown.is-open {
  display: block;
}

.search-dropdown::-webkit-scrollbar {
display: none;
  
}

.search-dropdown-results {
  display: block;
}

.search-item {
    padding: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
	gap:16px;
}

input.news-search {
  border: 2px solid #DDE1E6 !important;
  border-radius: 50px !important;
	background-color:white !important;
  width: 100%;
  max-width: 100%;
  background-image: url('../images/buscador-noticias/icon-search.svg'), url('../images/buscador-noticias/icon-filter.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: 16px center, calc(100% - 16px) center;
  background-size: 18px 18px, 18px 18px;
  padding-left: 44px !important;
  padding-right: 76px !important;
}

input.news-search:focus,
input.news-search:active {
  background-color: #E4E9F1 !important;
}

.search-close-btn {
  position: absolute;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10002;
  padding: 0;
}

.search-close-btn.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  font-size:18px;
}

.search-close-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

.search-filter-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 10001;
}

.search-filter-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

.search-filter-btn.is-active {
  background: rgba(18, 22, 25, 0.08);
  border-radius: 50%;
}

.search-dropdown-advanced {
  width: 100%;
  display: none;
  padding: 0;
}

.search-dropdown-advanced.is-open {
  display: block;
}

.search-dropdown.is-advanced-open .search-dropdown-results {
  display: none;
}

.search-dropdown:not(.is-advanced-open) .search-dropdown-advanced {
  display: none !important;
}

.search-dropdown-advanced__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.search-dropdown-advanced__title {
  margin: 0;
  color: #1a1c1e;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.advanced-filters-close {
  width: 48px;
  height: 48px;
  border: 2px solid var(--color-black);
  border-radius: 50%;
  background: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.advanced-filters-close img {
  width: 14px;
  height: 14px;
  display: block;
}

.advanced-filters-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.advanced-filter-field--full {
  grid-column: 1 / -1;
}

.advanced-filter-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.advanced-filter-field label {
  color: var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height:  24px; 
}
.advanced-filter-field select {
  height: 56px;
  border: 1px solid #dde1e6;
  border-radius: 10px;
  padding: 16px 48px 16px 16px;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23121619' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--color-black);
  font-size: 14px;
}

.advanced-filters-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
  border-top: 1px solid #DDE1E6;
  padding-top: 16px;
}

.advanced-filters-clear,
.advanced-filters-apply {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.advanced-filters-clear {
  border-radius: 999px ;
border: 2px solid  var(--color-black);
background: rgba(57, 0, 255, 0.00);
color:var(--color-black);
padding: 16px 24px;
}

.advanced-filters-clear:disabled {
  cursor: not-allowed;
  border-radius: 999px ;
border: 2px solid  var(--color-black);
background: rgba(57, 0, 255, 0.00);
color:var(--color-black);
}

.advanced-filters-apply {
  background: var(--color-black) !important;
  color: #fff;
  padding: 16px 24px !important;
}

button[type=submit].advanced-filters-apply:hover{
  background: var(--color-black) !important;
  opacity: 1;
}


.advanced-filters-apply:disabled {
  cursor: not-allowed;
  background:#C1C7CD !important;
  color:#4D5358 !important;
}

.search-dropdown-applied-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dde1e6;
  width: 100%;
}

.applied-results-filters {
  display: none;
}

.applied-results-filters.is-visible {
  display: block;
  margin-bottom: 16px;
}

.search-dropdown-no-results {
  margin: 0;
  padding: 12px 0;
  color: #4d5358;
  font-size: 14px;
  text-align: center;
}

.applied-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px 6px 12px;
  border-radius: 999px;
  background: rgba(18, 22, 25, 0.10); 
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  max-width: 100%;
}

.applied-filter-tag__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
}

.applied-filter-tag__remove {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: transparent; 
  color: #1a1c1e;
  font-size: 30px;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



.advanced-filters-results {
  margin-top: 16px;
}

.advanced-filters-results-count {
  margin-bottom: 10px;
  color: #1a1c1e;
  font-size: 14px;
}

.advanced-filters-results-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 320px;
  overflow-y: auto;
}

.advanced-result-item {
  display: flex;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.advanced-result-item:hover {
  background: #f2f4f8;
}

.advanced-result-item img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.advanced-result-item__content {
  min-width: 0;
}

.advanced-result-item__title {
  color: #1a1c1e;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 4px;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.advanced-result-item__excerpt {
  color: #4d5358;
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.advanced-filters-loading,
.advanced-filters-empty {
  margin: 0;
  color: #4d5358;
  font-size: 14px;
  line-height: 20px;
}

.search-item:hover {
  background: #F2F4F8;
	border-radius:12px;
}

.search-item img {
	    min-width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;

}

.search-results-count {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
}

.search-results-count strong {
color: #1A1C1E;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px; 
}

.search-results-count span {
color:#4D5358;
font-size:14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
}

.no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  margin: 80px 0;
  color: #A2A9B0;
}

.no-results h4 {
  color: #A2A9B0;
  font-size:  24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.no-results p {
  color: #A2A9B0;
  font-size:  16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}



.no-results::before {
  content: '';
  width: 56px;
  height: 56px;
  background-image: url('../images/buscador-noticias/icon-no-found.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


button.search-ver-todo {
  display: flex;
  border: none;
  background-color: white;
  color:  var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
}

button.search-ver-todo::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url('/wp-content/themes/salient-child/images/buscador-noticias/icon-arrow-right.svg') no-repeat center;
  background-size: contain;
}


.title-item {
	  font-size: 16px;
	color: #1A1C1E;
	font-weight: 600;
  margin: 8px 0;
	      display: -webkit-box;
      line-clamp: 1;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
		padding-bottom:0;
	margin-bottom:0;
}

.excerpt-item {
color: var(--color-black);
text-overflow: ellipsis;
font-size:  14px;
font-style: normal;
font-weight: 400;
line-height: 20px; 
letter-spacing:  0;
display: -webkit-box;
line-clamp: 1;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
	padding-bottom:0;
	margin-bottom:0;
}

.search-highlight {
  color: var(--color-black);
  background: #F0C518;
  font-weight: 700;
}

h1.title-news {
  text-align: left;
  font-size: 28px ;
        line-height: 35px;
}



/*RESPONSIVE*/
    @media screen and (max-width: 600px) {
      .news-page__container {
        padding: 0px;
        width: 100%;
		margin-top: 50px;
      }
	.new-page__banner-content h3 {
	  width: 100%;
	  font-size: 24px;
      line-height: 32px;
    }
      .news-page__content {
        grid-template-columns: 1fr;
      }

      .news-page__header {
        flex-direction: column;
        align-items: flex-start;
      }

.news-page__filters {
 width: 100%;
}
.news-page__filters .dropdown {
    width: 100%;
}

    }


/* =========================
   CONTENEDOR
========================= */
.noticia_destacada {
  margin: 20px 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

/* =========================
   LINK (card completa)
========================= */
.featured-card {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}

/* =========================
   IMAGEN
========================= */
.featured-image {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* efecto hover */
.featured-card:hover img {
  transform: scale(1.05);
}

/* =========================
   OVERLAY (contenido)
========================= */
.featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px;
  color: #fff;

  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* =========================
   CATEGORÍAS
========================= */
.featured-content span {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  margin-bottom: 12px;
  margin-right: 6px;
}

/* =========================
   TÍTULO
========================= */
.featured-content h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin: 10px 0;
  max-width: 800px;
	color:#ffffff;
}

/* =========================
   FECHA
========================= */
.featured-content p {
  font-size: 14px;
  opacity: 0.9;
}




.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 998;
}

/* activo */
.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.latest-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.latest-posts.is-search {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.latest-posts.is-search .news-list-item a {
  display:flex;
gap:16px;
align-items: center;
	padding:16px;
	border-radius:12px;
}

.latest-posts.is-search .news-list-item a:hover {
background-color:#F2F4F8;
}



.latest-posts.is-search .news-list-item .news-page__new-image {
  flex:none;
  width:64px;
	height:64px;
}

.latest-posts.is-search .news-list-item .news-page__new-image span {
display:none;
}

.latest-posts.is-search .news-list-item h3 {
overflow: hidden;
color: #1A1C1E;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
padding:0px;
	margin:0px;
}

.latest-posts.is-search .news-list-item p {
  color:  var(--color-black);
  font-size:  14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
}

.latest-posts.is-search .news-list-item .date-post {
 display: none;
  }


span.total-results {
  font-family: 'TCCC UnityText';
  color:  #4D5358;
font-size:  16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}


/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {

  .group__content {
    flex-direction: column;
    align-items: flex-start;
    gap:24px;
     width: 100%;
}

.news-page__header h2 {
  font-size: 19px;
  display: flex;
  flex-direction: column;
}

article.news-list-item {
  width: 100%;
  box-sizing: content-box;
  overflow: hidden;
}

.search-wrapper {
  width: 100%;
    align-self: stretch;
}

.return-news-page__back {
  display: none;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  margin-bottom: 12px;
  padding: 0;
}

.return-news-page__back.is-visible {
  display: inline-flex;
}

.return-news-page__back::before {
  content: '';
  width: 8px;
  height: 8px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 2px;
}

.search-dropdown {
  max-height: 600px;
  padding: 14px;
}

.search-dropdown.is-advanced-open {
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  max-height: none;
  border-radius: 0;
  padding: 24px 16px;
  z-index: 10003;
  overflow-y: auto;
}

.advanced-filters-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.advanced-filters-actions {
  flex-direction: column;
}

.search-dropdown.is-advanced-open .search-dropdown-advanced {
  min-height: 100%;
  padding-top: 70px;
}

.search-dropdown.is-advanced-open .advanced-filters-form {
  min-height: calc(100dvh - 72px);
  display: flex;
  flex-direction: column;
}

.search-dropdown.is-advanced-open .advanced-filters-actions {
  margin-top: auto;
  position: sticky;
  bottom: 0;
  background: #fff;
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
}

  .featured-image {
    height: 300px;
  }

  .featured-content {
    padding: 20px;
  }

  .featured-content h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .latest-posts {
    grid-template-columns: repeat( 1,1fr);
  }

  span.breadcrumb-news-page {
    display: none;
}

.container {
width: 100%;
  max-width: 100% !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

}