
#page-container #top-header {
    background-color: #2e2e2e !important;
}

#et-info-phone{
  font-size: 14px;
  font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
}

/* panorama-posts.css */

.archive.author .new-design{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 118, 188, 0.09) 100%), #FFF;
  padding-top: 100px;
}

.archive.author .new-design #main-content{
  background: transparent;
  padding-top: 60px;
}


.author-avatar-wrap {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 auto;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
}

.author-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.panorama-wrapper {
    margin: 0 0 30px;
}

.panorama-filter-links,
.panorama-filter {
    margin-bottom: 5px;
    margin-top: 15px;
}

.panorama-filter-btn {
    padding: 15px 30px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 99px;
    background: rgba(0, 118, 188, 0.10);

    color:#0076BC;

font-family: Inter;
font-size: 17px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 25.2px */
letter-spacing: -0.36px;
width: 100%;

display: block;
margin-bottom: 10px!important;
}

.panorama-filter-btn.active {
    background: #fff;
    font-weight: 700;
    border: 0px;
}
.panorama-filter-item {
    padding: 8px 14px;
    background: #eee;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}

.panorama-filter-item:hover {
    background: #ddd;
}

.panorama-filter-item.active {
    background: #000;
    color: #fff;
}

.panorama-filter-btn.clear-filter{
  padding: 0px;
  background: none;
  margin: 15px 0 0 0;
  text-align: center;
  font-weight: 500;
  color: #2e2e2e;
  font-size: 15px;
  letter-spacing: 1px;
}


.panorama-grid {
    display: grid;
    gap: 20px;
    padding-bottom: 20px;
}

/* columns */
.panorama-cols-1 { grid-template-columns: 1fr; }
.panorama-cols-2 { grid-template-columns: repeat(2, 1fr); }
.panorama-cols-3 { grid-template-columns: repeat(3, 1fr); }
.panorama-cols-4 { grid-template-columns: repeat(4, 1fr); }

/* Card */
.panorama-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    background: #F7F7F7;
}

.panorama-card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.panorama-card-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1 1 auto;
}

.panorama-card-title { margin: 0; font-size: 18px; line-height: 1.2; }
.panorama-card-title a { color: inherit; text-decoration: none; }

.panorama-load-more-wrap { text-align: center; margin-top: 16px; }
.panorama-load-more {
    border: none;
    color: #fff;
    cursor: pointer;

    margin: 30px auto;

    font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 25.2px */
letter-spacing: -0.36px;

    border-radius: 99px;
background:#0076BC;

display: flex;
padding: 15px 32px;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
}

.panorama-no-posts { color: #777; padding: 18px 0; text-align: center; }

/* Responsive */
@media (max-width: 980px) {
    .panorama-cols-3 { grid-template-columns: repeat(1, 1fr); }
    .panorama-cols-4 { grid-template-columns: repeat(1, 1fr); }
}

@media (max-width: 600px) {
    .panorama-grid { grid-template-columns: 1fr; }
    .panorama-card-image img { height: 160px; }
}

.panorama-card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}


.panorama-card-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.56px;
  margin: 10px 0;
}

.panorama-card-meta {
  color: #373737;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  margin: 20px 0 0 0;
}


.panorama-card-excerpt {
  color: #000000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
}

.panorama-card a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all;
}

.panorama-card .panorama-card-title a:hover {
  color: #0076bc;
}

.panorama-card-author a{
  color:#0076BC;
  text-decoration: none;
}


.panorama-card-cats .cat-link{
  padding: 5px 10px;
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: #e5e5e5;
  color: #333;
  border-radius: 10px;
  white-space: nowrap;
  display: inline-block;

  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.26px;
}

