[data-component-id="ecore:highlight_banner"] {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
  padding-top: 80px;

  .highlight-banner {
    position: relative;
    background-color: #145644;
    color: #ffffff;
    padding: 100px 70px;
    max-width: 1600px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .blueprint {
    background-image: url(/themes/custom/ecore/components/highlight_banner/assets/blueprint.jpg);
    background-repeat: no-repeat;
    background-position: calc(100% + 300px);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }

  .highlight-heading {
    font-size: 44px;
    font-weight: 300;
    z-index: 1;
  }

  .highlight-heading-right {
    float: left;
  };

  .highlight-prefix {
    display: block;
    text-wrap: nowrap;
    float: left;
  }

  .highlight {
    position: relative;
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;

    svg {
      position: absolute;
      z-index: 0;
      width: 100%;
      max-height: 100%;
      min-height: 110%;
    }

    .highlight-text {
      color: #145644;
      font-weight: 700;
      padding-left: 24px;
      padding-right: 26px;
      display: inline-block;
      position: relative;
      z-index: 1;
    }
  }

  .highlight-description-cta {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 24px;
    gap: 24px;
    z-index: 1;

    a {
      background-color: #ffffff;
      font-size: 17px;
      color: black;
      text-decoration: none;
      font-weight: 600;
      padding: 16px 60px;
      border-radius: 30px;
      transition: all 0.3s ease;

      &:hover {
        color: #145644;
        background-color: #e7c20b;
      }
    }
  }

  .highlight-description {
    font-size: 20px;
    max-width: 620px;
    font-weight: 300;
  }

  .highlight-cta {
    display: flex;
    align-items: center;

    .button-arrow {
      display: flex;
      align-items: center;
      position: relative;
    }

    svg {
      position: absolute;
      top: -14px;
      left: 2px;
    }

    .button-arrow-text {
      font-family: "Caveat";
      font-size: 22px;
      color: #e7c20b;
      white-space: nowrap;
      transform: rotate(20deg);
      max-width: 125px;
      text-wrap: wrap;
      display: block;
      margin-left: 82px;
    }
  }

  .no-description {
    display: flex;
    flex-direction: row;

    .highlight-heading {
      max-width: 900px;
    }

    .highlight-cta {
      flex-direction: column;
    }

    .highlight-cta {
      a {
        order: 2;
      }

      svg {
        position: relative;
      }

      .button-arrow {
        order: 1;
        margin-bottom: 10px;
      }

      .button-arrow-text {
        position: absolute;
        margin-left: 0;
        width: 120px;
        top: -45px;
        left: 35px;
        transform: rotate(30deg);
      }
    }
  }

  @media (max-width: 768px) {
    .highlight-banner {
      padding: 20px 20px;
    }

    .highlight-description-cta {
      flex-direction: column;
    }

    .blueprint {
      display: none;
    }
  }

  @media (max-width: 1000px) {
    .highlight-banner {
      padding: 40px 35px;

      &.no-description {
        flex-direction: column;

        .highlight-description-cta {
          align-self: end;
          margin-top: 40px;
        }
      }
    }

    .highlight-description-cta {
      flex-direction: column;
      align-items: start;
    }
  }

}
