/* TVUJORIGINAL.CZ — zachování původního bloku Česká značka */

/* Nový modul se nesmí zobrazit. Zůstává pouze původní .to-brandstory. */
.to-brandtrust{
  display:none!important;
}

/* Odstranění poslední věty s pozadím. */
.to-brand-story__claim{
  display:none!important;
}

.to-brandstory--fixed{
  width:100%;
}

/* Bezpečné rozbalování původních položek. */
.to-brandstory--fixed .to-brand-story__trust-content,
.to-brandstory--fixed .to-brand-story__content,
.to-brandstory--fixed .to-brand-story__detail{
  box-sizing:border-box;
}

@media (max-width:767px){
  .to-brandstory--fixed{
    margin-left:0!important;
    margin-right:0!important;
  }

  .to-brandstory--fixed .to-brand-story__trust,
  .to-brandstory--fixed .to-brand-story__trust-list,
  .to-brandstory--fixed .to-brand-story__items{
    width:100%!important;
    max-width:none!important;
  }

  .to-brandstory--fixed .to-brand-story__trust-item,
  .to-brandstory--fixed .to-brand-story__item,
  .to-brandstory--fixed details{
    width:100%!important;
    box-sizing:border-box!important;
  }

  .to-brandstory--fixed .to-brand-story__trust-head,
  .to-brandstory--fixed .to-brand-story__item-head,
  .to-brandstory--fixed summary{
    min-height:68px!important;
    padding:16px 14px!important;
    gap:12px!important;
    box-sizing:border-box!important;
  }

  .to-brandstory--fixed .to-brand-story__trust-head > div,
  .to-brandstory--fixed .to-brand-story__item-head > div,
  .to-brandstory--fixed summary > div{
    min-width:0!important;
  }

  .to-brandstory--fixed .to-brand-story__trust-content,
  .to-brandstory--fixed .to-brand-story__content,
  .to-brandstory--fixed .to-brand-story__detail{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:4px 16px 22px!important;
    font-size:15px!important;
    line-height:1.7!important;
    text-align:left!important;
  }

  .to-brandstory--fixed .to-brand-story__trust-content p,
  .to-brandstory--fixed .to-brand-story__content p,
  .to-brandstory--fixed .to-brand-story__detail p{
    width:100%!important;
    max-width:none!important;
    margin:0 0 14px!important;
    padding:0!important;
    font-size:15px!important;
    line-height:1.7!important;
  }

  .to-brandstory--fixed .to-brand-story__trust-content a,
  .to-brandstory--fixed .to-brand-story__content a,
  .to-brandstory--fixed .to-brand-story__detail a{
    display:inline-block!important;
    margin-top:4px!important;
    line-height:1.45!important;
  }
}

@media (max-width:420px){
  .to-brandstory--fixed .to-brand-story__trust-head,
  .to-brandstory--fixed .to-brand-story__item-head,
  .to-brandstory--fixed summary{
    padding:15px 12px!important;
  }

  .to-brandstory--fixed .to-brand-story__trust-content,
  .to-brandstory--fixed .to-brand-story__content,
  .to-brandstory--fixed .to-brand-story__detail{
    padding:4px 14px 20px!important;
    font-size:14px!important;
  }
}
