/*
Theme Name: AstrosConnect
Theme URI: https://astrosconnect.com
Author: AstrosConnect
Author URI: https://astrosconnect.com
Description: Premium astrology blog theme for AstrosConnect
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: astrosconnect
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Montserrat:wght@300;400;500;600;700&display=swap');

/* =====================================================
   VARIABLES
===================================================== */
:root {
  --blue:      #4B6EE3;
  --blue-dk:   #3457CC;
  --blue-lt:   #EEF1FD;
  --blue-mid:  #C5D0F5;
  --orange:    #E8782E;
  --orange-dk: #C55E18;
  --orange-lt: #FEF2EB;
  --ink:       #111827;
  --ink-2:     #374151;
  --muted:     #6B7280;
  --light:     #9CA3AF;
  --border:    #E5E7EB;
  --bg:        #FFFFFF;
  --bg-2:      #F9FAFB;
  --bg-3:      #F3F6FE;
}

/* =====================================================
   RESET & BASE
===================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  background: var(--bg-2);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
a { text-decoration: none; color: inherit; transition: color 0.2s; }
img { display: block; max-width: 100%; height: auto; }
ul { list-style: none; padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: var(--ink);
  line-height: 1.25;
}

/* =====================================================
   LAYOUT
===================================================== */
.ac-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.ac-wrap {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  padding: 48px 32px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

/* =====================================================
   TOP BAR
===================================================== */
.ac-topbar {
  background: var(--blue);
  padding: 9px 0;
}
.ac-topbar .ac-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ac-topbar-msg {
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.03em;
}
.ac-topbar-links {
  display: flex;
  gap: 20px;
}
.ac-topbar-links a {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
}
.ac-topbar-links a:hover { color: #fff; }

/* =====================================================
   HEADER
===================================================== */
.ac-header {
  background: #fff;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 16px rgba(75,110,227,0.07);
  position: sticky;
  top: 0;
  z-index: 999;
}
.ac-header .ac-container {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.ac-logo img,
.ac-logo .custom-logo,
.ac-logo .custom-logo-link img {
  height: 36px !important;
  width: auto !important;
  max-width: 160px !important;
  display: block !important;
}
.ac-logo a {
  display: flex;
  align-items: center;
}
.ac-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}
.ac-nav a {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink-2);
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.2s;
}
.ac-nav a:hover,
.ac-nav a.current-menu-item {
  color: var(--blue);
  background: var(--blue-lt);
}
.ac-header-cta {
  background: var(--orange);
  color: #fff !important;
  padding: 9px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s !important;
}
.ac-header-cta:hover {
  background: var(--orange-dk) !important;
  color: #fff !important;
}

/* =====================================================
   CATEGORY NAV BAR
===================================================== */
.ac-cat-nav {
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.ac-cat-nav .ac-container {
  display: flex;
  overflow-x: auto;
  gap: 0;
}
.ac-cat-nav::-webkit-scrollbar { display: none; }
.ac-cat-nav a {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  padding: 11px 16px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  display: block;
}
.ac-cat-nav a:hover,
.ac-cat-nav a.current-cat {
  color: var(--blue);
  border-bottom-color: var(--blue);
}

/* =====================================================
   HERO FEATURED POST
===================================================== */
.ac-hero {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: 48px 0;
}
.ac-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.ac-hero-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(75,110,227,0.14);
  position: relative;
}
.ac-hero-img img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.ac-hero-img:hover img { transform: scale(1.03); }
.ac-hero-badge {
  position: absolute;
  top: 18px; left: 18px;
  background: var(--orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 6px;
}
.ac-hero-info {}
.ac-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue-lt);
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 6px;
  margin-bottom: 18px;
}
.ac-hero-tag span {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
}
.ac-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.ac-hero-title a { color: var(--ink); }
.ac-hero-title a:hover { color: var(--blue); }
.ac-hero-excerpt {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 22px;
}
.ac-hero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  font-size: 13px;
  color: var(--light);
}
.ac-hero-meta strong { color: var(--ink-2); font-weight: 600; }
.ac-hero-meta-dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--border);
}
.ac-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--blue);
  color: #fff;
  padding: 13px 26px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s, transform 0.15s;
}
.ac-hero-btn:hover {
  background: var(--blue-dk);
  color: #fff;
  transform: translateY(-2px);
}
.ac-hero-btn::after { content: '→'; }

/* =====================================================
   SECTION HEADING
===================================================== */
.ac-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--ink);
}
.ac-section-head h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac-section-head h2::before {
  content: '';
  display: block;
  width: 4px;
  height: 22px;
  background: var(--orange);
  border-radius: 2px;
}
.ac-section-head a {
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}
.ac-section-head a:hover { color: var(--blue-dk); }

/* =====================================================
   POST CARDS — GRID (2 columns in content area)
===================================================== */
.ac-posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}

