/* Load expressive font for stronger italics */
/* Expressive, centered, italicized post and page titles */
h1.entry-title, h2.entry-title {
	font-size: 16px;
	font-style: italic;
	font-family: 'Playfair Display', Georgia, serif;
	text-align: center;
	line-height: 1.2;
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

/* Mobile-specific adjustments */
@media screen and (max-width: 768px) {
	h1.entry-title, h2.entry-title {
		font-size: 13px;
		line-height: 1.2;
	}
}

/* Subtitle styling for post intros */
.subtitle {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 20px;
	color: #555;
}

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

/* Add spacing between menu items */
.primary-navigation ul li {
	margin: 0 15px;
}

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

/* Add spacing between menu items */
.primary-navigation ul li {
	margin: 0 15px;
}

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

/* Restore tighter spacing between menu items */
.primary-navigation ul li {
	margin: 0 5px;
}

.primary-navigation a {
	font-family: Georgia, serif !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	color: #333 !important;
	text-decoration: none !important;
	transition: color .3s ease !important;
}

/* Hover effect for warmth */
.primary-navigation a:hover {
	color: #a52a2a;
	text-decoration: underline;
}

/* Style mobile submenus for clear hierarchy */
.primary-navigation ul ul {
	padding-left: 20px;
	text-align: left;
}

/* Optional: add a subtle border or background for submenus */
.primary-navigation ul ul li {
	border-left: 2px solid #ccc;
	padding-left: 10px;
}

/* Remove odd box styling from desktop submenus */
.primary-navigation ul ul li {
	border: none;
	padding-left: 10px;
}

/* Align desktop submenus left */
.primary-navigation ul ul {
	padding-left: 15px;
	margin-left: 0;
	text-align: left;
	background: none;
	box-shadow: none;
}

/* Restore mobile submenu behavior and clean styling */
.modal-menu .primary-menu li {
	text-align: left;
}

/* Optional: indent mobile subcategories slightly */
.modal-menu .primary-menu ul ul li {
	padding-left: 15px;
	border: none;
}
h2:contains("Welcome to What’s New") {
  text-align: center;
  margin-bottom: 0.5em;
}

p:contains("Fresh from the Bronx") {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
h2 {
  text-align: center;
  margin-top: 1.5em; /* Reduced from 3em to bring it closer to the top */
  margin-bottom: 0.5em;
}

p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1em;
}
/* ----------------------------- */
/* Style all category badges site-wide */
/* ----------------------------- */
.cat-links a {
    background-color: #000000; /* subway-sign black */
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 14px;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ----------------------------- */
/* Stop hyphenation on mobile titles */
/* ----------------------------- */
@media (max-width: 768px) {
    .entry-title {
        hyphens: none;
        word-break: normal;
        overflow-wrap: normal;
        white-space: normal;
    }
}

/* ----------------------------- */
/* Strong override: prevent hyphenation everywhere */
/* ----------------------------- */
.entry-title, .page-title {
    hyphens: none !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}

/* ----------------------------- */
/* Mobile font size adjustment   */
/* ----------------------------- */
@media (max-width: 768px) {
    .entry-title, .page-title {
        font-size: 90%;
    }
}

.wp-block-button__link {
  background-color: #006644 !important;
  color: #ffffff !important;
  padding: 12px 20px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
}
.wp-block-button__link:hover {
  background-color: #004d33 !important; /* slightly darker green */
  color: #ffffff !important;
}

.single-post h2 {
  font-size: 1.25em;       /* even smaller than before */
  font-weight: 500;        /* lighter than semi-bold */
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
/* Force single-column footer on tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .site-footer {
    grid-template-columns: 1fr !important; /* collapse to one column */
    text-align: center;
  }

body.single-post .entry-content h2.wp-block-heading {
    font-size: 2rem !important;
    text-align: center !important;
    font-weight: 600 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}