.alert {
  padding: 15px;
  font-size: 1.5rem;
}

.alert-danger {
  background-color: #a41818;
  color: #fff;
}

.alert-success {
  background-color: #18a434;
  color: #fff;
}

/* .sub-pages-nav ul > li {
  max-width: 48%;
  flex: 1 1 48%;
} */

.card-header h2 {
  color: #fff;
}

.card {
  margin: auto;
  text-decoration: none;
  color: inherit;
  height: 100%;

  & a {
    display: block;
  }
}
.article-image {
  background-size: cover;
  width: 100%;
  background-position: center;
  height: 100%;
  position: relative;
  inset: 0;
  aspect-ratio: 3 / 2;
}
.article-card {
  display: flex;
  flex-direction: column;
  height: calc(100% - 2rem);

  position: relative;
}
.article-content {
  width: 100%;
  padding: 1rem;
  margin-top: auto;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: rgb(from var(--prime1) r g b / 0.98);

  & h3.h3 {
    color: #fff;
  }

  & .rich-content h3.h3 {
    color: #fff !important;
  }
}
