/* ============================================================
   60-cocoon.css — Cocoon 親テーマの上書き
   ============================================================ */

/* ------------------------------------------------------------
   このファイルに残っている !important について
   Cocoon 本体のレイアウト指定（#main / #content / .article）を打ち消すため。
   Cocoon 側の CSS は編集できず、詳細度でも勝てないため外せない。
   （@layer も検討したが、レイヤー外の Cocoon が常に勝つため使えない）
   ------------------------------------------------------------ */
#header, .header-container-in, #navi, .navi-in { display: none !important; }
.entry-title, .archive-title, .site-name-text, #site-title, .site-title-text, article > h1:first-child, main > h1:first-of-type { display: none !important; }
#footer { display: none !important; }
.footer-credit { display: none !important; }
body .content .wrap, body #content-in.wrap, body .content-in.wrap { max-width: 1680px; width: auto; }
body #main.main { max-width: none; width: auto; }
body.yup-active-template #content, body.yup-active-template #content-in, body.yup-active-template #main, body.yup-active-template .article { padding-top: 0 !important; margin-top: 0 !important; }
body.yup-editing .rl-header--apple { display: none; }
body.yup-editing .rl-header__drawer { display: none; }
