.press {
  & .press__header {
    position: relative;
    margin-bottom: 52px;
    padding: 40px var(--wp--preset--spacing--40) 0
      var(--wp--preset--spacing--40);
    z-index: 1;

    &:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      background-image: url("/wp-content/themes/hijump/assets/imgs/svg/reversed-colored-triangles.svg");
      background-size: 245px 130px !important;
      background-repeat: no-repeat !important;
      background-position: 0% 0% !important;
      z-index: -1;

      @media (min-width: 1024px) {
        background-size: 400px 210px !important;
      }
    }

    @media (min-width: 1024px) {
      padding: 60px var(--wp--preset--spacing--40) 50px
        var(--wp--preset--spacing--40);
      margin-bottom: 50px;
    }

    & .press__header-content {
      position: relative;
      max-width: var(--wp--style--global--content-size);

      @media (min-width: 1024px) {

        margin-left: auto;
        margin-right: auto;
        min-height: 265px;
      }
    }

    & .press__back-to-archive {
      display: block;
      margin-bottom: 24px;
      color: var(--wp--preset--color--primary);
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;

      @media (min-width: 1024px) {
        max-width: 460px;
      }

      &:hover {
        curosr: pointer;

        a {
          text-decoration: underline;
        }
      }

      a {
        display: block;
        position: relative;
        padding-left: 36px;
        color: var(--wp--preset--color--primary);
        text-decoration: none;

        &::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 24px;
          height: 24px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 6L9 12L15 18' stroke='%230369B2' stroke-width='2'/%3E%3C/svg%3E");
          background-size: 24px 24px;
          background-repeat: no-repeat;
          background-position: center;
        }
      }
    }
    & .press__title {
      color: var(--wp--preset--color--primary);
      background: transparent;
      margin-bottom: 24px;
      font-size: 34px;
      font-weight: 700;
      line-height: 40px;
      text-transform: uppercase;

      @media (min-width: 1024px) {
        font-size: 38px;
        font-weight: 700;
        line-height: 48px;
        max-width: 460px;
      }
    }
  }

  & .press__content {
    margin-bottom: 40px;

    @media (min-width: 1024px) {
      margin-bottom: 80px;
    }
  }
}
