.faq-date {
  display: inline-block;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  background-color: #5c2983 !important;
  border-radius: 999px;
  padding: 4px 14px;
  margin-top: 0.35rem !important;
  margin-bottom: 0.9rem !important;
  letter-spacing: 0.02em;
}

.faq-date a {
  color: #ffffff !important;
  text-decoration: underline;
  font-weight: 600;
}

.faq-date a:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.faq-date-sub {
  color: #e8d6f0;
  font-size: 0.8rem;
  font-weight: 400;
  margin-left: 4px;
}

.faq-date-sub a {
  color: #e8d6f0 !important;
  font-weight: 400;
  text-decoration: underline;
}

.faq-date-sub a:hover {
  color: #ffffff !important;
}

.faq-date-archived,
.faq-date-current {
  margin-left: 14px;
  padding-left: 14px;
  border-left: 1px solid #ccc;
}

.faq-meta {
  margin-bottom: 0.75rem;
}

.faq-archived-title {
  opacity: 0.85;
}

.faq-archived-reason {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  padding: 8px 12px;
  background-color: #fafafa;
  border-left: 3px solid #5c2983;
}

.faq-archive-entry {
  margin-bottom: 1.5rem;
}

.toc-version-date {
  color: #888;
  font-size: 0.85rem;
  font-style: italic;
}

.faq-meta {
  margin-bottom: 0.5rem;
}

.faq-archived-title {
  opacity: 0.75;
}

.faq-archived-reason {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}

.faq-archive-link {
  margin-top: 2rem;
  padding: 14px 18px;
  background-color: #f7f3fa;
  border-left: 3px solid #5c2983;
  border-radius: 4px;
  color: #444;
}

.faq-archive-link i {
  color: #5c2983;
  margin-right: 8px;
}

.faq-archive-link a {
  color: #5c2983;
  font-weight: 600;
  margin-left: 6px;
}

.extraclass.requirement-machine::before {
  content: 'requires:';
  background-color: salmon;
  padding: 0 4px;
  color: white;
  border-radius: 4px;
  margin-right: 4px;
}

.extraclass.requirement-machine {
  text-transform: uppercase;
  font-size: 1rem;
  background-color: white;
  border-radius: 3px;
  padding: 4px;
  color: salmon;
}

::-moz-selection {
  color: #fff;
  background: #5c2983;
}

::selection {
  color: #fff;
  background: #5c2983;
}

code.language-none::selection {
  background: #ba2323;
}

.image-wrapper img{
  aspect-ratio: 14/9;
  object-fit: contain;
  padding-inline-start: 3px;
}
.latest.row.py-lg-5,
.homepage .card {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.latest.row.py-lg-5 {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
  margin-inline: 0;
  margin-block: 54px;
  padding-block: 24px !important;
}

.latest.row.py-lg-5:hover,
.homepage .card:hover {
  border-color: #5c2983 !important;
  cursor: pointer;
}

.latest.row.py-lg-5:hover h2,
.homepage .card:hover .card-title {
  color: #5c2983 !important;
}

.latest .d-block {
  display: flex !important;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 88%, rgba(200, 200, 200, 0.1) 100%);
}

.hero-card-link,
.hero-card-link:hover {
  color: inherit;
  text-decoration: none;
  align-items: center;
}

.hero-card-image {
  text-align: center;
}

.img-fluid.rounded.loaded {
  width: 50%;
}

.card-img-top.mx-auto.d-block.loaded {
  margin-top: 20px;
}

.card .d-block {
  display: flex !important;
  flex: 2 1 auto;
}

.card .d-block>.card-body {
  flex: 2 1 60%;
}

.card .d-block>.image-wrapper {
  flex: 2 1 40%;
}

@media (min-width: 992px) {
  .image-wrapper img {
    aspect-ratio: 1;
    object-fit: contain;
  }

  .homepage {
    max-width: 1300px;
  }
}