.lusalma-editorial-sidebar {
  padding-top: 5px;
}

.lusalma-editorial-sidebar .lusalma-sidebar-block {
  padding: 0 0 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid #d8dade;
}

.lusalma-editorial-sidebar .lusalma-sidebar-search {
  border-bottom: 0;
}

.lusalma-editorial-sidebar .lusalma-sidebar-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 25px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.lusalma-editorial-sidebar .lusalma-sidebar-heading span {
  font-size: 18px;
}

.lusalma-editorial-sidebar .lusalma-sidebar-search form {
  display: flex;
  border-bottom: 1px solid #080a0c;
}

.lusalma-editorial-sidebar .lusalma-sidebar-search input {
  min-width: 0;
  flex: 1;
  padding: 12px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 15px;
}

.lusalma-editorial-sidebar .lusalma-sidebar-search button {
  width: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #080a0c;
  font-size: 23px;
}

.lusalma-editorial-sidebar .lusalma-sidebar-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lusalma-editorial-sidebar .lusalma-sidebar-posts li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid #e6e7e8;
}

.lusalma-editorial-sidebar .lusalma-sidebar-posts li:first-child {
  padding-top: 0;
  border-top: 0;
}

.lusalma-editorial-sidebar .lusalma-sidebar-posts span {
  padding-top: 3px;
  color: #888c90;
  font-size: 11px;
  letter-spacing: .08em;
}

.lusalma-editorial-sidebar .lusalma-sidebar-posts a {
  color: #080a0c;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none;
}

.lusalma-editorial-sidebar .lusalma-sidebar-posts a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lusalma-editorial-sidebar .lusalma-category-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 7px;
}

.lusalma-editorial-sidebar .lusalma-category-cloud a {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 14px;
  border: 1px solid #080a0c;
  border-radius: 999px;
  color: #080a0c;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.lusalma-editorial-sidebar .lusalma-category-cloud a:nth-child(3n + 2) {
  transform: translateY(3px);
}

.lusalma-editorial-sidebar .lusalma-category-cloud a:hover {
  background: #080a0c;
  color: #fff;
}

@media (max-width: 1199px) {
  .lusalma-category-page .lusalma-category-sidebar {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 45px;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .lusalma-category-page .lusalma-category-sidebar {
    grid-template-columns: 1fr;
  }
}
