/* =========================================================
   LAHOME 2026 - LEVÝ BLOK INFORMACE
   Funguje jen na novou třídu .lh-sidebar-info-2026.
   Footer a jiné widgety nejsou ovlivněny.
   ========================================================= */

#left_column .lh-sidebar-info-2026 {
  margin: 0 0 22px !important;
  overflow: hidden;
  font-family: "Jost", Arial, sans-serif;
  background: #fffdfa;
  border: 1px solid #eadfd5;
  border-radius: 13px;
  box-shadow: 0 2px 10px rgba(68,49,33,.04);
}

#left_column .lh-sidebar-info-2026 > h4 {
  position: relative;
  min-height: 58px;
  margin: 0 !important;
  padding: 18px 14px 15px 58px !important;
  font-family: "Jost", Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #342820 !important;
  background: #fbf7f2 !important;
  border: 0 !important;
  border-bottom: 1px solid #eee4da !important;
}

#left_column .lh-sidebar-info-2026 > h4:before {
  content: "\f05a";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  border-radius: 50%;
  font-family: FontAwesome;
  font-size: 17px;
  line-height: 34px;
  font-weight: normal;
  text-align: center;
  color: #9a673d;
  background: #f0e3d5;
}

#left_column .lh-sidebar-info-2026 > h4 a,
#left_column .lh-sidebar-info-2026 > h4 a:hover,
#left_column .lh-sidebar-info-2026 > h4 a:visited {
  color: #342820 !important;
  text-decoration: none !important;
}

#left_column .lh-sidebar-info-2026 .block_content {
  margin: 0 !important;
  padding: 5px 14px 8px !important;
  background: #fffdfa;
}

#left_column .lh-sidebar-info-2026 .block_content > ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#left_column .lh-sidebar-info-2026 .block_content > ul > li {
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-top: 1px solid #f0e8e1 !important;
  list-style: none !important;
}

#left_column .lh-sidebar-info-2026 .block_content > ul > li:first-child {
  border-top: 0 !important;
}

#left_column .lh-sidebar-info-2026 .block_content > ul > li > a {
  position: relative;
  display: block;
  min-height: 43px;
  margin: 0 !important;
  padding: 12px 28px 11px 37px !important;
  font-family: "Jost", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  color: #493c33 !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: background-color .18s ease, color .18s ease, padding-left .18s ease;
}

#left_column .lh-sidebar-info-2026 .block_content > ul > li > a:before {
  content: "\f15c";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 20px;
  margin-top: -8px;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  color: #a47652;
}

#left_column .lh-sidebar-info-2026 .block_content > ul > li > a:after {
  content: "\f105";
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -8px;
  font-family: FontAwesome;
  font-size: 17px;
  line-height: 16px;
  color: #b38a69;
  transition: transform .18s ease;
}

#left_column .lh-sidebar-info-2026 .block_content > ul > li:nth-child(1) > a:before { content: "\f0d1"; }
#left_column .lh-sidebar-info-2026 .block_content > ul > li:nth-child(2) > a:before { content: "\f15c"; }
#left_column .lh-sidebar-info-2026 .block_content > ul > li:nth-child(3) > a:before { content: "\f095"; }
#left_column .lh-sidebar-info-2026 .block_content > ul > li:nth-child(4) > a:before { content: "\f023"; }
#left_column .lh-sidebar-info-2026 .block_content > ul > li:nth-child(5) > a:before { content: "\f0eb"; }
#left_column .lh-sidebar-info-2026 .block_content > ul > li:nth-child(6) > a:before { content: "\f040"; }
#left_column .lh-sidebar-info-2026 .block_content > ul > li:nth-child(7) > a:before { content: "\f06c"; }

#left_column .lh-sidebar-info-2026 .block_content > ul > li > a:hover {
  padding-left: 40px !important;
  color: #6f4d36 !important;
  background: #faf5ef !important;
}

#left_column .lh-sidebar-info-2026 .block_content > ul > li > a:hover:after {
  transform: translateX(3px);
}

@media (max-width:767px) {
  #left_column .lh-sidebar-info-2026 {
    border-radius: 10px;
  }
}
