.lusalma-category-page .lusalma-category-shell {
  width: min(100% - 60px, 1240px);
  margin-inline: auto;
}

.lusalma-category-page .lusalma-category-hero {
  padding: clamp(54px, 6.5vw, 92px) 0 clamp(42px, 5vw, 72px);
  border-bottom: 1px solid #d8dade;
}

.lusalma-category-page .lusalma-category-hero__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 18px;
}

.lusalma-category-page .lusalma-category-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #85898e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.lusalma-category-page .lusalma-category-breadcrumb a {
  color: #080a0c;
}

.lusalma-category-page .lusalma-category-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lusalma-category-page .lusalma-category-hero__title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.lusalma-category-page .lusalma-category-hero h1 {
  margin: 0;
  font-size: clamp(62px, 8.5vw, 126px);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.065em;
}

.lusalma-category-page .lusalma-category-hero__title-row > p {
  margin: 0;
  color: #777b80;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lusalma-category-page .lusalma-category-hero__description {
  max-width: 650px;
  margin-top: 28px;
  color: #666b70;
  font-size: 18px;
  line-height: 1.6;
}

.lusalma-category-page .lusalma-category-children {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.lusalma-category-page .lusalma-category-children a {
  padding: 7px 16px;
  border: 1px solid #080a0c;
  border-radius: 999px;
  color: #080a0c;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.lusalma-category-page .lusalma-category-children a:hover {
  background: #080a0c;
  color: #fff;
}

.lusalma-category-page .lusalma-category-main {
  padding-top: clamp(48px, 6vw, 82px);
}

.lusalma-category-page .post-block-list-item-inner .post-bottom-meta-list {
  margin-bottom: 38px;
}

.lusalma-category-page .post-bottom-meta-list .post-meta-date-box::before {
  display: none;
}

.lusalma-category-page .view-topic-btn .view-btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #080a0c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.lusalma-category-page .view-topic-btn .view-btn:hover {
  color: #080a0c;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lusalma-category-page .post-item-title .post-title a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .3s ease;
}

.lusalma-category-page .post-block-list-item:hover .post-item-title .post-title a {
  background-size: 100% 1px;
}

@media (max-width: 767px) {
  .lusalma-category-page .lusalma-category-shell {
    width: min(100% - 36px, 1240px);
  }

  .lusalma-category-page .lusalma-category-hero {
    padding: 40px 0 38px;
  }

  .lusalma-category-page .lusalma-category-hero__top {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 12px;
    margin-bottom: 18px;
  }

  .lusalma-category-page .lusalma-category-hero__title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .lusalma-category-page .lusalma-category-hero h1 {
    font-size: clamp(58px, 15vw, 88px);
  }

  .lusalma-category-page .lusalma-category-children {
    margin-top: 22px;
  }
}