.panorama-card-cats .cat-link.cat-20809{
  background: rgba(255, 156, 0, 0.15);
  color: #FF9C00;
}
.panorama-card-cats .cat-link.cat-2{
  color: #0076BC;
  background: rgba(0, 118, 188, 0.19);
}
.panorama-card-cats .cat-link.cat-18{
  color: #7B00FF;
  background: rgba(123, 0, 255, 0.15);
}
.panorama-card-cats .cat-link.cat-9{
  color: #1B9B17;
  background: rgba(27, 155, 23, 0.15);
}


/* 1 - Rojo fuerte */
.panorama-card-cats .cat-link.cat-63 {
  color: #E63946;
  background: rgba(230, 57, 70, 0.15);
}

/* 2 - Celeste pastel */
.panorama-card-cats .cat-link.cat-2138 {
  color: #00A8E8;
  background: rgba(0, 168, 232, 0.15);
}

/* 3 - Rosa vibrante */
.panorama-card-cats .cat-link.cat-2259 {
  color: #FF2E7E;
  background: rgba(255, 46, 126, 0.15);
}

/* 4 - Amarillo intenso */
.panorama-card-cats .cat-link.cat-7255 {
  color: #F2C214;
  background: rgba(242, 194, 20, 0.15);
}

/* 5 - Verde lima */
.panorama-card-cats .cat-link.cat-8 {
  color: #A3D900;
  background: rgba(163, 217, 0, 0.15);
}

/* 6 - Verde petróleo */
.panorama-card-cats .cat-link.cat-2110 {
  color: #008C8C;
  background: rgba(0, 140, 140, 0.15);
}

/* 7 - Azul violeta */
.panorama-card-cats .cat-link.cat-19384 {
  color: #4B32C3;
  background: rgba(75, 50, 195, 0.15);
}

/* 8 - Coral */
.panorama-card-cats .cat-link.cat-2102 {
  color: #FF6F61;
  background: rgba(255, 111, 97, 0.15);
}

/* 9 - Marrón suave */
.panorama-card-cats .cat-link.cat-20747 {
  color: #A1654F;
  background: rgba(161, 101, 79, 0.15);
}

/* 10 - Gris azulado */
.panorama-card-cats .cat-link.cat-2307 {
  color: #4A6572;
  background: rgba(74, 101, 114, 0.15);
}

/* 11 - Azul eléctrico */
.panorama-card-cats .cat-link.cat-65 {
  color: #0066FF;
  background: rgba(0, 102, 255, 0.15);
}

/* 12 - Violeta pastel */
.panorama-card-cats .cat-link.cat-lavender {
  color: #B57DFF;
  background: rgba(181, 125, 255, 0.15);
}







@media (max-width: 1200px) {
.author-avatar-wrap {
    width: 260px;
    height: 260px;
}
#AuthorTop .et_pb_row .et_pb_column_1_3 {
  display: flex;
  align-items: center;
  margin: 0;
}

}

@media (min-width: 768px) and (max-width: 980px) {

  .archive.author .new-design #main-content{
  padding-top: 30px;
}
.author-avatar-wrap {
    width: 215px;
    height: 215px;
    margin: 0;
}
#AuthorTop .et_pb_row {
  display: flex;
}
#AuthorTop .et_pb_row .et_pb_column_1_3 {
  width: 400px;
  display: flex;
  align-items: center;
}

}

@media (max-width: 767px) {

  .archive.author .new-design #main-content{
  padding-top: 30px;
  }

  #AuthorTop .et_pb_row .et_pb_column_1_3 {
      margin: 0 0 30px 0;
      justify-content: center;
  }
  .author-avatar-wrap {
    width: 183px;
    height: 183px;
    margin: 0 auto;
  }
  .panorama-card-body{
      padding: 30px 20px;
  }

}


/****** Featured post ****************/

.panorama-featured-wrapper {
    display: grid;
    gap: 40px;
}

.panorama-featured-item {
}

.pf-grid {
    display: grid;
    grid-template-columns: 654px 1fr;
    gap: 30px;
    align-items: start;
}

