/*
Theme Name: Kube 310 Child
Template: kube310
Author: Child Theme Configurator
Description: Szablon do Wordpressa z wykorzystaniem frameworka Kube
Version: 1.0.1682597430
Updated: 2023-04-27 13:10:30

*/
.footer-range{
    margin-bottom: 1em;
}
.footer-range p{
    margin-bottom: 0.5em;
}
.footer-range-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    gap: 0.25rem;
    list-style-type: none;
}

.footer-range-list li a{
    color:#222222;
    text-decoration: none;
}
#faq section {
	margin-bottom: 30px;
	cursor: pointer;
}

#faq h3[itemprop="name"][role="button"]{
  position: relative;
  cursor: pointer;
  padding-right: 1.6em; 
}
#faq h3[itemprop="name"][role="button"]::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.9em;
  height: 0.9em;
  transform: translateY(-50%) rotate(0deg);
  transition: transform .22s ease;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
<polyline points='8,4 16,12 8,20' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
  opacity: .9;
}
#faq h3[itemprop="name"][role="button"].is-open::after{
  transform: translateY(-50%) rotate(90deg);
}