.cluster-overview {
  background-color: $white-100;
  height: calc(100vh - 80px);

  .overview-title {
    p {
      font-size: 18px;
      line-height: 1;
      color: $color-heading;
      font-weight: 500;
      padding: 20px;
      border-bottom: 1px solid $color-border;
    }
  }

  .overview-body {
    &.is-vcentered {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
    }

    h3 {
      color: $color-heading;
      font-size: 26px;
      font-weight: 500;
    }

    .overview-image {
      width: 370px;
      margin: 100px auto 0;
    }

    .ac-accordion-wrapper {
      .single-accordion-item {
        .accordion-heading {
          &::after {
            display: none;
          }

          h4 {
            font-size: 12px;
            color: $color-text;
            font-weight: 500;
            opacity: 0.5;
          }

          .button {
            color: $color-text;
            text-decoration: underline;
          }
        }

        .accordion-body {
          padding: 0 20px;
          text-align: left;

          p {
            font-size: 16px;
            color: $color-text;
            font-weight: 500;

            span {
              font-weight: 400;
              font-size: 12px;
              color: $color-text;

              strong {
                font-size: 16px;
                color: #f99a00;
                font-weight: 500;
                font-family: $font-heading;
              }
            }
          }
        }
      }
    }
  }
}
