/* 
Theme Name: Asteria
Theme URI: https://asteriacodeworks.com
Description: A soulful WordPress theme based on Asteria Codeworks design, featuring intuitive layouts and energetic alignment for conscious creators.
Author: Asteria Codeworks
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asteria
Tags: blog, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* ============================================================================
   CORE STYLING - Adapted from your main website
============================================================================ */
html {
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
   font-size: 16px;

}

body.single-post,
body.single,
body.wp-singular {
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* Reset & Global Styles */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}


@media (max-width: 900px) {
  html {
    font-size: 14.8px;
  }
}

@media (max-width: 600px) {
  html {
    font-size: 14px;
  }
}

/* Body and Typography */
body,
p,
a,
input,
button,
textarea,
.label {
  font-family: "Hind", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}
li{
    margin-left: 5px !important;
}
/* Base body: no image, no fixed background */
html, body { min-height: 100%; }

body {
  background: #0f0f1a;          /* solid safety color only */
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  border:none!important;
  transform: none!important;
  /* keep your width rules if you must, but they can cause scrollbar width issues */
}

/* Layer 1: the space image (deepest) */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: url("assets/images/background.webp") center top / cover no-repeat;
  z-index: -2;                  /* sits under everything */
  pointer-events: none;
}

/* Layer 2: the gradient overlay (above image, below site) */
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* will expand with body height */
  background: linear-gradient(
    135deg,
    rgba(50, 50, 80, 0.5),
    rgba(80, 80, 120, 0.6)
  );
  z-index: -1;
  pointer-events: none;
}

/* Headings */
h1 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Satisfy", cursive;
  margin-bottom: 10px;
  padding-left: 5px;
}

h2 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Satisfy", cursive;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.4;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.4;
}

h6 {
  font-size: 1rem;
  line-height: 1.5;
}

