.featured-blog__designed {
  .slick-slide {
    width: 365.33px !important;
    margin: 0 1.4rem;
    height: auto !important;
    > div {
      height: 100%;
    }
  }

  .slick-track {
    display: flex !important;
    align-items: stretch !important;
  }

  .halo-item.designed {
    padding-left: var(--padding-reset);
    padding-right: var(--padding-reset);
  }

  .halo-row {
    margin-left: var(--margin-reset);
    margin-right: var(--margin-reset);
  }

  .article-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;

    .article-card__info {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      padding: 0;

      .article-card__title {
        /* Redefine the variables with new values */
        --blog-title-font-size: 2.2rem;
        --blog-title-font-weight: 800;
        --blog-title-line-height: 2.8rem;
        --blog-title-letter-spacing: 0px;
        --blog-title-text-transform: uppercase;

        /* Use the variables */
        margin: 0 0 var(--margin-bottom);
        font-size: var(--blog-title-font-size);
        font-weight: var(--blog-title-font-weight);
        line-height: var(--blog-title-line-height);
        letter-spacing: var(--blog-title-letter-spacing);
        text-transform: var(--blog-title-text-transform);
        vertical-align: middle;
        flex-shrink: 0;

        > a {
          text-decoration: none;
          font-family: var(--font-big-shoulders);
        }
      }

      .article-card__author {
        flex-shrink: 0;
      }

      .article-card__des {
        font-family: var(--font-rubik);
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2rem;
        letter-spacing: 0.25px;
        vertical-align: middle;
        flex-grow: 1;
      }

      .article-card__footer {
        --font-weight-medium: 300;
        font-weight: var(--font-weight-medium);
        margin-top: 0;
        text-align: right;

        a.article-card__link {
          display: inline-block;
          padding-bottom: 0.5rem;
          text-decoration: none;
          border-bottom: 0.4rem solid transparent;
          transition: all 150ms ease-in-out;
          font-family: var(--font-rubik);
          font-weight: 300;

          svg {
            fill: #130f13;
            stroke: var(--stroke-transparent);
          }

          &:hover {
            color: #ff2c55;
            border-bottom: 0.4rem solid #ff2c55;
            text-decoration: none;

            svg {
              transform: translate(0);
              fill: #ff2c55;
            }
          }
        }
      }
    }
  }

  .article-card__image-wrapper {
    margin-bottom: var(--margin-bottom);
    height: 35.8rem;
    border-radius: 1.6rem;
    overflow: hidden;

    > a {
      width: 100%;
      height: 100%;
      padding-top: 0 !important;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }

  ul.slick-dots {
    display: none;
  }

  .halo-block-header .title {
    font-family: var(--font-big-shoulders);
    letter-spacing: 0;
    margin: 0;
  }

  /* Mobile (500px and down) */
  @media (max-width: 500px) {
    .halo-block-header .title {
      font-size: 5.7rem !important;
      line-height: 6.4rem !important;
    }

    .slick-dots {
      bottom: -2.5rem !important;
    }

    .slick-dots li,
    .slider-dots li {
      width: 33.33% !important;
    }

    .slick-dots li.slick-active button,
    .slider-dots li.active button {
      background: #ff2c55 !important;
      border-radius: 16px !important;
    }

    .slick-dots li button,
    .slider-dots li button {
      height: 4px !important;
      border-radius: 0 !important;
      border: none !important;
      background-color: #9e9a9e !important;
      width: 100% !important;
    }

    .slick-dots li,
    .slider-dots li {
      margin: 0 !important;
    }

    .halo-item.designed .article-card {
      margin-bottom: 3.6rem;

      .article-card__info .article-card__footer a.article-card__link {
        font-family: var(--font-rubik);
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.4px;
        display: flex;
        align-items: center;
        justify-content: end;
        width: fit-content;
        margin-left: auto;
      }
    }
  }
}
