/*
Theme Name: Printable Color Joy
Theme URI: https://printablecolorjoy.com/
Author: Printable Color Joy
Description: A lightweight, responsive WordPress theme for home decor, home organization, home life, printables, and affiliate buying guides.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: printable-color-joy
Tags: blog, custom-logo, featured-images, threaded-comments, translation-ready, two-columns, right-sidebar
*/

:root {
  --pcj-ink: #28302d;
  --pcj-muted: #68706c;
  --pcj-cream: #fbf8f2;
  --pcj-paper: #ffffff;
  --pcj-sage: #6f806f;
  --pcj-sage-dark: #526452;
  --pcj-sage-soft: #e7ede5;
  --pcj-rose: #ba7f73;
  --pcj-rose-soft: #f4e5e1;
  --pcj-sand: #d8c6a7;
  --pcj-line: #e8e1d6;
  --pcj-shadow: 0 14px 40px rgba(55, 47, 39, .08);
  --pcj-radius: 22px;
  --pcj-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--pcj-ink);
  background: var(--pcj-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--pcj-sage-dark); }
a:hover { color: var(--pcj-rose); }
button, input, textarea, select { font: inherit; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .7em;
  color: var(--pcj-ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.18;
  letter-spacing: -.015em;
}
h1 { font-size: clamp(2.35rem, 5vw, 4.8rem); }
h2 { font-size: clamp(1.85rem, 3.5vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
p { margin: 0 0 1.2em; }

.pcj-container { width: min(var(--pcj-width), calc(100% - 40px)); margin-inline: auto; }
.pcj-narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.pcj-section { padding: 78px 0; }
.pcj-section--soft { background: var(--pcj-sage-soft); }
.pcj-section--paper { background: var(--pcj-paper); }
.pcj-section-head { max-width: 720px; margin-bottom: 34px; }
.pcj-section-head.center { margin-inline: auto; text-align: center; }
.pcj-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--pcj-sage-dark);
  background: var(--pcj-sage-soft);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pcj-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--pcj-rose); }
.pcj-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--pcj-sage-dark);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.pcj-button:hover { color: #fff; background: var(--pcj-rose); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(82, 100, 82, .18); }
.pcj-button--ghost { color: var(--pcj-ink); background: transparent; border-color: var(--pcj-line); }
.pcj-button--ghost:hover { color: var(--pcj-ink); background: #fff; }

/* Accessibility */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; clip: auto; padding: 12px 16px; background: #fff; color: #000; }
:focus-visible { outline: 3px solid rgba(186, 127, 115, .55); outline-offset: 3px; }

/* Header */
.pcj-site-header { position: sticky; top: 0; z-index: 1000; background: rgba(251, 248, 242, .96); border-bottom: 1px solid rgba(232, 225, 214, .88); backdrop-filter: blur(14px); }
.admin-bar .pcj-site-header { top: 32px; }
.pcj-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.pcj-brand-area { display: flex; align-items: center; flex-shrink: 0; }
.pcj-brand-area .custom-logo-link { display: block; line-height: 0; }
.pcj-brand-area .custom-logo { display: block; width: auto; max-width: 250px; max-height: 52px; }
.pcj-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--pcj-ink); flex-shrink: 0; }
.pcj-brand:hover { color: var(--pcj-ink); }
.pcj-brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, var(--pcj-sage), var(--pcj-sage-dark)); color: #fff; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 800; box-shadow: 0 8px 20px rgba(82, 100, 82, .22); }
.pcj-brand-text { display: grid; }
.pcj-brand-name { font-family: Georgia, serif; font-size: 1.2rem; font-weight: 800; line-height: 1.15; }
.pcj-brand-tagline { color: var(--pcj-muted); font-size: .72rem; line-height: 1.2; }
.pcj-nav-wrap { display: flex; align-items: center; gap: 16px; }
.pcj-primary-menu { display: flex; align-items: center; gap: 3px; margin: 0; padding: 0; list-style: none; }
.pcj-primary-menu li { position: relative; }
.pcj-primary-menu a { display: block; padding: 10px 11px; border-radius: 10px; color: var(--pcj-ink); font-size: .91rem; font-weight: 750; text-decoration: none; }
.pcj-primary-menu a:hover, .pcj-primary-menu .current-menu-item > a, .pcj-primary-menu .current-menu-ancestor > a { background: var(--pcj-sage-soft); color: var(--pcj-sage-dark); }
.pcj-primary-menu .sub-menu { display: none; position: absolute; top: calc(100% + 8px); left: 0; min-width: 235px; margin: 0; padding: 9px; list-style: none; border: 1px solid var(--pcj-line); border-radius: 16px; background: #fff; box-shadow: var(--pcj-shadow); }
.pcj-primary-menu li:hover > .sub-menu, .pcj-primary-menu li:focus-within > .sub-menu { display: block; }
.pcj-primary-menu .sub-menu a { padding: 9px 10px; }
.pcj-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--pcj-line); border-radius: 12px; background: #fff; color: var(--pcj-ink); cursor: pointer; }
.pcj-menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 2px; }

