.yp-journal-page { background: #f4f5f3; }
.yp-journal-page .site.grid-container,
.yp-journal-page .site-content,
.yp-journal-page .content-area { width: 100%; max-width: none; margin: 0; padding: 0; }
.yp-journal-page .site-content { background: #f4f5f3; }
.yp-journal-page .site-main { margin: 0; }
.yp-journal-page .yp-inner-hero h1 { overflow-wrap: anywhere; }
.yp-journal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 284px; gap: 56px; width: min(100% - 48px, 1280px); margin: 0 auto; padding: 80px 0 112px; }
.yp-journal-layout--single { grid-template-columns: 1fr; }
.yp-journal-feed { min-width: 0; }
.yp-journal-feed__heading { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid #cbd0ce; }
.yp-journal-feed__heading h2 { margin: 0; color: #151b1f; font: 800 clamp(30px, 3vw, 42px)/1 Manrope, Arial, sans-serif; text-transform: uppercase; }
.yp-journal-feed__heading span { color: #687276; font-size: 13px; white-space: nowrap; }
.yp-journal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 24px; }
.yp-journal-card { min-width: 0; margin: 0; background: transparent; }
.yp-journal-card__media { display: grid; place-items: center; aspect-ratio: 4 / 3; overflow: hidden; background: #252d32; color: #febc38; font-weight: 800; text-decoration: none; }
.yp-journal-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 250ms ease; }
.yp-journal-card__media:hover img { transform: scale(1.03); }
.yp-journal-card__body { padding: 22px 0 0; }
.yp-journal-card__meta, .yp-journal-article__meta { display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center; color: #a51a22; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.yp-journal-card__meta span::before { content: '/'; margin-right: 20px; color: #8e9999; }
.yp-journal-card h2 { margin: 15px 0 12px; color: #151b1f; font: 800 clamp(23px, 2.2vw, 30px)/1.16 Manrope, Arial, sans-serif; text-transform: uppercase; }
.yp-journal-card h2 a { color: inherit; text-decoration: none; }
.yp-journal-card h2 a:hover, .yp-journal-card h2 a:focus-visible { color: #a51a22; }
.yp-journal-card__body > p { min-height: 66px; margin: 0 0 18px; color: #536064; font-size: 14px; line-height: 1.6; }
.yp-journal-card__link, .yp-journal-article__footer > a { display: inline-flex; align-items: center; gap: 12px; color: #a51a22; font-size: 12px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.yp-journal-card__link:hover, .yp-journal-article__footer > a:hover { text-decoration: underline; }
.yp-journal-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 50px; }
.yp-journal-pagination .page-numbers { display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid #cbd0ce; color: #151b1f; text-decoration: none; }
.yp-journal-pagination .page-numbers.current, .yp-journal-pagination .page-numbers:hover { border-color: #151b1f; background: #151b1f; color: #fff; }
.yp-journal-empty { padding: 48px 0; color: #566063; }
.yp-journal-sidebar { min-width: 0; padding-top: 8px; }
.yp-journal-sidebar .widget { margin: 0 0 34px; padding: 0 0 34px; border-bottom: 1px solid #cbd0ce; background: transparent; }
.yp-journal-sidebar .widget:last-child { border-bottom: 0; }
.yp-journal-sidebar .widget h2, .yp-journal-sidebar .widget-title { margin: 0 0 18px; color: #151b1f; font: 800 15px/1.25 Manrope, Arial, sans-serif; text-transform: uppercase; }
.yp-journal-sidebar .wp-block-search__label { display: block; margin-bottom: 12px; color: #151b1f; font: 800 15px/1.25 Manrope, Arial, sans-serif; text-transform: uppercase; }
.yp-journal-sidebar .wp-block-search__inside-wrapper { display: flex; min-width: 0; }
.yp-journal-sidebar input[type="search"] { min-width: 0; width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #aab2b2; border-radius: 0; background: #fff; color: #151b1f; font-size: 14px; }
.yp-journal-sidebar input[type="search"]:focus { border-color: #151b1f; outline: 2px solid #febc38; outline-offset: 1px; }
.yp-journal-sidebar .wp-block-search__button { display: grid; place-items: center; min-width: 44px; min-height: 44px; margin: 0; padding: 8px; border: 0; border-radius: 0; background: #febc38; color: #151b1f; font-size: 13px; font-weight: 700; }
.yp-journal-sidebar .wp-block-search__button:hover { background: #f6c55f; }
.yp-journal-sidebar ul, .yp-journal-sidebar ol { margin: 0; padding: 0; list-style: none; }
.yp-journal-sidebar li { margin: 0; padding: 12px 0; border-top: 1px solid #dde1df; color: #596367; font-size: 13px; line-height: 1.5; }
.yp-journal-sidebar li:first-child { border-top: 0; padding-top: 0; }
.yp-journal-sidebar a { color: #263034; text-decoration: none; }
.yp-journal-sidebar a:hover, .yp-journal-sidebar a:focus-visible { color: #a51a22; text-decoration: underline; }
.yp-journal-sidebar .wp-block-latest-posts__post-date { display: block; margin-top: 4px; color: #778184; font-size: 11px; }
.yp-journal-article { padding: 68px 0 96px; background: #f4f5f3; }
.yp-journal-article__head, .yp-journal-article__content, .yp-journal-article__footer { width: min(100% - 48px, 800px); margin-inline: auto; }
.yp-journal-article__head { margin-bottom: 24px; }
.yp-journal-article__meta a { color: #a51a22; text-decoration: none; }
.yp-journal-article__meta a:hover { text-decoration: underline; }
.yp-journal-article__cover { width: min(100% - 48px, 1280px); margin: 0 auto 56px; }
.yp-journal-article__cover img { display: block; width: 100%; max-height: 660px; height: auto; object-fit: cover; }
.yp-journal-article__cover figcaption { margin-top: 10px; color: #687276; font-size: 12px; }
.yp-journal-article__content { color: #263034; font-size: 17px; line-height: 1.8; overflow-wrap: break-word; }
.yp-journal-article__content > :first-child { margin-top: 0; }
.yp-journal-article__content h2, .yp-journal-article__content h3, .yp-journal-article__content h4 { margin: 1.7em 0 .55em; color: #151b1f; font-family: Manrope, Arial, sans-serif; font-weight: 800; line-height: 1.2; }
.yp-journal-article__content h2 { font-size: clamp(28px, 3vw, 38px); }
.yp-journal-article__content h3 { font-size: 25px; }
.yp-journal-article__content p, .yp-journal-article__content ul, .yp-journal-article__content ol { margin-bottom: 1.35em; }
.yp-journal-article__content a { color: #a51a22; text-decoration: underline; text-underline-offset: 2px; }
.yp-journal-article__content img { max-width: 100%; height: auto; }
.yp-journal-article__content blockquote { margin: 36px 0; padding: 12px 0 12px 24px; border-left: 4px solid #febc38; color: #384549; font-size: 21px; }
.yp-journal-article__content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.yp-journal-article__content th, .yp-journal-article__content td { padding: 10px 14px; border: 1px solid #cbd0ce; }
.yp-journal-article__footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; margin-top: 60px; padding-top: 24px; border-top: 1px solid #cbd0ce; }
.yp-journal-article__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.yp-journal-article__tags a { padding: 6px 10px; border: 1px solid #cbd0ce; color: #263034; font-size: 12px; text-decoration: none; }
.yp-journal-neighbors { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; width: min(100% - 48px, 1280px); margin: 0 auto 88px; }
.yp-journal-neighbors a { display: flex; min-width: 0; flex-direction: column; gap: 9px; padding: 24px; border-top: 2px solid #febc38; background: #fff; color: #151b1f; text-decoration: none; }
.yp-journal-neighbors a:hover { background: #f4f5f3; }
.yp-journal-neighbors span { color: #a51a22; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.yp-journal-neighbors strong { font: 800 20px/1.2 Manrope, Arial, sans-serif; text-transform: uppercase; }
.yp-journal-comments { width: min(100% - 48px, 800px); margin: 0 auto 100px; }
.yp-journal-comments h2, .yp-journal-comments h3 { color: #151b1f; font-family: Manrope, Arial, sans-serif; text-transform: uppercase; }
.yp-journal-comments input:not([type="submit"]), .yp-journal-comments textarea { width: 100%; max-width: 100%; border: 1px solid #aab2b2; border-radius: 0; background: #fff; }
.yp-journal-comments input[type="submit"] { border-radius: 0; background: #febc38; color: #151b1f; font-weight: 700; text-transform: uppercase; }
@media (max-width: 900px) { .yp-journal-layout { grid-template-columns: 1fr; gap: 64px; } .yp-journal-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } .yp-journal-sidebar .widget { margin: 0; } }
@media (max-width: 600px) { .yp-journal-layout { padding: 52px 0 72px; } .yp-journal-grid, .yp-journal-sidebar, .yp-journal-neighbors { grid-template-columns: 1fr; } .yp-journal-card__body > p { min-height: 0; } .yp-journal-article { padding: 48px 0 68px; } .yp-journal-article__cover { margin-bottom: 36px; } .yp-journal-article__content { font-size: 16px; } }
