
/* FAQ */
#caste-dotazy { background: var(--color-sulu-50); }

.faq_heading { position: relative; padding-right: 64px; }
.faq_heading img { position: absolute; right: 0px; top: 50%; margin-top: -25px; height: 50px; z-index: 5; transition: transform 0.3s ease-in;} 

.faq_active .faq_heading img {  transform: rotate(180deg);  }

.faq_heading h4 { margin: 0px; padding: 36px 0px 36px 0px; }
.faq_heading a { display: block; height: 100%; width: 100%; position: absolute; top: 0px; left: 0px; text-decoration: none; z-index: 10; }

.faq_box { padding: 0px 0px 0px 0px; border-bottom: 1px solid #ccc; }
.faq_body { padding: var(--main-gap-half) 0px var(--main-gap) 0px; }

.faq_body p:last-of-type { margin-bottom: 0px; }

@media only screen and (min-width: 960px) {
    .faq_body p { text-align: justify; }
}