.text-gradient {
  background: linear-gradient(to right, #7be3dc 0%, #af7ee0 80%);
  background-size: 200% 100%;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

strong {
  font-weight: 600;
  color: #dbe1e5;
}

/* Container */
.container {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Buttons */
.btn,
.cta-button {
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  color: #fff;
  background-color: #c9a7eb;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: background 0.3s ease, color 0.3s ease;
  border: none;
}

.btn:hover,
.cta-button:hover {
  background-color: #fff;
  color: #c9a7eb;
}

/* Links */
.adfaq-link {
  color: #c9a7eb;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.adfaq-link:hover {
  color: #fff !important;
  background: none !important;
}

/* ============================================================================
   HEADER STYLES - Adapted from your main site
============================================================================ */
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 3rem;
  background: none;
  backdrop-filter: blur(14px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index:2;

}

.logo-container {
  padding: 1.25rem;
  flex: 0 0 auto;
}

.logo {
  display: block;
  width: 12.5rem;
  height: auto;
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-centered {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.nav-links a {
  font-family: "Hind", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-decoration: none;
  padding-bottom: 0.25rem;
  transition: color 0.3s ease, font-size 0.3s ease;
}

.nav-links a:hover {
  color: #c9a7eb;
  font-size: 0.875rem;
}

/* Mobile Navigation */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0.5rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 1.75rem;
  height: 1.75rem;
}

.hamburger-line {
  width: 100%;
  height: 0.2rem;
  background-color: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

@media (max-width: 900px) {
  .header {
    padding: 1rem 1.5rem;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .nav-centered {
    display: none;
  }
}

/* ============================================================================
   MAIN CONTENT STYLES
============================================================================ */
main {
  position: relative;
  z-index: 1;
}

/* Hero Section for Blog Pages */
.blog-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: #fff;
  z-index: 2;
 
}

.hero-content {
  max-width: 800px;
  animation: fadeInUp 1.2s ease-out;
  text-align: justify;
}
.hero-content h1 {
  text-align: left;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================================
   BLOG POST STYLES
============================================================================ */
.blog-posts-section {
  position: relative;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 2;
  padding-top:0;
  margin-top:0;
}


.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.post-card {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(201, 167, 235, 0.2);
  backdrop-filter: blur(8px);
  padding: 30px;
  border-radius: 12px;
  transition: transform 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 8px 24px rgba(123, 227, 220, 0.05);
  text-align: left;
}

.post-card:hover {
  transform: translateY(-8px);
  border-color: #c9a7eb;
    background: rgba(0, 255, 255, 0.15);

}

.post-featured-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.post-title {
  font-size: 1.5rem;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.post-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 600;
}

.post-title a:hover {
  color: #c9a7eb;
}

.post-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
}

.post-excerpt {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 20px;
}

.read-more {
  display: inline-block;
  color: #c9a7eb;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #fff;
}

/* Single Post Styles */
.single-post  {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 40px;
  background: none;
  border: 2px solid #c9a7eb;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  position: relative;
  top:0;
  z-index: 2;
  margin-bottom: 2rem;
}

.single-post:hover {
  transform: translateY(-8px) scale(1.03);
  margin-bottom: 4rem;

}
.post-content {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
   margin-left: 20px;
  margin-right:20px;
}

.post-content p {
  margin-bottom: 20px;
 
}

.post-content h2,
.post-content h3,
.post-content h4 {
  margin: 30px 0 15px 0;
  color: #c9a7eb;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 40px 0;
}

.pagination a,
.pagination span {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(201, 167, 235, 0.2);
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination a:hover,
.pagination .current {
  background: #c9a7eb;
  border-color: #c9a7eb;
}

/* ============================================================================
   SIDEBAR STYLES
============================================================================ */
.sidebar {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(201, 167, 235, 0.2);
  border-radius: 12px;
  padding: 30px;
  backdrop-filter: blur(8px);
  margin-bottom: 30px;
}

.widget-title {
  font-size: 1.2rem;
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  color: #c9a7eb;
  margin-bottom: 20px;
  text-align: center;
}

.widget ul {
  list-style: none;
}

.widget li {
  margin-bottom: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.widget a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s ease;
}

.widget a:hover {
  color: #c9a7eb;
}


/* ============================================================================
   FOOTER STYLES - Synced with Main Website
============================================================================ */
.site-footer {
  position: relative;
  background: none;
  backdrop-filter: blur(10px);
  padding: 30px 20px;
  text-align: center;
  color: #ddd;
  font-size: 12px;
  z-index: 2;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 50px;
  gap: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col {
  flex: auto;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

/* Footer Links */
.footer-links {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.footer-links a {
  color: #dbe1e5;
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease;
  padding-right: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links a:hover {
  color: #c9a7eb;
  font-size: 1rem;
}

.footer-links li:last-child a {
  border-right: none;
}

/* Footer Bottom */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 2px;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-left {
  flex: auto;
  padding-bottom: 5px;
}

.footer-text {
  margin: 5px 0;
  font-size: 1rem;
  line-height: 1;
  text-align: left;
  color: #dbe1e5;
}

.footer-location {
  font-size: 0.75rem;
  color: #b8b1bddb;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 300;
  margin-top: 5px;
}

.footer-bottom-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex: auto;
  padding-top: 10px;
  padding-bottom: 5px;
}

/* Logo */
.logo-container-footer {
  flex: 0 0 auto;
}
.logo-footer {
  display: block;
  width: 160px;
  height: auto;
}

/* Security Badges & Etsy */
.security-badges-footer {
  display: flex;
  gap: 10px;
  margin-left: 10px;
  margin-top: 10px;
}

.text-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 0.625rem;
  font-weight: 200;
  color: #b8b1bddb;
  cursor: default;
}

.text-badge .label {
  position: absolute;
  bottom: 100%;
  background-color: rgba(201, 167, 235, 0.066);
  color: #dbe1e5;
  padding: 4px 8px;
  font-size: 0.75rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  transform: translateY(-4px);
  z-index: 100;
  font-weight: 400;
}

.text-badge:hover .label {
  opacity: 1;
}

.footer-bottom .icon {
  width: 26px;
  height: 26px;
  transition: transform 0.2s ease;
}

.etsy-logo-footer {
  text-align: right;
}

.etsy-logo-img {
  width: 26px;
  height: 26px;
  margin-top: 6px;
  transition: transform 0.2s ease;
}

.etsy-logo-img:hover {
  transform: scale(1.05);
}

/* ============================================================================
   RESPONSIVE FOOTER
============================================================================ */
@media (max-width: 900px) {
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    gap: 10px;
  }

  .footer-links {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .footer-text,
  .footer-location {
    text-align: center;
  }

  .footer-bottom-right {
    justify-content: center;
  }

  .security-badges-footer {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .footer-text {
    font-size: 0.8rem;
  }
  .footer-location {
    font-size: 0.7rem;
  }
  .footer-links a {
    font-size: 0.75rem;
  }
  .etsy-logo-img {
    width: 20px;
    height: 20px;
  }
}


/* ============================================================================
   RESPONSIVE STYLES
============================================================================ */
@media (max-width: 900px) {
  .blog-hero {
    padding: 80px 5%;
    min-height: 50vh;
  }

  .blog-posts-section {
    padding: 60px 5%;
  }

  .posts-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  main {
    padding-top: 100px;
  }

  .single-post {
    padding: 20px 10px;
  }

  .post-card {
    padding: 20px;
  }
}

/* WordPress Core Styles */
.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-top: 10px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* Search Form Styling */
.search-form {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  max-width: 400px;
}

.search-field {
  flex: 1;
  padding: 12px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  outline: none;
}

.search-field:focus {
  border-color: #c9a7eb;
  background: rgba(255, 255, 255, 0.15);
}

.search-submit {
  padding: 12px 20px;
  font-size: 0.875rem;
  margin-top: 0;
}

/* Comments Styling */
.comments-area {
  margin-top: 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.comments-title {
  color: #c9a7eb;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-body {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  margin: 15px 0;
  border-radius: 8px;
  border-left: 3px solid #c9a7eb;
}

.comment-meta {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comment-author {
  font-weight: 600;
  color: #c9a7eb;
}

.comment-metadata {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
}

.comment-content p {
  margin: 10px 0;
  line-height: 1.6;
}

.comment-form {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 8px;
  margin-top: 30px;
}
.comment-form-comment label{
    text-align:left;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  outline: none;
  margin-bottom: 15px;
  text-align: left;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #c9a7eb;
  background: rgba(255, 255, 255, 0.15);
}
.logged-in-as {
    text-align:center;
    margin-bottom: 20px;
}
/* Post Navigation */
.post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.post-navigation a {
  color: #c9a7eb;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.post-navigation a:hover {
  color: #fff;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #c9a7eb;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: none;
  z-index: 999;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(201, 167, 235, 0.3);
}

.back-to-top:hover {
  background: #fff;
  color: #c9a7eb;
  transform: translateY(-2px);
}

/* Post Tags */
.tags {
  margin: 20px 0;
  font-size: 0.875rem;
}

.tags a {
  display: inline-block;
  background: rgba(201, 167, 235, 0.1);
  color: #c9a7eb;
  padding: 5px 12px;
  margin: 0 8px 8px 0;
  border-radius: 15px;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s ease;
}

.tags a:hover {
  background: #c9a7eb;
  color: #fff;
}

/* Featured Image for Single Posts */
.post-featured-image-large {
  margin: 0 0 30px 0;
  text-align: center;
}

.post-featured-image-large img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Content Layout for Single Posts */
.content-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .content-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* Error/404 Page Styling */
.error-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.search-section,
.helpful-links,
.recent-posts-404 {
  margin: 40px 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.error-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.recent-posts-404 ul {
  list-style: none;
  padding: 0;
}

.recent-posts-404 li {
  margin: 10px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}

.recent-posts-404 a {
  color: #c9a7eb;
  text-decoration: none;
  transition: color 0.3s ease;
}

.recent-posts-404 a:hover {
  color: #fff;
}

/* Fade-in Animation for Post Cards */
.post-card {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.post-card.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Archive Description */
.archive-description {
  margin-top: 20px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* No Posts Found */
.no-posts {
  text-align: center;
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  max-width: 600px;
  margin: 0 auto;
}

.no-posts h2 {
  color: #c9a7eb;
  margin-bottom: 20px;
}

/* WordPress Gallery Styles */
.gallery {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* WordPress Core Block Styles */
.wp-block-image {
  margin: 20px 0;
}

.wp-block-image img {
  border-radius: 8px;
}

.wp-block-quote {
  border-left: 4px solid #c9a7eb;
  padding-left: 20px;
  margin: 30px 0;
  font-style: italic;
  background: rgba(201, 167, 235, 0.05);
  padding: 20px;
  border-radius: 8px;
}

.wp-block-pullquote {
  text-align: center;
  border-top: 4px solid #c9a7eb;
  border-bottom: 4px solid #c9a7eb;
  padding: 30px 20px;
  margin: 40px 0;
  font-size: 1.2rem;
  font-style: italic;
}

.wp-block-code {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  font-family: "Courier New", monospace;
  overflow-x: auto;
  margin: 20px 0;
}

.wp-block-preformatted {
  background: rgba(0, 0, 0, 0.2);
  border-left: 4px solid #c9a7eb;
  padding: 20px;
  margin: 20px 0;
  font-family: "Courier New", monospace;
  white-space: pre-wrap;
}

/* WordPress Button Block */
.wp-block-button .wp-block-button__link {
  background: #c9a7eb;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}

.wp-block-button .wp-block-button__link:hover {
  background: #fff;
  color: #c9a7eb;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .post-navigation {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .error-links {
    flex-direction: column;
    align-items: center;
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
