.baza_wiedzy {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2rem;
}

@media screen and (max-width: 768px) {
  .baza_wiedzy {
    grid-template-columns: 100%;
  }
}

.baza_wiedzy__desc {
  padding-left: 2rem;
  padding-right: 2rem;
}

.baza_wiedzy h2 {
  display: -webkit-box;
  font-size: 1.313rem;
  font-weight: 500;
  height: 52px;
  line-height: 1.625rem;
  margin-bottom: 10px;
  margin-top: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.baza_wiedzy p {
  color: #686464;
  display: -webkit-box;
  font-size: 0.938rem;
  font-weight: 400;
  height: 70px;
  line-height: 1.438rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.baza_wiedzy article a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.baza_wiedzy article a:hover {
  color: #ff9b1a;
}

.feat_image {
  background-size: cover !important;
  height: 300px;
  width: 100%;
  transition: all 0.5s;
  object-fit: cover;
}

.baza_wiedzy article a:hover > .feat_image {
  transform: scale(1.02);
}

.navor .navigation {
  color: #000 !important;
  font-family: "Rubik", sans-serif !important;
  font-weight: 400;
  width: fit-content;
  margin: 3rem auto;
}

.baza_wiedzy .navor {
  grid-column: 1 / -1;
  width: 100%;
  display: flex;
  justify-content: center;
}

.navor .wp-paginate {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navor .wp-paginate li > * {
  color: #191919 !important;
  font-family: "Rubik", sans-serif !important;
  outline: none !important;
}

.navor .wp-paginate li > a:not(.prev):not(.next),
.navor .wp-paginate li > span:not(.prev):not(.next) {
  align-items: center;
  background: transparent;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  display: flex;
  height: 27px;
  margin-bottom: 0;
  min-width: 27px;
  padding: 4px 7px;
  text-align: center;
  text-decoration: none;
}

.navor .wp-paginate li > a:not(.prev):not(.next):hover {
  background: #ff9b1a;
  border-color: #ff9b1a;
  color: #ffffff !important;
}

.navor .wp-paginate li > .current:not(.prev):not(.next) {
  background: #000000;
  border-color: #000000;
  color: #ffffff !important;
}

.single_post {
  max-width: 1330px;
  margin: 0 auto;
  padding-right: 2rem;
  padding-left: 2rem;
  position: relative;
}

.single_post__date {
  color: #686464;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  text-align: center;
}

.single_post__featured {
  display: block;
  width: 100%;
  max-width: 741px;
  max-height: 737px;
  height: auto;
  margin: 0 auto 2rem auto;
  object-fit: contain;
}

.single_post__content h1,
.single_post__content h2,
.single_post__content h3,
.single_post__content h4,
.single_post__content h5,
.single_post__content h6,
.single_post__content p {
  color: #000000;
  margin: 28px 0;
}

.single_post__content h1,
.single_post__content h2,
.single_post__content h3,
.single_post__content h4,
.single_post__content h5,
.single_post__content h6 {
  font-weight: 700;
  line-height: 1.5;
}

.single_post__content h1 { font-size: 36px; }
.single_post__content h2 { font-size: 27px; }
.single_post__content h3 { font-size: 21px; }
.single_post__content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.single_post__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.single_post__content a {
  color: #0d6efd;
  text-decoration: underline;
}

.single_post__content a:hover {
  color: #0a58ca;
}

.see_others {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.see_others .nag {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: center;
}

.zobacz_inne .feat_image_img {
  width: 100%;
  height: 241px;
  object-fit: cover;
  display: block;
}

.zobacz_inne .baza_wiedzy__date--date {
  color: #686464;
  font-size: 0.938rem;
}

.zobacz_inne .baza_wiedzy__date {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.zobacz_inne .baza_wiedzy__date--arrow .arrow {
  display: inline-flex;
  align-items: center;
}

.zobacz_inne .baza_wiedzy__date--arrow img {
  max-width: 41px;
  height: auto;
}

#pd_wp_posts #wpposts_slider {
  list-style: none;
}

#pd_wp_posts #wpposts_slider .item .post_date time:empty {
  display: none;
}

#pd_wp_posts #wpposts_slider .image_container {
  overflow: hidden;
  height: 289px;
}

#pd_wp_posts #wpposts_slider .thumb {
  overflow: hidden;
  height: 289px;
}

#pd_wp_posts #wpposts_slider .thumb {
  width: 100% !important;
  height: 289px !important;
  max-height: 289px !important;
  object-fit: cover !important;
  display: block !important;
}
