/*
Theme Name: Japan Know How
Theme URI: https://japanknowhow.com/
Author: Japan Know How
Author URI: https://japanknowhow.com/
Description: A fast, accessible editorial WordPress theme for Japan Know How, with integrated tool pages and SEO-friendly article templates.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: japan-know-how
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --ai: #1a4a54;
  --ai-deep: #103840;
  --ume: #ad394a;
  --kin: #c58a2c;
  --kin-soft: #e8c77c;
  --kinari: #f5f1e7;
  --paper: #fffdf8;
  --sumi: #17262b;
  --ink-soft: #52636a;
  --line: #ded5c3;
  --white: #ffffff;
  --shadow: 0 16px 40px rgba(23, 38, 43, .08);
  --serif: Newsreader, Iowan Old Style, Baskerville, Palatino Linotype, Georgia, "Noto Serif JP", serif;
  --sans: "IBM Plex Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --jp: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --content: 1200px;
  --reading: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--kinari);
  color: var(--sumi);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--ai); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--ume); }
button, input, select, textarea { font: inherit; }
button, input[type="submit"] { cursor: pointer; }
::selection { background: var(--kin-soft); color: var(--sumi); }

.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 {
  clip: auto !important; width: auto; height: auto; margin: 8px; padding: 12px 16px;
  background: var(--paper); color: var(--sumi); z-index: 100000;
}
.wrap { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.reading-wrap { width: min(calc(100% - 40px), var(--reading)); margin-inline: auto; }

/* Header */
.site-header { background: var(--ai-deep); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.11); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-branding { min-width: 240px; }
.custom-logo-link, .brand-fallback { display: inline-flex; align-items: center; color: var(--white); text-decoration: none; }
.custom-logo { width: auto; max-width: 350px; height: 62px; object-fit: contain; }
.brand-fallback img { width: 340px; height: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 30px; list-style: none; padding: 0; margin: 0; }
.primary-nav a { color: #d5e0e2; text-decoration: none; font-size: .88rem; font-weight: 650; letter-spacing: .02em; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--white); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.35); background: transparent; color: white; border-radius: 3px; padding: 9px 12px; }

/* Home hero */
.home-hero { position: relative; overflow: hidden; background: var(--ai); color: var(--white); padding: 86px 0 78px; }
.home-hero::after {
  content: "日本"; position: absolute; right: -15px; bottom: -145px; color: rgba(255,255,255,.035);
  font-family: var(--jp); font-size: clamp(240px, 29vw, 500px); line-height: 1; white-space: nowrap; pointer-events: none;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(330px, .78fr); gap: 78px; align-items: center; }
.eyebrow, .section-kicker, .post-card__category {
  margin: 0 0 15px; color: var(--kin-soft); font-size: .73rem; line-height: 1.2; font-weight: 760;
  letter-spacing: .17em; text-transform: uppercase;
}
.home-hero h1 { max-width: 790px; margin: 0 0 27px; font-family: var(--serif); font-weight: 450; font-size: clamp(3.15rem, 6vw, 6.2rem); line-height: .98; letter-spacing: -.04em; }
.home-hero h1 em { font-weight: inherit; color: #fff7e8; }
.hero-copy { max-width: 750px; color: #c4d4d7; font-size: clamp(1.05rem, 1.5vw, 1.26rem); line-height: 1.65; }
.hero-copy strong { color: white; font-weight: 650; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 10px 19px; border: 1px solid var(--ai); border-radius: 3px; background: var(--ai); color: var(--white); font-weight: 700; text-decoration: none; }
.button:hover { background: var(--ume); border-color: var(--ume); color: var(--white); }
.button--light { background: var(--paper); border-color: var(--paper); color: var(--ai-deep); }
.button--ghost { background: transparent; border-color: rgba(255,255,255,.32); color: var(--white); }
.button--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.hero-card { position: relative; background: var(--paper); color: var(--sumi); border-top: 5px solid var(--kin); padding: 34px; box-shadow: 12px 14px 0 rgba(10,34,39,.18); text-decoration: none; }
.hero-card:hover { color: var(--sumi); }
.hero-card__label { margin: 0 0 13px; color: var(--ink-soft); font-size: .72rem; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.hero-card__input { display: flex; align-items: center; min-height: 62px; border-bottom: 2px solid #c9bea7; font-size: 1.35rem; font-weight: 650; }
.hero-card__kana { display: flex; align-items: center; justify-content: space-between; min-height: 150px; color: var(--ume); font-family: var(--jp); font-size: clamp(2.8rem, 6vw, 4.6rem); }
.hanko { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 64px; border: 3px solid currentColor; font-size: 1.08rem; line-height: 1.1; writing-mode: vertical-rl; }
.hero-card__foot { margin: 0 -34px -34px; padding: 18px 34px; background: #ece5d6; color: #4b585c; font-size: .91rem; }
.hero-card__foot b { display: inline-block; margin-right: 8px; background: var(--ai); color: white; padding: 2px 8px; font-size: .7rem; letter-spacing: .11em; }

/* Tool rail */
.tool-rail { background: var(--paper); border-bottom: 1px solid var(--line); }
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tool-card { min-height: 220px; display: grid; grid-template-columns: 72px 1fr; gap: 16px; padding: 34px 28px; border-right: 1px solid var(--line); color: inherit; text-decoration: none; }
.tool-card:first-child { border-left: 1px solid var(--line); }
.tool-card:hover { background: #fbf7ec; color: inherit; }
.tool-card__kanji { color: var(--kin); font-family: var(--jp); font-size: 2.6rem; line-height: 1.05; writing-mode: vertical-rl; }
.tool-card h2 { margin: 1px 0 8px; font-family: var(--serif); font-size: 1.45rem; font-weight: 550; line-height: 1.2; }
.tool-card p { margin: 0 0 13px; color: var(--ink-soft); font-size: .91rem; line-height: 1.55; }
.tool-card__meta { display: block; color: #64757b; font-size: .69rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }

/* Sections and cards */
.home-section { padding: 82px 0; }
.home-section--white { background: var(--paper); }
.home-section--tint { background: #eee8da; border-block: 1px solid var(--line); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 500; line-height: 1.05; letter-spacing: -.025em; }
.section-heading h2 span { margin-left: 10px; color: var(--kin); font-family: var(--jp); font-size: .7em; }
.section-heading a { flex: 0 0 auto; font-size: .9rem; font-weight: 700; text-decoration: none; }
.posts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.post-card { display: flex; flex-direction: column; min-width: 0; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 1px 0 rgba(23,38,43,.03); transition: transform .18s ease, box-shadow .18s ease; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.post-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #e3dccd; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.post-card:hover .post-card__image img { transform: scale(1.025); }
.post-card__placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(26,74,84,.18); font-family: var(--jp); font-size: 5rem; background: radial-gradient(circle at 25% 25%, #fffdf8, #ece4d4); }
.post-card__body { display: flex; flex-direction: column; flex: 1; padding: 24px; }
.post-card__category { color: var(--ume); margin-bottom: 10px; }
.post-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 1.46rem; font-weight: 550; line-height: 1.22; }
.post-card h3 a { color: var(--sumi); text-decoration: none; }
.post-card h3 a:hover { color: var(--ume); }
.post-card__excerpt { margin: 0 0 20px; color: var(--ink-soft); font-size: .94rem; line-height: 1.6; }
.post-card__meta { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: #708087; font-size: .75rem; }
.post-card__meta span + span::before { content: "·"; margin: 0 8px; }
.posts-grid .post-card:first-child { grid-column: span 2; }
.posts-grid .post-card:first-child h3 { font-size: 1.9rem; }

.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
.about-mark { position: sticky; top: 30px; padding: 30px; border: 1px solid var(--line); background: var(--paper); }
.about-mark__jp { margin: 0; color: var(--ume); font-family: var(--jp); font-size: 4rem; line-height: 1; }
.about-mark h2 { margin: 14px 0 8px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.about-mark p { margin: 0; color: var(--ink-soft); }
.about-copy h2 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.6rem); font-weight: 500; line-height: 1.06; }
.about-copy p { font-size: 1.06rem; }
.topic-links { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 32px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic-links a { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 14px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.36); color: var(--sumi); text-decoration: none; font-size: .87rem; font-weight: 650; }
.topic-links a:hover { background: var(--paper); color: var(--ume); }
.topic-links small { color: #7b8587; font-size: .68rem; font-weight: 500; }

/* Interior pages */
.page-banner { padding: 70px 0 58px; background: var(--ai); color: white; }
.page-banner .eyebrow { margin-bottom: 14px; }
.page-banner h1 { max-width: 920px; margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(2.7rem, 6vw, 5.6rem); line-height: 1.02; letter-spacing: -.035em; }
.page-banner__intro { max-width: 780px; margin: 22px 0 0; color: #c6d6d9; font-size: 1.15rem; }
.breadcrumbs { padding: 14px 0; border-bottom: 1px solid var(--line); color: #6a787c; font-size: .78rem; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span { margin-inline: 7px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 64px; padding: 62px 0 86px; align-items: start; }
.entry-content { min-width: 0; font-family: var(--serif); font-size: 1.12rem; line-height: 1.82; }
.entry-content > * { max-width: var(--reading); margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: 1040px; }
.entry-content > .alignfull { max-width: none; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--sumi); line-height: 1.2; font-weight: 570; scroll-margin-top: 24px; }
.entry-content h2 { margin-top: 2.1em; font-size: 2rem; }
.entry-content h3 { margin-top: 1.7em; font-size: 1.45rem; }
.entry-content a { color: var(--ume); }
.entry-content blockquote { margin-top: 2em; margin-bottom: 2em; padding: 20px 26px; border-left: 4px solid var(--kin); background: #eee7d8; font-size: 1.16em; }
.entry-content blockquote p { margin: 0; }
.entry-content table { width: 100%; border-collapse: collapse; font-family: var(--sans); font-size: .9rem; }
.entry-content th, .entry-content td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.entry-content th { background: var(--ai); color: white; }
.entry-content figure { margin-top: 2em; margin-bottom: 2em; }
.entry-content figcaption { color: #6b777b; font-family: var(--sans); font-size: .78rem; }
.post-byline { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 25px; color: #c7d5d8; font-size: .81rem; }
.post-byline a { color: white; text-decoration: none; }
.featured-wide { margin-top: -1px; background: var(--paper); }
.featured-wide img { width: min(100%, 1400px); max-height: 720px; margin-inline: auto; object-fit: cover; }
.sidebar-box { margin-bottom: 24px; padding: 24px; background: var(--paper); border-top: 4px solid var(--kin); box-shadow: var(--shadow); }
.sidebar-box h2 { margin: 0 0 14px; font-family: var(--serif); font-size: 1.35rem; }
.sidebar-box p, .sidebar-box li { color: var(--ink-soft); font-size: .85rem; }
.sidebar-box ul { list-style: none; padding: 0; margin: 0; }
.sidebar-box li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.sidebar-box a { text-decoration: none; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-list a { padding: 4px 8px; border: 1px solid var(--line); background: var(--paper); font-size: .75rem; text-decoration: none; }
.post-navigation { margin-top: 50px; }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.post-navigation a { display: block; padding: 20px; border: 1px solid var(--line); background: var(--paper); color: var(--sumi); text-decoration: none; }
.post-navigation .nav-next { text-align: right; }
.related-posts { padding: 70px 0; background: #eee8da; border-top: 1px solid var(--line); }
.related-posts .posts-grid .post-card:first-child { grid-column: auto; }

/* Tools */
.tool-shell { max-width: 900px; margin: 0 auto 44px; padding: 30px; background: var(--paper); border-top: 5px solid var(--kin); box-shadow: var(--shadow); font-family: var(--sans); }
.tool-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }
.tool-form--multi { grid-template-columns: repeat(2, minmax(0,1fr)) auto; }
.tool-field label { display: block; margin-bottom: 7px; color: var(--ink-soft); font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.tool-field input, .tool-field select { width: 100%; min-height: 48px; padding: 9px 12px; border: 1px solid #bfb5a3; border-radius: 2px; background: #fff; color: var(--sumi); }
.tool-field input:focus, .tool-field select:focus { outline: 3px solid rgba(197,138,44,.25); border-color: var(--kin); }
.tool-result { margin-top: 25px; padding: 22px; background: #eee8da; border-left: 4px solid var(--ume); }
.tool-result__jp { margin: 0 0 8px; color: var(--ume); font-family: var(--jp); font-size: 2.7rem; line-height: 1.25; }
.tool-result h2 { margin: 0 0 10px; font-family: var(--serif); }
.tool-result p:last-child { margin-bottom: 0; }
.phrase-categories { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.phrase-categories a { padding: 7px 11px; border: 1px solid var(--line); background: #fff; text-decoration: none; font-size: .78rem; }
.phrase-categories a.is-active { background: var(--ai); border-color: var(--ai); color: white; }
.phrase-list { display: grid; gap: 13px; }
.phrase-item { padding: 18px; border: 1px solid var(--line); background: var(--paper); }
.phrase-item__en { margin: 0; font-weight: 700; }
.phrase-item__ja { margin: 5px 0 1px; color: var(--ai); font-family: var(--jp); font-size: 1.35rem; }
.phrase-item__rom { margin: 0; color: var(--ume); font-style: italic; }
.phrase-item__note { margin: 7px 0 0; color: var(--ink-soft); font-size: .82rem; }
.tool-error { margin-top: 15px; color: #812632; font-weight: 650; }
.jkh-popularity, .jkh-seimei { max-width: 900px; margin: 30px auto; padding: 26px; background: var(--paper); border: 1px solid var(--line); font-family: var(--sans); }
.jkh-popularity h2, .jkh-seimei h2 { margin-top: 0; font-family: var(--serif); }
.jkh-pop-figures { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 20px 0; }
.jkh-pop-stat { display: flex; flex-direction: column; padding: 12px; background: #eee8da; }
.jkh-pop-stat b { color: var(--ai); font-size: 1.3rem; }
.jkh-pop-stat span, .jkh-source, .jkh-gokaku-note, .jkh-disclaimer { color: var(--ink-soft); font-size: .8rem; }
.jkh-spark { display: block; width: 100%; height: auto; color: var(--ume); }
.jkh-spark-axis { display: flex; justify-content: space-between; color: var(--ink-soft); font-size: .75rem; }
.jkh-seimei-strokes { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.jkh-kana { display: inline-flex; align-items: baseline; gap: 5px; padding: 5px 9px; border: 1px solid var(--line); }
.jkh-kana b { font-family: var(--jp); font-size: 1.25rem; }
.jkh-kana i { color: var(--ink-soft); font-size: .72rem; font-style: normal; }
.jkh-gokaku { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: .84rem; }
.jkh-gokaku th, .jkh-gokaku td { padding: 9px; border-bottom: 1px solid var(--line); text-align: left; }
.jkh-good td:nth-child(3) { color: #17633f; }
.jkh-bad td:nth-child(3) { color: #812632; }

/* Archives, footer, utilities */
.archive-main { padding: 68px 0 90px; }
.archive-header { max-width: 800px; margin-bottom: 38px; }
.archive-header h1 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4.6rem); font-weight: 500; line-height: 1.05; }
.pagination { margin-top: 44px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.pagination a, .pagination span { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); background: var(--paper); text-decoration: none; }
.pagination .current { background: var(--ai); border-color: var(--ai); color: white; }
.notice-empty { padding: 40px; background: var(--paper); border: 1px solid var(--line); }
.site-footer { background: var(--ai-deep); color: #b8cbd0; padding: 58px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr .8fr; gap: 70px; }
.footer-title { margin: 0 0 14px; color: white; font-size: .72rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: #b8cbd0; font-size: .86rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin: 7px 0; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .73rem; }
.no-sidebar .content-layout { display: block; }
.no-sidebar .entry-content { padding: 60px 0 85px; }
.no-sidebar .entry-content > p:first-child { font-size: 1.18rem; color: var(--ink-soft); }
.wp-block-post-title { display: none; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-card { max-width: 690px; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .tool-card:nth-child(3) { border-left: 1px solid var(--line); }
  .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .content-layout { grid-template-columns: 1fr; }
  .content-sidebar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .about-grid { grid-template-columns: 1fr; gap: 38px; }
  .about-mark { position: static; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  .wrap, .reading-wrap { width: min(calc(100% - 28px), var(--content)); }
  .header-inner { min-height: 76px; }
  .custom-logo { max-width: 255px; height: 48px; }
  .brand-fallback img { width: 255px; }
  html.js .menu-toggle { display: block; }
  .primary-nav { position: absolute; z-index: 20; top: 76px; left: 0; right: 0; padding: 18px 20px; background: var(--ai-deep); border-top: 1px solid rgba(255,255,255,.12); }
  html.js .primary-nav { display: none; }
  html.js .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 4px; }
  .primary-nav a { display: block; padding: 10px 4px; }
  .home-hero { padding: 64px 0 58px; }
  .home-hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero-card { padding: 24px; }
  .hero-card__foot { margin: 0 -24px -24px; padding: 15px 24px; }
  .tool-grid, .posts-grid, .footer-grid, .content-sidebar { grid-template-columns: 1fr; }
  .tool-card, .tool-card:first-child, .tool-card:nth-child(3) { min-height: 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .posts-grid .post-card:first-child { grid-column: auto; }
  .posts-grid .post-card:first-child h3 { font-size: 1.46rem; }
  .home-section { padding: 58px 0; }
  .section-heading { align-items: flex-start; }
  .topic-links { grid-template-columns: 1fr; }
  .page-banner { padding: 52px 0 44px; }
  .content-layout { padding: 45px 0 65px; }
  .entry-content { font-size: 1.06rem; }
  .tool-shell { padding: 22px; }
  .tool-form, .tool-form--multi { grid-template-columns: 1fr; }
  .tool-form .button { width: 100%; }
  .jkh-pop-figures { grid-template-columns: repeat(2, 1fr); }
  .jkh-popularity, .jkh-seimei { padding: 20px; overflow-x: auto; }
  .footer-grid { gap: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
  .site-header, .site-footer, .content-sidebar, .related-posts, .post-navigation { display: none !important; }
  body { background: white; color: black; }
  .content-layout { display: block; padding: 0; }
  .entry-content { max-width: none; font-size: 11pt; }
  a { color: black; text-decoration: none; }
}
