#insights .filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}

#insights .filters p {
  margin: 0;
}

#insights .filters .dropdown {
  position: static;
}

#insights .filters .dropdown-toggle {
  background-color: #fff;
  color: var(--e-global-color-primary);
  border-radius: 0;
  border: 1px solid var(--e-global-color-primary);
  padding: 0.5rem 0.75rem;
  transition: all 250ms;
}

#insights .filters .dropdown-toggle.show {
  background-color: var(--e-global-color-primary);
  color: #fff;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
}

#insights .filters .dropdown-menu {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  /* by RCP: box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);*/
}

#insights .filters .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#insights form .form-check {
  padding-left: 0;
}

#insights form .form-check {
  padding-top: 1rem;
}

#insights form .columns-3 {
  display: block;
  column-count: 3;
  padding: 0 15px;
}

#insights form .form-check:nth-child(3) {
  padding-bottom: 0;
}

#insights form button[type="submit"] {
  width: 100%;
  margin-top: 1rem;
}

#insights button#btnLoadMoreInsights {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  /*width: 130px;
  height: 50px;*/
}

#insights button#btnLoadMoreInsights .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
  --bs-spinner-border-width: 0.2em;
}

#insights .active-filters {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}

#insights .active-filters > li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: all 150ms ease-in-out;
}

#insights .active-filters > li:after {
  content: "\e870";
  display: block;
  position: absolute;
  color: #000;
  font-family: Linearicons-Free, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  right: 0.5rem;
  top: 0.5rem;
  transition: all 150ms ease-in-out;
}

#insights .active-filters > li:hover {
  border: 1px solid #ccc;
  cursor: pointer;
}

#insights .active-filters:hover > li:after {
  color: var(--e-global-color-primary);
}

#insights .results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fullwidth-post {
  grid-column: 1/5;
}

/* Tablet layout */
@media (max-width: 1024px) {
  .fullwidth-post {
    grid-column: 1/2;
  }

  .insight.fullwidth-post .col {
    flex-basis: 100%;
  }
}

/* Mobile layout */
@media (max-width: 767px) {
  .fullwidth-post {
    grid-column: 1/2;
  }

  .insight.fullwidth-post .col {
    flex-basis: 100%;
  }
}

/**
 * by: RCP
 */

/* Remover overflow X */

body {
  overflow-x: hidden;
}

#insights .filters .dropdown-menu.show {
  width: 100vw !important;
  margin: auto !important;
}

/** Elementor Mobile breakpoint */
@media (max-width: 767px) {
  #insights form .columns-3 {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
  }
}

/** Elementor Tablet breakpoint */
@media (min-width: 768px) and (max-width: 1024px) {
  #insights form .columns-3 {
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 10px;
  }
}

/** Elementor Tablet breakpoint */
@media (min-width: 1025px) {
  #insights form .columns-3 {
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 0;
  }
}

/* Destaques  */
.lbc-thumbnail-wrapper {
  width: 100% /* fit-content */;
  overflow: hidden;
  height: fit-content;
  margin-bottom: 1.5rem;
}

.lbc-thumbnail-wrapper:hover .lbc-destaque-thumbnail {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  filter: brightness(.85);
}

.lbc-thumbnail-wrapper > .lbc-destaque-thumbnail {
  aspect-ratio: 16/9;
  object-position: center;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  transition: all 250ms ease-in-out;
}

.lbc-destaque-titulo,
.lbc-destaque-titulo a {
  color: #000;
  transition: all 250ms ease-in-out;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.lbc-destaque-titulo:hover,
.lbc-destaque-titulo:hover a {
  color: var(--e-global-color-primary);
}

.lbc-post-category {
  color: #5c5c5c;
  font-size: .85rem;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.lbc-destaque-texto {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
}
