/* Site-specific overrides for the hugo-tufte theme.
   This file is intentionally minimal; the theme links it unconditionally. */

.post-type-label {
  color: #555;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  margin-bottom: -0.4rem;
  text-transform: uppercase;
}

.post-list-image-link {
  display: block;
  margin: 1.4rem 0;
  max-width: 55%;
  width: fit-content;
}

.post-list-image-link.fullwidth,
.post-list-image-link .fullwidth {
  max-width: 55%;
  width: fit-content;
}

.post-list-image,
.post-list-image.fullwidth {
  display: block;
  height: auto !important;
  max-height: none !important;
  max-width: 100%;
  object-fit: contain !important;
  width: auto !important;
}

.read-more {
  font-weight: 600;
}

@media (max-width: 760px) {
  .post-list-image-link,
  .post-list-image-link.fullwidth,
  .post-list-image-link .fullwidth {
    max-width: 100%;
  }
}