.ac-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.ac-card:hover {
  box-shadow: 0 20px 50px rgba(75,110,227,0.13);
  transform: translateY(-5px);
}
.ac-card-thumb {
  overflow: hidden;
  display: block;
}
.ac-card-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.ac-card:hover .ac-card-thumb img {
  transform: scale(1.06);
}
.ac-card-body {
  padding: 20px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ac-card-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 9px;
  display: block;
}
.ac-card-cat.orange { color: var(--orange-dk); }
.ac-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
  margin-bottom: 9px;
  flex: 1;
}
.ac-card-title a { color: var(--ink); }
.ac-card-title a:hover { color: var(--blue); }
.ac-card-excerpt {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ac-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  padding-top: 13px;
  margin-top: auto;
}
.ac-card-date {
  font-size: 12px;
  color: var(--light);
  font-weight: 500;
}
.ac-card-link {
  font-size: 12px;
  font-weight: 700;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s;
}
.ac-card:hover .ac-card-link { gap: 8px; }
.ac-card-link::after { content: '→'; }

/* =====================================================
   POST LIST (below the grid)
===================================================== */
.ac-post-list { margin-bottom: 40px; }
.ac-list-item {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
  transition: background 0.15s;
}
.ac-list-item:last-child { border-bottom: none; }
.ac-list-thumb {
  width: 100px;
  height: 68px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}
.ac-list-info {}
.ac-list-cat {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 4px;
  display: block;
}
.ac-list-title {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
  margin-bottom: 4px;
}
.ac-list-title a { color: var(--ink); }
.ac-list-title a:hover { color: var(--blue); }
.ac-list-meta {
  font-size: 12px;
  color: var(--light);
  font-weight: 500;
}

/* =====================================================
   PAGINATION
===================================================== */
.ac-pagination {
  display: flex;
  gap: 6px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.ac-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--border);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  transition: all 0.2s;
  font-family: 'Montserrat', sans-serif;
}
.ac-pagination .page-numbers:hover {
  border-color: var(--blue);
  color: var(--blue);
  background: var(--blue-lt);
}
.ac-pagination .page-numbers.current {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

/* =====================================================
   SIDEBAR
===================================================== */
.ac-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ac-widget {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}
.ac-widget-head {
  padding: 15px 20px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac-widget-head h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}
.ac-widget-accent {
  width: 4px;
  height: 18px;
  background: var(--orange);
  border-radius: 2px;
  flex-shrink: 0;
}
.ac-widget-body { padding: 18px 20px; }

/* About widget */
.ac-about-logo { margin-bottom: 12px; }
.ac-about-logo img { height: 38px; }
.ac-about-text {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 14px;
}
.ac-about-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.2s;
}
.ac-about-link:hover { gap: 9px; color: var(--blue-dk); }
.ac-about-link::after { content: '→'; }

