/*
Theme Name: Space Exploration Pro Child
Template: space-exploration-pro
Author: New Author
Author URI: https://uapbrief.com/
Tags: one-column,two-columns,left-sidebar,right-sidebar,grid-layout,custom-colors,custom-background,custom-header,custom-menu,custom-logo,editor-style,sticky-post,featured-images,footer-widgets,full-width-template,threaded-comments,theme-options,wide-blocks,block-styles,blog,food-and-drink,e-commerce
Version: 0.0.1
*/

/* ================================
   UAPBrief – Clean Single Post Typing
   ================================ */

/* Main article body */
.single-post .entry-content {
  max-width: 880px;
  margin: 0 auto 70px;
  font-size: 18.5px;
  line-height: 1.85;
  color: #ffffff;
}

/* Paragraph spacing */
.single-post .entry-content p {
  margin-bottom: 1.6em;
}

/* Add space between title and first paragraph */
.single-post .entry-content p:first-of-type {
  margin-top: 1.6em;
}

/* Headings inside articles */
.single-post .entry-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 2.2em;
  margin-bottom: 0.8em;
  color: #ffffff;
}

.single-post .entry-content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 1.8em;
  margin-bottom: 0.7em;
  color: #ffffff;
}

/* Lists in articles */
.single-post .entry-content ul,
.single-post .entry-content ol {
  margin-left: 1.6em;
  margin-bottom: 1.4em;
}

.single-post .entry-content li {
  margin-bottom: 0.6em;
  color: #ffffff;
}

/* Links inside article content */
.single-post .entry-content a {
  color: #8fd3ff;
  text-decoration: none;
}

.single-post .entry-content a:hover {
  text-decoration: underline;
}




/* ================================
   UAPBrief – Final Readability Polish
   ================================ */

/* 1. Give headings more breathing room */
.single-post .entry-content h2 {
  margin-top: 2.8em;
  margin-bottom: 1.1em;
}

.single-post .entry-content h3 {
  margin-top: 2.2em;
  margin-bottom: 0.9em;
}

/* 2. Force ALL list text to true white (fix off-color inheritance) */
.single-post .entry-content ul,
.single-post .entry-content ol,
.single-post .entry-content li {
  color: #ffffff;
}

/* 3. Subtle, less vivid link color inside articles */
.single-post .entry-content a {
  color: #9fc7e6;       /* softer, muted blue */
  text-decoration: none;
}

.single-post .entry-content a:hover {
  color: #b6daf2;       /* gentle hover lift */
  text-decoration: underline;
}