.pf-col-image img {
    width: 100%;
    height: 420px;
    border-radius: 80px;
    display: block;
    object-fit: cover;
}

.panorama-featured-item .pf-cats {
    margin-bottom: 8px;
    margin-top: 10px;
}


.panorama-featured-item .cat-link{
  padding: 10px 20px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  white-space: nowrap;
  display: inline-block;

  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.34px;
}

.panorama-featured-item .cat-link:first-of-type {
  background: rgba(255, 255, 255, 0.19);
}

.pf-cats .cat-link {
  font-size: 17px;
    color: #fff;
    margin-right: 8px;
    text-decoration: none;
  font-weight: 700;
}

/* Título */
.pf-title {
    margin: 16px 0 0 0;
  color:#FFF;
  font-family: "Plus Jakarta Sans";
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 53px; /* 108.163% */
}
.pf-title a {
    text-decoration: none;
  color:#FFF;
  transition: 0.3s all;
}
.pf-title a:hover {
    opacity: 0.7;
}

/* Autor */
.pf-meta {
  color:#FFF;
font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.32px;
margin-bottom: 16px;
margin-top: 8px;
}
.pf-meta a {
  color:#FFF;
    text-decoration: none;
}

/* Excerpt */
.pf-excerpt {
  color:#FFF;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: -0.32px;
}

/* Responsive */
@media (max-width: 768px) {
  .pf-grid {
      grid-template-columns: 1fr;
  }
  .pf-col-image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .pf-title {
    font-size: 30px;
    line-height: 40px; /* 108.163% */
  }
}


@media (min-width: 1428px) {

.custom-fixed-columns {
    max-width: 1428px !important;
    width: 1428px !important;
    margin: 0 auto !important;
    display: flex !important;
    gap: 20px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.custom-fixed-columns > .et_pb_column {
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}
.custom-fixed-columns .et_pb_column {
  margin-top: 0!important;
}

.custom-fixed-columns > .et_pb_column:first-child {
    flex: 0 0 1014px !important;
    width: 1014px !important;
}

.custom-fixed-columns > .et_pb_column:last-child {
    flex: 0 0 394px !important;
    width: 394px !important;
}
}

@media (max-width: 980px) {
  .custom-fixed-columns{
    display: flex;
    flex-direction: column-reverse;
  }
  .custom-fixed-columns .box-resource-center{
    display: none;
  }
  .panorama-filter .panorama-filter-btn{
    padding: 15px 20px;
    width: 49%;
    font-size: 15px;
  }
  .panorama-filter .panorama-filter-btn.clear-filter{
    width: 100%;
    padding: 5px 20px;
    margin: 0;
  }
}

.custom-fixed-columns.sop-content-post{
  gap: 40px !important;
}

.custom-fixed-columns.sop-content-post .columns-content-post{
  padding: 60px 40px!important;
}

.columns-content-post .panorama-card-cats .cat-link{
  padding: 10px 30px;
  border-radius: 34px;
}
.columns-content-post .et_pb_title_container .et_pb_title_meta_container .author a{
  color: #0076BC!important;
}

.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_section.et_pb_section_0.et_section_regular{
  padding-top: 0px!important;
}

.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row{
  width: 100%!important;
  max-width: 100%!important;
  padding: 0 0 15px 0!important;
}
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_promo{
  background-color: #0076BC;
  border-radius: 20px;
  color: #FFF;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: -0.32px;
}
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_promo h2.et_pb_module_header,
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_promo h3.et_pb_module_header{
  color: #FFF!important;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 40px!important;
  font-style: normal;
  font-weight: 700!important;
  line-height: 40px!important; /* 100% */
  text-shadow:none!important;
}

body #page-container .custom-fixed-columns.sop-content-post .columns-content-post .et_pb_section .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button,
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button,
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_promo .et_pb_promo_button.et_pb_button{
width: 369px;
padding: 15px 32px!important;
gap: 10px;
border-radius: 99px;
background:#FFF!important;
color: #0076BC!important;
text-align: center;

font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 25.2px */
letter-spacing: -0.36px;
margin-right: auto;
margin-left: auto;
}
body #page-container .custom-fixed-columns.sop-content-post .columns-content-post .et_pb_section .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button:hover,
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button:hover,
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_promo .et_pb_promo_button.et_pb_button:hover{
border-radius: 99px;
}
.post-single-autor-img .author-avatar-wrap{
      width: 360px;
    height: auto;
    border-radius: 48px;
    margin: 0px;
}
.author-avatar-wrap-det{
  margin-right: 0px;
    position: absolute;
    top: 38px;
    right: 30px;
}

body #page-container .custom-fixed-columns.sop-content-post .columns-content-post  .et_pb_section .et_pb_button_0{
  padding: 15px 32px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  background-color: #0076BC;
  border-radius: 99px;

  font-family: Inter!important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600!important;
  line-height: 100%!important;
  letter-spacing: -0.36px;
  margin-top: 20px;
}


