/*
    Created on : 22 mar 2024, 14:49:48
    Author     : Lukasz
*/
.singleArticle li::marker {
  color: #da2127; }
.singleArticle .imgBox {
  background: white;
  padding: 10px 40px 20px 0;
  float: left;
  overflow: hidden; }
  .singleArticle .imgBox img {
    max-width: 300px;
    border-radius: 15px; }
.singleArticle .zajawka {
  font-weight: 600; }
.singleArticle .articleTitle {
  background: #f1f1f1;
  padding: 25px 0;
  box-shadow: 0px 3px 20px 1px #e9e9e9;
  margin-bottom: 8px;
  margin-bottom: 50px; }
.singleArticle strong {
  font-weight: 600; }
.singleArticle h2 {
  font-weight: 400;
  font-size: 20px;
  color: #DA2128;
  padding: 0px;
  margin: 14px 0px 10px;
  padding-bottom: 6px;
  line-height: 24px;
  border-bottom: 1px solid #d7d7d7; }
  .singleArticle h2 a {
    font-size: 20px; }
.singleArticle h3 {
  margin: 0px 0px 8px 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 20px; }
  .singleArticle h3 a {
    font-size: 20px; }
.singleArticle h4 {
  font-size: 22px; }
.singleArticle h5 {
  font-size: 20px; }
.singleArticle h6 {
  font-size: 18px; }
.singleArticle a {
  color: #da2127;
  text-decoration: none;
  transition: 0.1s; }
  .singleArticle a:hover {
    color: #811417; }
.singleArticle .previous, .singleArticle .next {
  color: white; }
.singleArticle .h1 {
  font-size: 24px;
  font-weight: 400;
  color: #da2127;
  padding: 0px;
  margin: 14px 0px 10px;
  padding-bottom: 6px;
  line-height: 24px;
  border-bottom: 1px solid #d7d7d7; }
  .singleArticle .h1 a {
    font-size: 20px; }
.singleArticle .link-black {
  color: #212529; }
  .singleArticle .link-black:hover {
    color: #da2127; }

.articleList a.page-link {
  color: #da2127;
  text-decoration: none;
  transition: 0.1s; }
  .articleList a.page-link:hover {
    color: #811417; }
.articleList .page-item.active .page-link {
  background: #da2127;
  border-color: #da2127; }
.articleList .articleTitle {
  background: #f1f1f1;
  padding: 25px 0;
  box-shadow: 0px 3px 20px 1px #e9e9e9;
  margin-bottom: 8px;
  margin-bottom: 50px; }
.articleList .news-block {
  /*padding: 15px;*/
  border: 2px solid #e4e4e4;
  border-radius: 15px; }
  .articleList .news-block:hover {
    border: 2px solid #da2127; }
  .articleList .news-block .readMore a {
    color: #212529; }
    .articleList .news-block .readMore a:hover {
      color: #da2127; }
  .articleList .news-block img {
    border-radius: 12px 12px 0 0;
    margin-bottom: 15px; }
  .articleList .news-block h3 {
    line-height: 23px; }
    .articleList .news-block h3 a {
      text-decoration: none;
      font-weight: 600;
      color: #212529;
      font-size: 18px; }
  .articleList .news-block a {
    text-decoration: none;
    color: #da2127; }

/*# sourceMappingURL=articles.css.map */
