#front-page-recent-posts {
  display: none;
}

/* Tiled Gallery – full caption overlay, hide image title */
.tiled-gallery .tiled-gallery-item {
  position: relative;
  overflow: hidden;
}

/* Ensure images fill the tile */
.tiled-gallery .tiled-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* Base caption overlay */
.tiled-gallery .tiled-gallery-caption,
.tiled-gallery .tiled-gallery-item .wp-caption-text,
.tiled-gallery .tiled-gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  padding: 0.75em 1em;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.25s ease, transform 0.25s ease;
  overflow-y: auto;
}

/* Show overlay on hover/focus */
.tiled-gallery .tiled-gallery-item:hover .tiled-gallery-caption,
.tiled-gallery .tiled-gallery-item:focus-within .tiled-gallery-caption,
.tiled-gallery .tiled-gallery-item:hover .wp-caption-text,
.tiled-gallery .tiled-gallery-item:focus-within .wp-caption-text,
.tiled-gallery .tiled-gallery-item:hover figcaption,
.tiled-gallery .tiled-gallery-item:focus-within figcaption {
  opacity: 1;
  transform: translateY(0);
}

/* Hide image title if it’s output separately */
.tiled-gallery .tiled-gallery-item .wp-caption-title,
.tiled-gallery .tiled-gallery-item .gallery-caption-title,
.tiled-gallery .tiled-gallery-item .jetpack-image-title {
  display: none !important;
}

@font-face {
    font-family: 'YourFontName';
    src: url('https://fonts.wp.com/s/archivonarrow/v35/tss0ApVBdCYD5Q7hcxTE1ArZ0bbwiXxw2d8o.woff2') format('woff2');
    font-display: swap;
	p {
    font-size: var(--wp--preset--font-size--medium) !important;
}

body.tag h1,
body.tag header h1,
body.tag .archive-title,
body.tag .page-title,
body.tag .entry-title,
body.tag .archive-header,
body.tag .page-header {
    display: none !important;
}

body.tag .site-main::before {
    content: "On This Day in Norwood History";
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
}

body.tag .site-main::after {
    content: "Explore the events, people, and stories that happened on this date throughout Norwood’s history.";
    display: block;
    font-size: 1.2rem;
    margin: 0 0 30px 0;
    text-align: center;
    color: #444;
}

