.post-page { background: #f7f8f8; border-top: 4px solid #f3a000; color: #17383e; }
.post-layout { display: grid; gap: 24px; grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); margin: 28px auto 70px; max-width: 1080px; padding: 0 24px; }
.post-article { background: #fff; border: 1px solid #d9e1e1; border-radius: 10px; min-width: 0; padding: 34px 38px 42px; }
.post-breadcrumb { align-items: center; color: #839093; display: flex; font-size: 12px; gap: 8px; margin-bottom: 24px; }
.post-breadcrumb a { color: #e98700; font-weight: 750; }
.post-header { border-bottom: 1px solid #e3e8e8; margin-bottom: 22px; padding-bottom: 18px; }
.post-header h1 { color: #082f36; font-size: clamp(26px, 4vw, 38px); line-height: 1.2; margin: 0 0 12px; }
.post-header > div { color: #78888b; display: flex; flex-wrap: wrap; font-size: 11px; gap: 7px; }
.post-lead { background: #fff8e9; border-left: 4px solid #f3a000; color: #4c5e61; font-size: 15px; line-height: 1.7; margin: 0 0 24px; padding: 14px 16px; }
.post-content { color: #2d454a; font-size: 15px; line-height: 1.85; overflow-wrap: anywhere; }
.post-content h2 { color: #0b343b; font-size: 22px; margin: 30px 0 12px; }
.post-content h3 { color: #0b343b; font-size: 18px; margin: 24px 0 10px; }
.post-content p { margin: 0 0 16px; }
.post-content ul, .post-content ol { margin: 0 0 18px; padding-left: 24px; }
.post-content blockquote { background: #f3f7f7; border-left: 4px solid #008c98; margin: 20px 0; padding: 14px 18px; }
.post-content a { color: #007d89; font-weight: 750; text-decoration: underline; }
.post-tags { border-top: 1px solid #e3e8e8; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 30px; padding-top: 18px; }
.post-tags span { background: #edf4f4; border-radius: 999px; color: #426267; font-size: 11px; padding: 6px 10px; }
.post-sidebar { display: grid; gap: 20px; height: max-content; }
.post-sidebar section { background: #fff; border: 1px solid #d9e1e1; border-radius: 10px; padding: 18px; }
.post-sidebar h2 { color: #16383e; font-size: 14px; letter-spacing: .04em; margin: 0 0 12px; text-transform: uppercase; }
.post-search-card form { display: flex; }
.post-search-card input { border: 1px solid #ccd7d7; border-radius: 7px 0 0 7px; box-sizing: border-box; flex: 1; font: inherit; min-width: 0; padding: 10px 11px; }
.post-search-card button { background: #fff5e6; border: 1px solid #f3a000; border-radius: 0 7px 7px 0; color: #e98700; cursor: pointer; font-size: 18px; width: 42px; }
.post-latest-card { display: grid; gap: 8px; }
.post-latest-card h2 { margin-bottom: 4px; }
.post-latest-card a { border: 1px solid #dce4e4; border-radius: 8px; color: #14383e; display: block; padding: 12px; }
.post-latest-card a:hover { border-color: #efa527; box-shadow: 0 3px 10px rgba(69, 55, 16, .08); }
.post-latest-card strong, .post-latest-card span { display: block; }
.post-latest-card strong { font-size: 12px; line-height: 1.5; }
.post-latest-card span { color: #78888b; font-size: 9px; margin-top: 6px; }

@media (max-width: 820px) {
    .post-layout { grid-template-columns: 1fr; padding: 0 16px; }
    .post-article { padding: 25px 20px 32px; }
}