/* Hero */
.pcj-hero { position: relative; overflow: hidden; padding: 82px 0 90px; background: linear-gradient(135deg, #f8eee7 0%, #fbf8f2 52%, #e7ede5 100%); }
.pcj-hero::before, .pcj-hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); opacity: .66; }
.pcj-hero::before { width: 360px; height: 360px; top: -170px; right: -80px; background: rgba(216, 198, 167, .42); }
.pcj-hero::after { width: 260px; height: 260px; bottom: -130px; left: -70px; background: rgba(186, 127, 115, .14); }
.pcj-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; }
.pcj-hero-copy p { max-width: 670px; color: #58615d; font-size: 1.1rem; }
.pcj-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.pcj-hero-trust { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 26px; color: var(--pcj-muted); font-size: .9rem; font-weight: 700; }
.pcj-hero-trust span::before { content: "✓"; margin-right: 6px; color: var(--pcj-sage-dark); }
.pcj-hero-visual { position: relative; min-height: 470px; }
.pcj-visual-main { position: absolute; inset: 0 52px 38px 0; overflow: hidden; border-radius: 34px; background: linear-gradient(150deg, #c7b89e, #eee5d7 52%, #859586 52%, #667766); box-shadow: 0 26px 60px rgba(62, 50, 40, .16); }
.pcj-room-art { position: absolute; inset: 0; }
.pcj-room-art .wall { position: absolute; inset: 0 0 42%; background: #efe9dd; }
.pcj-room-art .floor { position: absolute; inset: 58% 0 0; background: #c8b18f; }
.pcj-room-art .sofa { position: absolute; left: 15%; right: 12%; bottom: 17%; height: 32%; border-radius: 28px 28px 18px 18px; background: #738475; box-shadow: inset 0 -18px 0 rgba(0,0,0,.06); }
.pcj-room-art .sofa::before { content: ""; position: absolute; left: 8%; right: 8%; top: 17%; height: 2px; background: rgba(255,255,255,.25); }
.pcj-room-art .pillow { position: absolute; bottom: 31%; width: 16%; height: 15%; border-radius: 14px; background: #f4e5e1; transform: rotate(-4deg); box-shadow: 0 6px 12px rgba(0,0,0,.08); }
.pcj-room-art .pillow.one { left: 23%; }
.pcj-room-art .pillow.two { right: 22%; background: #d8c6a7; transform: rotate(4deg); }
.pcj-room-art .frame { position: absolute; top: 14%; width: 21%; height: 25%; border: 8px solid #8a755c; background: #f7f2e9; }
.pcj-room-art .frame.one { left: 18%; }
.pcj-room-art .frame.two { left: 44%; width: 27%; }
.pcj-room-art .plant { position: absolute; right: 8%; bottom: 23%; width: 11%; height: 27%; border-radius: 70% 20% 60% 30%; background: #526452; transform: rotate(8deg); }
.pcj-room-art .plant::after { content: ""; position: absolute; left: 29%; bottom: -29%; width: 54%; height: 35%; border-radius: 4px 4px 12px 12px; background: #9a6d56; }
.pcj-floating-note { position: absolute; right: 0; bottom: 0; width: 240px; padding: 20px; border: 1px solid var(--pcj-line); border-radius: 20px; background: rgba(255,255,255,.96); box-shadow: var(--pcj-shadow); }
.pcj-floating-note strong { display: block; margin-bottom: 6px; font-family: Georgia, serif; font-size: 1.1rem; }
.pcj-floating-note span { color: var(--pcj-muted); font-size: .88rem; }

/* Cards and grids */
.pcj-grid { display: grid; gap: 22px; }
.pcj-grid--3 { grid-template-columns: repeat(3, 1fr); }
.pcj-grid--4 { grid-template-columns: repeat(4, 1fr); }
.pcj-category-card, .pcj-post-card, .pcj-guide-card, .pcj-value-card { background: #fff; border: 1px solid var(--pcj-line); border-radius: var(--pcj-radius); box-shadow: 0 10px 30px rgba(55,47,39,.05); }
.pcj-category-card { min-height: 220px; padding: 27px; text-decoration: none; color: var(--pcj-ink); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.pcj-category-card:hover { color: var(--pcj-ink); transform: translateY(-5px); box-shadow: var(--pcj-shadow); border-color: #d9cfbf; }
.pcj-category-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 15px; background: var(--pcj-sage-soft); color: var(--pcj-sage-dark); font-size: 1.25rem; font-weight: 900; }
.pcj-category-card:nth-child(2) .pcj-category-icon { background: var(--pcj-rose-soft); color: #8b5b51; }
.pcj-category-card:nth-child(3) .pcj-category-icon { background: #f2eadb; color: #806b49; }
.pcj-category-card:nth-child(4) .pcj-category-icon { background: #e9e3ef; color: #725f81; }
.pcj-category-card p { color: var(--pcj-muted); }
.pcj-card-link { font-weight: 800; text-decoration: none; }

.pcj-post-card { overflow: hidden; }
.pcj-card-media { display: block; aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(145deg, var(--pcj-sage-soft), var(--pcj-rose-soft)); }
.pcj-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pcj-post-card:hover .pcj-card-media img { transform: scale(1.035); }
.pcj-placeholder-art { width: 100%; height: 100%; position: relative; background: linear-gradient(135deg, #dfd2bd, #f3ece1 53%, #7b8b7b 53%, #667766); }
.pcj-placeholder-art::before { content: ""; position: absolute; left: 13%; right: 13%; bottom: 18%; height: 28%; border-radius: 22px 22px 13px 13px; background: #6f806f; }
.pcj-placeholder-art::after { content: ""; position: absolute; top: 17%; left: 18%; width: 27%; height: 31%; border: 7px solid #90795d; background: #f8f3ea; }
.pcj-card-body { padding: 23px; }
.pcj-card-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 10px; color: var(--pcj-muted); font-size: .8rem; font-weight: 700; }
.pcj-card-title { font-size: 1.45rem; }
.pcj-card-title a { color: var(--pcj-ink); text-decoration: none; }
.pcj-card-title a:hover { color: var(--pcj-rose); }
.pcj-card-excerpt { color: var(--pcj-muted); font-size: .95rem; }

.pcj-value-card { padding: 25px; }
.pcj-value-card strong { display: block; margin-bottom: 8px; font-family: Georgia, serif; font-size: 1.2rem; }
.pcj-value-card p { margin: 0; color: var(--pcj-muted); }

/* Front-page special */
.pcj-room-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.pcj-room-pill { display: grid; place-items: center; min-height: 112px; padding: 16px; border: 1px solid var(--pcj-line); border-radius: 18px; background: #fff; color: var(--pcj-ink); font-family: Georgia, serif; font-weight: 800; text-align: center; text-decoration: none; }
.pcj-room-pill:hover { color: var(--pcj-ink); background: var(--pcj-sage-soft); }
.pcj-buying-banner { display: grid; grid-template-columns: .88fr 1.12fr; gap: 40px; align-items: center; padding: 44px; border-radius: 32px; background: #2f3934; color: #fff; }
.pcj-buying-banner h2, .pcj-buying-banner h3 { color: #fff; }
.pcj-buying-banner p { color: #dce4de; }
.pcj-buying-points { display: grid; gap: 12px; }
.pcj-buying-points div { padding: 16px; border-radius: 15px; background: rgba(255,255,255,.08); }
.pcj-disclosure-note { padding: 18px 20px; border-left: 4px solid var(--pcj-rose); border-radius: 0 14px 14px 0; background: var(--pcj-rose-soft); color: #5c4c48; font-size: .93rem; }

/* Content */
.pcj-page-hero { padding: 68px 0 56px; text-align: center; background: linear-gradient(180deg, #f6eee6, var(--pcj-cream)); }
.pcj-page-hero p { max-width: 720px; margin-inline: auto; color: var(--pcj-muted); font-size: 1.05rem; }
.pcj-content-wrap { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 42px; align-items: start; padding: 62px 0 78px; }
.pcj-content-card { padding: clamp(25px, 4vw, 48px); border: 1px solid var(--pcj-line); border-radius: 24px; background: #fff; box-shadow: 0 8px 25px rgba(55,47,39,.04); }
.pcj-content-card > :first-child { margin-top: 0; }
.pcj-content-card h2 { margin-top: 1.7em; }
.pcj-content-card h3 { margin-top: 1.45em; }
.pcj-content-card ul, .pcj-content-card ol { padding-left: 1.25em; }
.pcj-content-card li { margin-bottom: .55em; }
.pcj-content-card blockquote { margin: 1.5em 0; padding: 18px 22px; border-left: 4px solid var(--pcj-sage); background: var(--pcj-sage-soft); }
.pcj-content-card table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: .95rem; }
.pcj-content-card th, .pcj-content-card td { padding: 12px; border: 1px solid var(--pcj-line); text-align: left; }
.pcj-content-card th { background: var(--pcj-sage-soft); }
.pcj-content-card .wp-block-image img { border-radius: 18px; }
.pcj-content-card .wp-block-button__link { border-radius: 999px; background: var(--pcj-sage-dark); }
.pcj-sidebar { position: sticky; top: 105px; display: grid; gap: 20px; }
.pcj-sidebar-box { padding: 23px; border: 1px solid var(--pcj-line); border-radius: 20px; background: #fff; }
.pcj-sidebar-box h3 { font-size: 1.25rem; }
.pcj-sidebar-box ul { margin: 0; padding: 0; list-style: none; }
.pcj-sidebar-box li + li { margin-top: 10px; }
.pcj-sidebar-box a { text-decoration: none; font-weight: 700; }

/* Single post */
.pcj-article-hero { padding: 66px 0 44px; background: linear-gradient(180deg, #f5ede3, var(--pcj-cream)); }
.pcj-article-hero .pcj-narrow { text-align: center; }
.pcj-article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 13px; margin-top: 18px; color: var(--pcj-muted); font-size: .88rem; font-weight: 700; }
.pcj-featured-image { width: min(1050px, calc(100% - 40px)); margin: 0 auto -18px; overflow: hidden; border-radius: 28px; box-shadow: var(--pcj-shadow); }
.pcj-featured-image img { display: block; width: 100%; max-height: 620px; object-fit: cover; }
.pcj-affiliate-disclosure { margin-bottom: 28px; padding: 17px 19px; border: 1px solid #e8d7d2; border-radius: 15px; background: var(--pcj-rose-soft); color: #5d4944; font-size: .91rem; }
.pcj-toc { margin: 26px 0; padding: 22px; border: 1px solid var(--pcj-line); border-radius: 18px; background: #faf8f3; }
.pcj-toc-title { margin: 0 0 11px; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 800; }
.pcj-toc ol { margin: 0; padding-left: 1.2em; }
.pcj-toc a { text-decoration: none; }
.pcj-author-box { display: grid; grid-template-columns: 74px 1fr; gap: 18px; margin-top: 36px; padding: 25px; border-radius: 20px; background: var(--pcj-sage-soft); }
.pcj-author-avatar { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--pcj-sage-dark); color: #fff; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 900; }
.pcj-related { margin-top: 45px; }

/* Archives */
.pcj-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 62px 0 78px; }
.pcj-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.pcj-pagination .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--pcj-line); border-radius: 10px; background: #fff; text-decoration: none; }
.pcj-pagination .current { background: var(--pcj-sage-dark); color: #fff; }

/* Forms */
.pcj-content-card input:not([type="checkbox"]):not([type="radio"]), .pcj-content-card textarea, .pcj-content-card select,
.pcj-search-form input { width: 100%; padding: 12px 14px; border: 1px solid var(--pcj-line); border-radius: 11px; background: #fff; color: var(--pcj-ink); }
.pcj-content-card textarea { min-height: 150px; }
.pcj-content-card button, .pcj-content-card input[type="submit"], .pcj-search-form button { padding: 11px 17px; border: 0; border-radius: 999px; background: var(--pcj-sage-dark); color: #fff; font-weight: 800; cursor: pointer; }
.pcj-search-form { display: flex; gap: 8px; }

/* Footer */
.pcj-site-footer { margin-top: 0; background: #27312c; color: #dce3de; }
.pcj-footer-main { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 36px; padding: 58px 0 42px; }
.pcj-footer-brand p { max-width: 380px; color: #c5cec8; }
.pcj-footer-title { color: #fff; font-family: inherit; font-size: .83rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pcj-footer-links { margin: 0; padding: 0; list-style: none; }
.pcj-footer-links li + li { margin-top: 9px; }
.pcj-footer-links a { color: #dce3de; text-decoration: none; }
.pcj-footer-links a:hover { color: #fff; }
.pcj-footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.12); color: #aebbb3; font-size: .84rem; }

/* Comments */
.comments-area { margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--pcj-line); }
.comment-list { padding: 0; list-style: none; }
.comment-body { margin-bottom: 18px; padding: 18px; border: 1px solid var(--pcj-line); border-radius: 15px; }

/* 404 */
.pcj-empty-state { padding: 95px 0; text-align: center; }
.pcj-empty-state p { max-width: 620px; margin-inline: auto; color: var(--pcj-muted); }

/* WordPress alignment */
.alignwide { width: min(1060px, 100%); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }

@media (max-width: 1060px) {
  .pcj-primary-menu a { padding-inline: 8px; font-size: .86rem; }
  .pcj-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .pcj-room-strip { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .admin-bar .pcj-site-header { top: 46px; }
  .pcj-menu-toggle { display: block; }
  .pcj-nav-wrap { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 14px 20px 22px; border-bottom: 1px solid var(--pcj-line); background: #fff; }
  .pcj-nav-wrap.is-open { display: block; }
  .pcj-primary-menu { display: block; }
  .pcj-primary-menu a { padding: 12px; }
  .pcj-primary-menu .sub-menu { position: static; display: block; margin: 4px 0 4px 16px; padding: 0 0 0 8px; border: 0; box-shadow: none; }
  .pcj-header-inner { position: relative; }
  .pcj-hero-grid, .pcj-buying-banner, .pcj-content-wrap { grid-template-columns: 1fr; }
  .pcj-hero-visual { min-height: 410px; }
  .pcj-grid--3, .pcj-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .pcj-sidebar { position: static; }
  .pcj-footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .pcj-container, .pcj-narrow { width: min(100% - 28px, var(--pcj-width)); }
  .pcj-brand-tagline { display: none; }
  .pcj-section { padding: 58px 0; }
  .pcj-hero { padding: 58px 0 70px; }
  .pcj-hero-visual { min-height: 330px; }
  .pcj-visual-main { inset: 0 20px 28px 0; border-radius: 25px; }
  .pcj-floating-note { width: 190px; padding: 15px; }
  .pcj-grid--3, .pcj-grid--4, .pcj-archive-grid, .pcj-feature-grid { grid-template-columns: 1fr; }
  .pcj-room-strip { grid-template-columns: repeat(2, 1fr); }
  .pcj-buying-banner { padding: 28px; }
  .pcj-footer-main { grid-template-columns: 1fr; }
  .pcj-footer-bottom { display: block; }
  .pcj-footer-bottom span { display: block; margin-top: 6px; }
  .pcj-author-box { grid-template-columns: 1fr; }
}
