/** @format */

.custom-mini-article {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
  height: 100%;
}

.custom-mini-article__category p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  color: #3d4592;
}

.custom-mini-article__category:hover,
.custom-mini-article__category:focus,
.custom-mini-article__category:focus-within {
  color: #3d4592;
}

.custom-mini-article__post {
  text-decoration: none !important;
  margin-top: auto;
}

.custom-mini-article__post h2 {
  margin-bottom: 10px;
  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: 1.1;
  font-weight: 500;
}

@media (min-width: 660px) {
  .custom-mini-article__post h2 {
    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: 1.1;
    font-weight: 500;
  }
}

.custom-mini-article__date {
  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;
}
