/* Scoped to the two standalone artwork reassurance cards. */
.highlight-card.artwork-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: min(100%, 480px) !important;
  max-width: 480px !important;
  min-height: 0 !important;
  margin: 36px auto 0 !important;
  padding: 24px !important;
  overflow: hidden !important;
  background: var(--panel) !important;
  border: 1px solid var(--panel-border) !important;
  border-radius: 6px !important;
}

.highlight-card.artwork-card > .tile-illustration {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  margin: 0 0 22px !important;
  border-radius: 6px !important;
}

.highlight-card.artwork-card > h3 {
  margin: 0 0 10px !important;
}

.highlight-card.artwork-card > p {
  margin: 0 auto !important;
}

@media (max-width: 640px) {
  .highlight-card.artwork-card {
    margin-top: 28px !important;
    padding: 18px !important;
  }

  .highlight-card.artwork-card > .tile-illustration {
    margin-bottom: 18px !important;
  }
}
