body {
  --wp--style--gallery-gap-default: 25px;
}

@keyframes live-blink {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.65);
  }
}
h1, .h1 {
  font-family: "Cormorant Garamond Holod", sans-serif;
  font-size: 46px;
  line-height: 42px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 25px;
  }
}

h2, .h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: -1.08px;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.72px;
  }
}

h3, .h3 {
  font-family: "Cormorant Garamond Holod", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h4, .h4 {
  font-family: "Cormorant Garamond Holod", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 18px;
  }
}

.news-tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #FA6E4B;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.36px;
}
.news-tag--center {
  justify-content: center;
}
@media (hover: hover) {
  .news-tag a {
    transition: color 0.25s;
  }
  .news-tag a:hover {
    color: #FB8B6F;
  }
}

.news-read {
  font-size: 10px;
  line-height: 1;
  color: rgba(25, 25, 25, 0.8);
  text-transform: uppercase;
}
.dark-theme .news-read {
  color: #BEBEBE;
}

.live-tag {
  font-family: "Golos Text Holod", sans-serif;
  color: #FA6E4B;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
@media (max-width: 1199px) {
  .live-tag {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .live-tag {
    font-size: 22px;
  }
}
.live-tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  border: 1px solid #FA6E4B;
  border-radius: 50%;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .live-tag::before {
    top: 2px;
  }
}
@media (max-width: 991px) {
  .live-tag::before {
    top: 4px;
  }
}
.live-tag::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 9px;
  height: 9px;
  background-color: #FA6E4B;
  border-radius: 50%;
  animation: live-blink 1.5s infinite;
}
@media (max-width: 1199px) {
  .live-tag::after {
    top: 5px;
  }
}
@media (max-width: 991px) {
  .live-tag::after {
    top: 7px;
  }
}

.arrow-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #FA6E4B;
  position: relative;
}
.arrow-btn h2, .arrow-btn h1 {
  font-family: "Golos Text Holod", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
.arrow-btn > a {
  flex-shrink: 0;
}
.arrow-btn > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.arrow-btn svg {
  flex-shrink: 0;
}

@media (hover: hover) {
  a.arrow-btn, button.arrow-btn, .arrow-btn.arrow-btn--link {
    transition: color 0.25s;
  }
  a.arrow-btn:hover, button.arrow-btn:hover, .arrow-btn.arrow-btn--link:hover {
    color: #FB8B6F;
  }
  a.arrow-btn:hover svg path, button.arrow-btn:hover svg path, .arrow-btn.arrow-btn--link:hover svg path {
    stroke: #FB8B6F;
  }
}
@media (hover: hover) {
  a.arrow-btn svg path, button.arrow-btn svg path, .arrow-btn.arrow-btn--link svg path {
    transition: stroke 0.25s;
  }
}
body {
  --wp--style--gallery-gap-default: 25px;
}

@keyframes live-blink {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.65);
  }
}
.section-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.section-title.section-title--link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .section-title.section-title--link {
    justify-content: flex-start;
  }
}
.section-title.section-title--link a {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (hover: hover) {
  .section-title.section-title--link a {
    transition: color 0.25s;
  }
  .section-title.section-title--link a:hover {
    color: #FA6E4B;
  }
  .section-title.section-title--link a:hover svg path {
    fill: #FA6E4B !important;
  }
}
@media (max-width: 991px) {
  .section-title.section-title--link a {
    gap: 10px;
  }
}
.section-title.section-title--link a svg {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .section-title.section-title--link a svg {
    width: auto;
    height: 18px;
  }
}
@media (hover: hover) {
  .section-title.section-title--link a svg path {
    transition: fill 0.25s;
  }
}
@media (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .section-title {
    text-align: left;
  }
}
.section-title:last-child {
  margin-bottom: 0;
}
