#szuro {
    margin-bottom: 40px
}

.tsf-panels {
  padding: 0 15px 20px 0px;
  position: relative
}
.tsf-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  
}
.tsf-row.tsf-tags {
    margin-bottom: 28px
}
.tsf-row.tsf-years {
    margin-bottom: 10px
}
.tsf-search {
  margin: .5rem 0 1rem;
}
.tsf-q {
  width: 100%;
  max-width: 420px;
  padding: .5rem .6rem;
}
.tsf-results {
  display: flex;
  flex-wrap: wrap;
}
.tsf-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1rem;
}


.tsf-empty {
  padding: 0 15px;
    font-weight: 500;
    opacity: 0.7;
   
}

.no_result {
     margin-bottom: 50px
}

.tsf-sentinel {
  height: 1px;
}
.tsf-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: .5rem;
}
.tsf-chip {
    font-size: 10px;
  position: relative;
  border: 1px solid;
  border-radius: 8px;
    background: transparent;
  padding: 3px 10px;
  cursor: pointer;
  transition: background .15s, border-color .15s, padding-right .15s;
  user-select: none;
}


.filter_dark .tsf-chip {
    border-color:#F7F5FF;
    color:#F7F5FF;
    
}


.filter_dark .tsf-chip.is-active {
  border-color:#F7F5FF;
    
  background: #F7F5FF;
    color: #0F0A26;

}


.filter_light .tsf-chip {
    border-color:#0F0A26;
    color:#0F0A26;
    
}
.filter_light .tsf-chip.is-active {
  border-color:#0F0A26;
    
  background: #0F0A26;
    color: #fff;

}



.filter_dark .line {
      background-color: #425266;
      height: 1px;
    position: relative;
    margin-bottom: 20px
}

.filter_dark .line  span {
    position: absolute;
    left: 0;
    top:-20px;
    background-color: #0F0A26;
    padding: 10px 10px 10px 0;
    color: #A8C1E1;
    font-size: 12px
}

.filter_light .line {
      background-color: #D3D3D3;
      height: 1px;
    position: relative;
    margin-bottom: 20px
}
.filter_light .line  span {
    position: absolute;
    left: 0;
    top:-20px;
    background-color: #f8f8f8;
    padding: 10px 10px 10px 0;
    color: #0F0A26;
    font-size: 12px
}


.tsf-toggle {
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 10px;
  border: none;
  background-color: transparent;
  left: -50px;
  top: -7px
}

.tsf-toggle.filter_dark::after {
  content: "";
  background-image: url("images/szurogomb_zold.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  transition: transform 0.25s, opacity 0.25s;
}

.tsf-toggle.filter_light::after {
  content: "";
  background-image: url("images/szurogomb_corall.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  transition: transform 0.25s, opacity 0.25s;
}



/* aktív (megnyitott) állapotban felfelé mutasson */
.tsf-toggle.filter_dark.is-active {
  background-color: #33C7CC;
}
.tsf-toggle.filter_light.is-active {
  background-color: #FF6666;
}
.tsf-toggle.filter_dark.is-active::after {
  content: "";
  background-image: url("images/szuro_x_black.svg");
  background-size: 15px
}
.tsf-toggle.filter_light.is-active::after {
  content: "";
  background-image: url("images/szuro_x_light.svg");
  background-size: 15px
}

.tsf-results.tsf-loading::before {
  content: 'Loading…';
  flex-basis: 100%; /* egy teljes sor */
  width: 100%;
  order: 9999; /* ha a végére akarod */
  height: 50px;
  display: block;
  opacity: .6;
  margin: .5rem 0;
  padding-left: 15px;
}



.filter_light .tsf-tag {
    background-color: #FF6666;
    border-radius: 8px;
    color: #0F0A26;
    font-size: 12px;
   padding: 4px 15px;
  margin-right: 5px;
  display: inline-block;
}

.filter_dark .tsf-tag {
    background-color: #33C7CC;
    border-radius: 8px;
    color: #0F0A26;
    font-size: 12px;
   padding: 3px 12px;
  margin-right: 5px;
  display: inline-block;
}

.tsf-tags-inline {
  
    position: relative;
  top: -2px;
}


.media-item .tsf-tags-inline {
    margin-bottom: 15px;
  display: flex;
    top:0
}
@media (max-width:1024px) {
  .tsf-panels::before {
    top: -18px
  }
}
@media (max-width:767px) {
  .tsf-panels::before {
    top: -25px
  }
  .tsf-panels {
    margin-top: 35px
  }
}
@media (max-width:640px) {
  .tsf-item {
    grid-template-columns: 1fr;
  }
    #szuro {
    margin-bottom: 0px
}
    
}