/*
Theme Name: Niveena Homeo Clinic
Theme URI: https://homeoclinicniveena.com/
Author: Niveena Homeo Clinic
Description: Self-contained custom WordPress theme for Niveena Homeo Clinic.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: niveena-homeo
*/

@import url("./theme.css");

body.admin-bar .site-header { top: 32px; }

.site-main { min-height: 55vh; }

.blog-coming-soon {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 72px) clamp(24px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--sand);
  text-align: center;
}

.blog-coming-soon p:last-child {
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.75;
}

.post-card a,
.featured-post a { text-decoration: none; }

.post-card .post-read,
.featured-post .post-read { color: var(--green); font-weight: 800; }

.single-article {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding-block: clamp(60px, 8vw, 100px);
}

.single-article-header { margin-bottom: 40px; }
.single-article-meta { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.single-article-content { font-size: 1.08rem; }
.single-article-content h2,
.single-article-content h3 { margin-top: 1.8em; }
.single-article-content img { height: auto; border-radius: 18px; }

.pagination { display: flex; justify-content: center; gap: 10px; margin-top: 40px; }
.pagination .page-numbers { padding: 9px 14px; border-radius: 999px; background: var(--sand); text-decoration: none; }
.pagination .current { background: var(--green); color: white; }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
