/* ========================================================== */
/* 			            04. breakpoints                           */
/* ========================================================== */
.block-category__header {
  width: 100%;
  border-style: solid;
  border-width: 4px 0px 0px 4px;
  border-color: var(--main-color);
  padding-top: 8px;
  padding-left: 12px;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.block-category__title {
  font-weight: 800;
  letter-spacing: 0px;
  font-size: 22px;
  line-height: 1.2;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0px;
}
.block-category__link {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 1.2;
  color: rgb(0, 0, 0);
  margin-left: auto;
}
.block-category__link:hover {
  text-decoration: none;
  color: var(--main-color);
}
.block-category__body {
  display: flex;
}
.block-category__body .post-card__full {
  margin-top: 0;
}
.block-category__body .advertisement-wrapper__bottom {
  margin-top: 20px;
}
.block-category__body .post-card__thumb {
  min-width: unset;
  position: relative;
}
.block-category__body .post-card__simple .post-card__thumb {
  max-width: 320px;
  width: 100%;
  position: relative;
}
.block-category__side {
  max-width: 320px;
  display: flex;
  flex-direction: column;
}
.block-category__side-title {
  font-weight: 800;
  letter-spacing: 0px;
  font-size: 19px;
  line-height: 1.2;
  min-height: 1.2em;
  border-style: solid;
  border-width: 0px 0px 0px 2px;
  border-left-color: var(--main-color);
  padding-left: 8px;
  color: rgb(17, 17, 17);
  text-transform: uppercase;
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 20px;
}
.block-category__side-posts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.block-category__side .advertisement-wrapper__right {
  height: 100%;
}
.block-category__side .advertisement-wrapper__right > *:first-of-type {
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .block-category__side {
    display: none;
  }
}
.block-category__selected-posts.style-two .post-card--side:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 12px 0;
}
.block-category__selected-posts.style-two .post-card--side:last-of-type:after {
  content: unset;
}
.block-category__selected-posts.style-two .post-card--side .post-card__link {
  flex-direction: column;
  gap: 12px;
}
.block-category__selected-posts.style-two .post-card--side .post-card__thumb {
  width: 100%;
  max-width: 100%;
  min-width: unset;
  max-height: 200px;
  position: relative;
}
.block-category__selected-posts.style-two .post-card--side .post-card__thumb-image {
  min-height: 200px;
}
.block-category__selected-posts.style-two .post-card--side h2 {
  font-weight: 800;
  font-size: clamp(16px, 1vw, 20px);
  margin: 0 0 10px;
  line-height: 1.2;
}
.block-category__selected-posts.style-two .post-card--side .subtitle {
  font-size: clamp(12px, 1vw, 14px);
}

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