/** @format */
.custom-highlight-post {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
}

@media (min-width: 1025px) {
  .custom-highlight-post {
    grid-template-areas: "text image";
    grid-template-columns: 1fr 1fr;
    padding: 0 80px;
  }
}

@media (min-width: 660px) {
  .custom-highlight-post {
    grid-gap: 25px;
    padding: 0;
  }
}

.custom-highlight-post__featured-artcicle {
  grid-area: text;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-highlight-post__info {
  display: flex;
  flex-direction: column;
  grid-area: text;
  padding: 0 20px;
	justify-content: space-around;
}

@media (min-width: 1025px) {
  .custom-highlight-post__info {
    padding: 0;
  }
}

@media (min-width: 660px) {
  .custom-highlight-post__info {
    padding: 0 30px;
  }
}

.custom-highlight-post__category-text {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #3d4592;
}

.custom-highlight-post__category-text:hover,
.custom-highlight-post__category-text:focus,
.custom-highlight-post__category-text:focus-within {
  color: #3d4592;
}

.custom-highlight-post__title {
  text-decoration: none;
}

.custom-highlight-post__title-text {
  color: #2d2e2e;
  font-size: 28px;
  line-height: 120%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
    "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (min-width: 660px) {
  .custom-highlight-post__title-text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
      Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol";
    font-size: 62px;
    line-height: 66px;
    font-weight: 700;
    letter-spacing: 1px;
  }
}

.custom-highlight-post__title-text:hover,
.custom-highlight-post__title-text:focus,
.custom-highlight-post__title-text:focus-within {
  color: #3d4592;
}

.custom-highlight-post__excerpt {
  color: #403f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
    "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

@media (min-width: 660px) {
  .custom-highlight-post__excerpt {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
      Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol";
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
}

.custom-highlight-post__meta {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, max-content);
}

.custom-highlight-post__meta img {
  border-radius: 50%;
  height: 32px;
}

.custom-highlight-post__meta p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
    "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #403f3e;
  margin-bottom: 0;
}

.custom-highlight-post__featured-article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-highlight-post__featured-article-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #f6ffdb;
  color: #2d2e2e;
  padding: 2px 17px 0 17px;
  font-size: 14px;
  font-weight: bold;
}