.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row h2{
color: #000!important;
font-family: "Plus Jakarta Sans";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 100% */
  margin-bottom: 0px!important;
  margin-top: 20px;
}
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row h3{
color: #0076BC!important;
font-family: "Plus Jakarta Sans";
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 123.81% */
letter-spacing: -0.42px;
  margin-bottom: 0px!important;
  margin-top: 20px;

}
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row a{
  color: #0076BC!important;
}


@media (max-width: 767px) {
  .panorama-filter .panorama-filter-btn{
    width: 100%;
  }
}



.custom-fixed-columns.sop-content-post .columns-content-post .box-two-columns .et_pb_row{
  padding: 0!important;
  margin-right: 5.5%;
}
.custom-fixed-columns.sop-content-post .columns-content-post .box-two-columns{
  margin-bottom: 20px!important;
}

.custom-fixed-columns.sop-content-post .columns-content-post .box-two-columns h2,
.custom-fixed-columns.sop-content-post .columns-content-post .box-two-columns h3{
  color: #1B2128!important;
  font-family: "Plus Jakarta Sans";
  font-size: 28px!important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.56px;
}

.custom-fixed-columns.sop-content-post .columns-content-post .box-two-columns .et_pb_row .et_pb_image{
  min-height: 285px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.panorama-loader {
    width: 50px;
    height: 50px;
    border: 4px solid #ddd;
    border-top-color: #0076bc;
    border-radius: 50%;
    animation: panorama-spin 0.8s linear infinite;
    margin: 40px auto;
    display: none;
    position: absolute;
    left: 47%;
    top: 100px;
}

.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_text_inner{
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: -0.32px;
}



@media (max-width: 767px) {

.custom-fixed-columns.sop-content-post .columns-content-post{
    padding:30px !important;
}

.custom-fixed-columns.sop-content-post .columns-content-post .box-two-columns .et_pb_row .et_pb_image{
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.custom-fixed-columns.sop-content-post .columns-content-post .box-two-columns .et_pb_row .et_pb_column_1_2{
  margin-top: 0!important;
}

.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_promo{
  padding: 20px;
}
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_promo h2.et_pb_module_header,
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_promo h3.et_pb_module_header{
  font-size: 30px!important;
  line-height: 30px!important; /* 100% */
}

body #page-container .custom-fixed-columns.sop-content-post .columns-content-post .et_pb_section .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button,
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button,
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row .et_pb_promo .et_pb_promo_button.et_pb_button{
  width: 100%;
}

.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row h2{
font-size: 32px;
line-height: 32px; /* 100% */
}
.custom-fixed-columns.sop-content-post .columns-content-post .et_pb_row h3{
font-size: 18px;
line-height: 23px; /* 123.81% */
}


}

@keyframes panorama-spin {
    to { transform: rotate(360deg); }
}



/* Pagination wrapper */
.panorama-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

/* Prev/Next buttons */
.panorama-pag {
    padding: 8px 12px;
    border: 0;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
    color: #0076BC;
    font-size: 15px;
    font-family: "Plus Jakarta Sans";
}
.panorama-pag[disabled] { opacity: .5; cursor: default; }

/* Pages container */
.panorama-pag-pages {
    display: flex;
    gap: 6px;
    align-items: center;
}

/* Page button */
.panorama-page {
    padding: 6px 10px;
    border: 0;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    color: #0076BC;
    font-size: 16px;
}
.panorama-page.active {
    background: #0076bc;
    color: #fff;
    border-color: #0076bc;
}
.panorama-pag.prev,
.panorama-pag.next{
font-size: 23px;
font-weight: 900;
}


/* Botón PREV */
.panorama-pagination .panorama-pag.prev {
    font-size: 0; /* oculto el "<" */
    position: relative;
}

.panorama-pagination .panorama-pag.prev::before {
    content: "\34"; /* Divi left arrow */
    font-family: 'ETmodules';
    font-weight: 900;
    font-size: 28px;
}

/* Botón NEXT */
.panorama-pagination .panorama-pag.next {
    font-size: 0;
    position: relative;
}

.panorama-pagination .panorama-pag.next::before {
    content: "\35"; /* Divi right arrow */
    font-family: 'ETmodules';
    font-weight: 900;
    font-size: 28px;
}




/* Dots */
.panorama-page-dots {
    padding: 6px;
    color: #666;
}

/* Responsive */
@media (max-width: 480px) {
  .panorama-pag-pages { gap: 4px; }
  .panorama-page { padding: 5px 8px; font-size: 13px; }
}



@media (max-width: 1428px) {
#Blog-top,
#Blog-content{
  padding-left: 40px;
  padding-right: 40px;
}
}
@media (max-width: 1180px) {
.panorama-featured-item .pf-grid{
  grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 980px) {
.panorama-featured-item .pf-grid{
  grid-template-columns: 1fr;
}
}

.box-resource-center img{
  width:100%;
  border-radius:20px;
}
@media (max-width: 980px) {
.box-resource-center .et_pb_code_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-resource-center a{
  display: block;
  width: 48%;
  margin-bottom: 10px;
}
}
@media (max-width: 767px) {
.box-resource-center a{
  width: 100%;
}
}


@media (max-width: 980px) {
#Blog-top,
#Blog-content{
  padding-left: 30px;
  padding-right: 30px;
}
}


/* Desktop: show links, hide select */
.panorama-filter-wrap .panorama-filter-links { display: flex; flex-wrap: wrap; gap: 12px; }
.panorama-filter-wrap .panorama-filter-select-wrap { display: none; }

.panorama-filter-wrap .panorama-filter-btn.panorama-filter-link.all-link{
  display: none;
}

/* Mobile: hide links, show select */
@media (max-width: 768px) {

.panorama-filter-wrap .panorama-filter-btn.panorama-filter-link.all-link{
  display: block;
}


  .panorama-filter-wrap .panorama-filter-links { display: none; }
  .panorama-filter-wrap .panorama-filter-select-wrap { display: block; margin-bottom: 16px; }
  .panorama-filter-select { width: 100%;
    border-radius: 99px;
    background: rgba(0, 118, 188, 0.10);
    color: #0076BC;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.36px;
    width: 100%;
    display: block;
    padding: 15px 20px;
    margin-top: 10px;
  }
}

/* Optional: style active link */
.panorama-filter-link.active { font-weight: 600;}

.screen-reader-text { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

.panorama-filter-select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
    position: relative;
    z-index: 10;
}

.panorama-filter-select-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.panorama-filter-select-wrap::after {
    content: "\43";
    font-family: 'ETmodules';
    font-size: 30px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #0076BC;
}