/* Categories widget */
.ac-cat-list {}
.ac-cat-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 13px;
  color: var(--ink-2);
  font-weight: 500;
  transition: all 0.15s;
}
.ac-cat-list li a:hover {
  background: var(--blue-lt);
  color: var(--blue);
}
.ac-cat-name {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac-cat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.dot-blue { background: var(--blue); }
.dot-orange { background: var(--orange); }
.ac-cat-count {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  background: var(--bg-2);
  padding: 2px 8px;
  border-radius: 20px;
}

/* Newsletter widget */
.ac-nl-widget { background: var(--blue); border: none; }
.ac-nl-widget .ac-widget-head {
  border-color: rgba(255,255,255,0.1);
}
.ac-nl-widget .ac-widget-head h3 { color: #fff; }
.ac-nl-body { padding: 18px 20px; }
.ac-nl-body p {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  margin-bottom: 14px;
}
.ac-nl-body input[type="email"],
.ac-nl-body input[type="text"] {
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  border: none;
  outline: none;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: var(--ink);
}
.ac-nl-body input::placeholder { color: var(--light); }
.ac-nl-btn {
  width: 100%;
  padding: 11px;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.ac-nl-btn:hover { background: var(--orange-dk); }
.ac-nl-note {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  text-align: center;
  margin-top: 8px;
}

/* Tags widget */
.ac-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ac-tag {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  background: var(--bg-2);
  border: 1px solid var(--border);
  padding: 5px 12px;
  border-radius: 6px;
  transition: all 0.15s;
}
.ac-tag:hover {
  background: var(--blue-lt);
  color: var(--blue);
  border-color: var(--blue-mid);
}

/* Write for us widget */
.ac-wfu-widget {
  background: linear-gradient(135deg, var(--orange-lt) 0%, #fde8d8 100%);
  border-color: #f5c9a8;
}
.ac-wfu-widget .ac-widget-head { border-color: #f5c9a8; }
.ac-wfu-text {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.7;
  margin-bottom: 14px;
}
.ac-wfu-btn {
  display: block;
  text-align: center;
  background: var(--orange);
  color: #fff;
  padding: 11px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.2s;
}
.ac-wfu-btn:hover { background: var(--orange-dk); color: #fff; }

/* =====================================================
   CATEGORY BROWSE SECTION
===================================================== */
.ac-browse {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 56px 0;
}
.ac-browse-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.ac-browse-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 13px;
  padding: 20px 12px;
  text-align: center;
  transition: all 0.2s;
  display: block;
}
.ac-browse-card:hover {
  border-color: var(--blue);
  background: var(--blue-lt);
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(75,110,227,0.1);
}
.ac-browse-card:hover .ac-browse-name { color: var(--blue); }
.ac-browse-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.ac-browse-icon svg { width: 20px; height: 20px; }
.bg-b { background: var(--blue-lt); }
.bg-o { background: var(--orange-lt); }
.ac-browse-name {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 3px;
}
.ac-browse-count { font-size: 11px; color: var(--muted); }

/* =====================================================
   SINGLE POST
===================================================== */
.ac-single-wrap {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  padding: 48px 32px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.ac-post-header { margin-bottom: 28px; }
.ac-post-header .ac-card-cat {
  display: inline-block;
  margin-bottom: 14px;
}
.ac-single-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.ac-post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--light);
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.ac-post-meta strong { color: var(--ink-2); font-weight: 600; }
.ac-featured-img {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 36px;
}
.ac-featured-img img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}
.ac-entry-content {
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink-2);
}
.ac-entry-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: var(--ink);
  margin: 36px 0 14px;
}
.ac-entry-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  color: var(--ink);
  margin: 28px 0 10px;
}
.ac-entry-content p { margin-bottom: 20px; }
.ac-entry-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.ac-entry-content ul, .ac-entry-content ol {
  padding-left: 24px;
  margin-bottom: 20px;
}
.ac-entry-content ul { list-style: disc; }
.ac-entry-content ol { list-style: decimal; }
.ac-entry-content li { margin-bottom: 8px; }
.ac-entry-content blockquote {
  border-left: 4px solid var(--blue);
  padding: 16px 20px;
  background: var(--blue-lt);
  border-radius: 0 10px 10px 0;
  margin: 24px 0;
  font-style: italic;
  color: var(--ink-2);
}
.ac-entry-content img {
  border-radius: 10px;
  margin: 20px 0;
  max-width: 100%;
}

/* =====================================================
   FOOTER
===================================================== */
.ac-footer {
  background: var(--ink);
  padding: 64px 0 28px;
}
.ac-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ac-footer-logo { margin-bottom: 14px; }
.ac-footer-logo img {
  height: 42px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.ac-footer-about {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.75;
  margin-bottom: 22px;
}
.ac-footer-socials { display: flex; gap: 10px; }
.ac-footer-socials a {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  font-weight: 700;
  transition: all 0.2s;
}
.ac-footer-socials a:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.ac-footer-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 18px;
}
.ac-footer-col ul li { margin-bottom: 10px; }
.ac-footer-col ul li a {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}
.ac-footer-col ul li a:hover { color: rgba(255,255,255,0.9); }
.ac-footer-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(255,255,255,0.25);
  flex-wrap: wrap;
  gap: 10px;
}
.ac-footer-bottom a { color: rgba(255,255,255,0.25); }
.ac-footer-bottom a:hover { color: rgba(255,255,255,0.6); }

/* =====================================================
   PAGE (contact, write for us, etc.)
===================================================== */
.ac-page-wrap {
  max-width: 800px;
  margin: 56px auto;
  padding: 0 32px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 48px;
}
.ac-page-title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--ink);
}
.ac-page-content {
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-2);
}
.ac-page-content h2 { font-size: 24px; margin: 28px 0 12px; }
.ac-page-content h3 { font-size: 20px; margin: 22px 0 10px; }
.ac-page-content p { margin-bottom: 18px; }
.ac-page-content a { color: var(--blue); text-decoration: underline; }
.ac-page-content ul { list-style: disc; padding-left: 22px; margin-bottom: 18px; }
.ac-page-content li { margin-bottom: 6px; }

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 1024px) {
  .ac-wrap,
  .ac-single-wrap {
    grid-template-columns: 1fr;
    padding: 36px 24px;
  }
  .ac-browse-grid { grid-template-columns: repeat(3, 1fr); }
  .ac-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .ac-topbar { display: none; }
  .ac-header .ac-container { padding: 0 20px; }
  .ac-nav { display: none; }
  .ac-hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .ac-hero { padding: 32px 0; }
  .ac-posts-grid { grid-template-columns: 1fr; }
  .ac-browse-grid { grid-template-columns: repeat(2, 1fr); }
  .ac-footer-grid { grid-template-columns: 1fr; }
  .ac-footer { padding: 48px 0 24px; }
  .ac-wrap { gap: 32px; }
}

@media (max-width: 480px) {
  .ac-browse-grid { grid-template-columns: 1fr 1fr; }
}
