.page-header {
  background-image: url("/wp-content/uploads/2025/02/Uvodka.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-bottom: -50px;
  padding-bottom: 20px;
  position: relative;
  z-index: 0;
}
.page-header .page-header-wrapper {
  min-height: 280px;
}
@media screen and (max-width: 1199.98px) {
  .page-header .page-header-wrapper {
    flex-direction: column-reverse;
  }
}
.page-header .page-header-wrapper h1 {
  color: #ffffff;
}
.page-header .page-header-wrapper h1 span {
  background-color: rgba(219, 105, 242, 0.4901960784);
}
.page-header.post {
  background-image: url("/wp-content/uploads/2025/02/post-header-bg.png");
  margin-bottom: 0;
}
.page-header.post .page-header-wrapper {
  min-height: 375px;
  padding-top: 115px;
}
@media screen and (max-width: 767.98px) {
  .page-header.post .page-header-wrapper {
    min-height: 305px;
  }
}
.page-header.post .page-header-wrapper h1 {
  max-width: 960px;
  font-size: 3.25rem;
  transform: translateY(20px);
}
@media screen and (max-width: 767.98px) {
  .page-header.post .page-header-wrapper h1 {
    font-size: 2.2rem;
  }
}
.page-header.post .page-header-wrapper .date, .page-header.post .page-header-wrapper .author {
  width: 150px;
  display: flex;
  white-space: nowrap;
}
.page-header.margin {
  margin-bottom: -50px;
}
.page-header img.wave {
  height: 40px;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-size: cover;
}

section.attachment-info-box {
  width: 700px;
  max-width: 80vw;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}
section.attachment-info-box ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
section.attachment-info-box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  list-style-type: none;
}
section.attachment-info-box ul li .icon-wrap {
  display: inline-flex;
  background-color: rgb(186, 228, 186);
  border-radius: 50px;
  padding: 2px;
}
section.attachment-info-box ul li .icon-wrap svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: rgb(21, 192, 21);
}