/* === Chic History 404 Style Tweaks === */

/* Brand orange accent color */
:root {
  --chic-orange: #D09A40;
}

	

/* Eyebrow text */
.eyebrow {
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--chic-orange);
  margin-bottom: 1.2rem;
}

/* Main headline */
.headline {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  color: #2e2e2e;
  margin-bottom: 1rem;
}

/* Sub text */
.sub {
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  line-height: 1.7;
  color: #3b3a3a;
}

/* Buttons */
.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease, color 0.3s ease;
  margin-right: 10px;
}

/* Solid button */
.btn {
  background: var(--chic-orange);
  color: #fff;
}

/* Ghost button */
.btn.btn-ghost {
  border: 1.5px solid var(--chic-orange);
  color: var(--chic-orange);
  background: transparent;
}

.btn.btn-ghost:hover {
  background: var(--chic-orange);
  color: #fff;
}

/* Footer line */
footer {
  margin-top: 3rem;
  text-align: center;
  font-size: 14px;
  color: #5e5e5e;
  font-family: "Libre Baskerville", serif;
}

/* Capitalized + italicized brand text */
.brand-accent em {
  font-style: italic;
  font-weight: 600;
  color: #2e2e2e;
}


/* Main headline (This page is missing...) */
.headline {
  font-family: "Playfair Display", serif; /* Or try 'Libre Baskerville' */
  font-size: 32px; /* Adjust headline size */
  line-height: 1.2;
  color: #2e2e2e; /* Soft black */
  font-weight: 700;
}

/* Eyebrow text (404 · Lost in the archives) */
.eyebrow {
  font-family: "Libre Baskerville", serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b38a5e; /* Warm accent */
}

/* Paragraphs under the headline */
.sub {
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  line-height: 1.7;
  color: #3b3a3a;
}

/* Buttons */
.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}


body {
  border: 20px solid #000; /* 
  margin: 0;
  padding: 0;
}


        p {
            text-transform: none !important;
        }

h3 {
  text-transform: none !important;
}
	
/* Astra Pro: Remove uppercase from archive/category descriptions */
.ast-archive-description,
.ast-archive-description p,
.ast-taxonomy-description,
.ast-taxonomy-description p,
.archive .ast-archive-description,
.archive .ast-taxonomy-description {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Optional: also keep the archive title normal case */
.ast-archive-title {
  text-transform: none !important;
}

.banner-bottom-left {
  position: relative;
}

.banner-bottom-left h1, 
.banner-bottom-left h2, 
.banner-bottom-left p {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  margin: 0;
}
	
	/* Responsive cover image fix */
.responsive-cover {
  background-size: cover !important;
  background-position: center !important;
}

/* Fix narrow layout */
.responsive-cover .wp-block-cover__inner-container {
  max-width: 100% !important;
  padding: 2rem !important;
  text-align: center;
}
	


Display On → 404 Page
	
/* Hide author/date meta on Astra Site Builder layouts (like 404 page) */
.post-type-ast-advanced-hook .entry-meta,
.post-type-ast-advanced-hook .ast-advanced-hook-meta,
.post-type-ast-advanced-hook .entry-header .entry-meta {
  display: none !important;
}

/* Center Chic History 404 content between header and footer */
.chic-404-wrapper {
  min-height: calc(100vh - 220px); /* tweak 220px if needed */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Keep the card from stretching too wide */
.chic-404-wrapper .frame {
  max-width: 720px;
  margin: 0 auto;
}



	
	