/* Pole autora */
.autor{background-color:#f6f6f6;border-radius:4px;padding:40px;display:flex;margin-top: 25px;}
.autor .img{width:140px;text-align:justify}
.autor .img img{max-width:100%}
.autor .text{width:calc(100% - 140px);padding-left:40px;margin-bottom:0}
.autor .text:after,.autor .text:before{content:" ";display:table}
.autor .text:after{clear:both}
.autor .text>div{margin-bottom:16px;font-weight:600;line-height:1.2}
.autor .text>div::before{content:"Článek napsala";font-size:14px;font-weight:400;display:block;margin-bottom:5px}
.autor .text>div strong{font-size:26px;color:#24242e;margin-right:3px}
.autor .social{display:block;margin-top:20px}
.autor .social a svg{padding:10px}
@media (max-width:992px){
.autor{flex-wrap:wrap}
.autor .text{width:100%;padding-left:0;margin-top:24px}
.autor .text{width:100%;padding-left:0;margin-top:24px}
}

/* Accordion */
.accordion {background-color: #f6f6f6;color: #24242e;cursor: pointer;padding: 18px;width: 100%;text-align: left;border: none;outline: none;transition: 0.4s;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;margin-bottom: 4px;}
.accordion.active, .accordion:hover {background-color: #eee;}
.panel { padding: 0 18px; background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; padding-top: 5px; -webkit-transition: max-height 0.2s ease-out; -moz-transition: max-height 0.2s ease-out; -ms-transition: max-height 0.2s ease-out; -o-transition: max-height 0.2s ease-out; }
.accordion:after {content: '\02795';font-size: 13px;color: #24242e;float: right;margin-left: 5px;}
.accordion.active:after {content: "\2796";}

/* Obsah článku */
.obsah-clanku{background-color:#fff;border:1px solid #e7e7e7;border-radius:5px;padding:40px;margin:40px 0}
.obsah-clanku h2{margin-top:12px;margin-bottom:9px;font-size:16px}
.obsah-clanku h2,.obsah-clanku h3{cursor:pointer;text-decoration:underline}
.obsah-clanku h3{padding-left:34px}
.obsah-clanku h3, .obsah-clanku h3 b, .obsah-clanku h3 strong{font-size:14px;font-weight:400 !important;position:relative;}
.obsah-clanku h3::before{content:"";position:absolute;width:7px;height:7px;background-color:#7DC442;border-radius:50%;left:16px;top:7px}
.obsah-clanku h2:hover,.obsah-clanku h3:hover{text-decoration:none}
.obsah-clanku::before{content:"Obsah článku";font-size:24px;font-weight:700;color:#1a1937;display:block}
@media (max-width: 992px){
    .obsah-clanku{padding:16px;margin:24px 0}
    .obsah-clanku::before{font-size:20px}
    .obsah-clanku h2{font-size:15px}
    .obsah-clanku h3{font-size:13px}
}

/* Tlačítka */
.btn.btn-cart, .btn.btn-conversion, a.btn.btn-cart, a.btn.btn-conversion{color: #fff !important;}