
/*Dodane przezemnie    */

.article a{ color:blue;text-decoration:underline!important; }





.article-absolute{
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
}

.article-title{
  color:white;
  font-weight:600;
  font-size:32px;
  left:20px;
}

.article-meta>li{
  display:inline;
  color:white;
  bottom:0;
}

.article img{
  width:100%;
}

.article p{
  font-size:15px;
  letter-spacing: 0.4px;
  line-height: 22px;
}

.article h2{
  font-size:37px;
  font-weight:600;
  margin-top:25px;
  letter-spacing: 0.4px;
}

.article h3{
  font-size:27px;
  font-weight:600;
  margin-top:25px;
  letter-spacing: 0.4px;
}

.article h4{
  font-size:18px;
  font-weight:600;
  margin-top:25px;
  letter-spacing: 0.4px;
}

.faq p{
  font-size:15px;
}

.faq-title{
  font-size:17px;
  font-weight:800;
  margin-top:40px;
}

.list-title{
  font-size:16px;
  font-weight:800;
}

.list{
  margin-top:10px;
  margin-bottom:50px;
}

.list>ul{
  margin:0;
  padding:0;
  padding-left:20px;
}

.list>ul li{
  display:block;
  font-size:14px;
}

.list>ul li>a{
  color:#536DFE;
  font-weight:400;
  font-size:15px;
}

.list>ul li>a::first-letter{
  color:black;
}

.breadcrumbs >li{
  display:inline;
}

.breadcrumbs>li>a{
  color:white;
  font-size:14px;
}

.list-number{
  display:inline-block;
  background:#E3E3E3;
  padding:3px;
  width:30px;
  border-radius:10px;
  text-align:center;
}

.article-featured-image-div {
  position: relative;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
}

.article-featured-image
{  
  background-position: center;
  background-size: cover;
  object-fit: cover;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:0;

}
.article-featured-image-picture{
  position: absolute;
  width:100%;
  top:0;
  left:0;
  z-index:1;
  height:100%;
}

.article-featured-image-filter{
  position:absolute;
  top:0;
  left:0;
  z-index:2;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
}
