.single-post .site-content,
.single-author .site-content {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	padding-right: 0 !important;
}

.full-width {
	max-width: 98% !important;
}

.site-footer {
	display: none;
}
/* Resize featured image on single post */
.single-post .post-thumbnail img {
    width: 100%;
    height: auto;
    max-height: 1080px;
    object-fit: cover;
}
.main-navigation ul {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 15px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.main-navigation a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
}

.main-navigation a:hover {
  background-color: #f0f0f0;
  border-radius: 5px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #2c2c2c;
}

.main-navigation a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
}

.main-navigation a:hover {
  background-color: #f0f0f0;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .main-navigation ul {
    flex-direction: column;
    align-items: center;
  }

  .entry-content {
    padding: 20px 15px;
  }

  .hero-section {
    padding: 80px 15px;
  }
}
.site-footer {
  background-color: #f8f8f8;
  color: #666;
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
}

.site-footer a {
  color: #0073aa;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}
.button, .wp-block-button__link {
  background-color: #0073aa;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.button:hover, .wp-block-button__link:hover {
  background-color: #005177;
}
/* Core layout container */
.site, .site-main, .content-area, .entry-content, .page, .post {
  max-width: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* 2. Add minimal inner padding for readability but keep full-width images */
.entry-content, .post, .page-content {
  padding: 10px 2vw;
  line-height: 1.75;
}
/* 3. Make images and videos responsive */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px 0;
}

/* 5. Remove card-like visuals */
.entry-content, .post, .page {
  box-shadow: none;
  border: none;
  background: transparent;
}
/* Reduce header padding but let logo scale naturally */
.site-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-bottom: 0 !important;
}

/* Adjust navigation area spacing */
.main-navigation {
  padding: 0 !important;
  margin: 0 !important;
}

/* Let the logo size stay natural */
.site-logo img {
  max-height: 60px;  /* or adjust as needed */
  height: auto;
  width: auto;
}
/* Remove extra padding from submenu items */
.main-navigation ul ul li {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* Reset bullet or dash display if theme adds it */
.main-navigation ul ul li:before {
  content: none !important;
}

/* Make submenu compact and full width */
.main-navigation ul ul {
  padding: 0;
  margin: 0;
  min-width: 180px;
}

/* Improve submenu layout */
.main-navigation ul ul li a {
  padding: 10px 15px;
  display: block;
  white-space: nowrap;
}
/* Reduce font size of links on homepage or blog list */
.home a,
.archive a {
  font-size: 20px !important;  /* Or 15px or 14px if you prefer smaller */
}
/* ✅ Apply cream background to both posts and pages */
body.page,
body.single-post,
body.page-template-default,
.page,
.page .site,
.page .content-area,
.page .entry-content,
.page .page,
.page-content {
  background-color: #FFF9EF!important;
}
.quick-links-enhanced {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1.5rem 0;
  background-color: #fefdf9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #eee;
}

.quick-links-enhanced a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.quick-links-enhanced a:hover {
  transform: scale(1.08);
  color: #0077cc;
}

.quick-links-enhanced .emoji {
  font-size: 1.8rem;
  margin-bottom: 0.3rem;
}

.quick-links-enhanced .label {
  font-size: 0.95rem;
}
