/* Center the navigation menu */
.main-navigation {
	text-align: center;
}

.main-navigation ul {
	display: inline-block;
	margin: 0 auto;
}
/* --- Footer Styling for Baskerville 2 --- */

/* Center social icons and text */
.site-footer .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.site-footer .social-icons img {
  width: 24px;
  height: auto;
  display: block;
}

/* Center and tighten the footer text */
.site-footer,
.site-info {
  text-align: center;
  padding: 15px 0;
  margin: 0;
  color: #ffffff; /* makes text visible on dark background */
}

/* Reduce blank space in footer widgets */
.footer-widgets-area,
.footer-widgets {
  padding: 0;
  margin: 0;
}

.footer-widgets .widget {
  margin-bottom: 10px;
}

/* Optional: remove any lines or extra spacing */
.footer-widgets hr,
.footer-widgets .wp-block-separator {
  display: none;
}
/* --- Footer cleanup for Baskerville 2 --- */
.footer-widgets .widget:empty {
  display: none;
}

.footer-widgets,
.footer-widgets-area {
  padding: 0;
  margin: 0;
  border: none;
}

.site-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-info {
  text-align: center;
  margin-top: 5px;
  padding-top: 0;
}
/* Fix footer copyright color and visibility for Baskerville 2 */
.footer-widgets p,
.footer-widgets .widget p,
.site-footer p,
.site-footer .tvr-footer p {
  color: #cccccc !important;
  opacity: 0.95;
  text-align: center;
  margin: 5px 0 0 0;
  font-size: 14px;
}
.single .featured-media img, 
.page .featured-media img {
    max-height: 400px;
    width: auto;
    object-fit: cover;
}
.wp-block-image {
    margin-top: 0;
    margin-bottom: 0.5em;
}
.wp-block-quote {
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.6;
  border-left: 4px solid #ccc;
  padding-left: 1.2em;
  margin: 2em 0;
}
.wp-block-quote {
  border: none !important;
  font-size: 1.6em;
  font-style: italic;
  line-height: 1.5;
  margin: 2.5em 0;
}
.wp-block-quote {
  border: none !important;
  font-size: 1.6em;
  font-style: italic;
  line-height: 1.5;
  margin: 2.5em 0;
}
/* Narrow content width */
.site-content {
    max-width: 720px;
    margin: 0 auto;
}

/* Improve paragraph spacing */
.entry-content p {
    line-height: 1.7;
    margin-bottom: 22px;
    font-size: 17px;
}

/* Soften text colour */
.entry-content {
    color: #222222;
}

/* Improve image spacing */
.entry-content img {
    margin: 15px 25px 15px 0;
}
/* Narrow post content + improve readability (Baskerville 2) */
.post-content,
.entry-content,
.single .content,
.single .post {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Paragraph spacing + line height */
.post-content p,
.entry-content p {
  line-height: 1.75;
  font-size: 17px;
  margin: 0 0 22px 0;
  color: #222;
}

/* Wrapped images spacing */
.post-content img.alignleft,
.post-content img.alignright,
.entry-content img.alignleft,
.entry-content img.alignright {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Make sure aligned images actually float */
.alignleft { float: left; margin-right: 22px; }
.alignright { float: right; margin-left: 22px; }

.entry-content p {
    margin-bottom: 1em;
}
.entry-content p {
    margin-bottom: 0.9em;
}
.wp-block-post-content > * {
    margin-bottom: 0.8em !important;
}

.wp-block-post-content > *:last-child {
    margin-bottom: 0 !important;
}
.entry-content {
    max-width: 640px;
    margin: 0 auto;
}

.entry-content p {
    margin-bottom: 1em;
}
.entry-content {
    max-width: 640px;
    margin: 0 auto;
}

.entry-content p {
    margin-bottom: 1em;
}
.wp-site-blocks {
    --wp--style--block-gap: 1em !important;
}

.wp-block-post-content {
    gap: 1em !important;
}

.wp-block-post-content > * {
    margin-bottom: 0 !important;
}
--wp--style--block-gap
