
/* Detail článku – v13. Společná hlavička, sidebar a patička zůstávají beze změny. */
.article-page .category-breadcrumb { border-bottom: 1px solid #e6e6e6; }
.article-detail { color: #555; }
.article-category { font-family: Roboto, sans-serif; font-weight: 700; letter-spacing: .04em; }
.article-title { margin: 0; line-height: 1.14; }
.article-meta strong { color: #555; font-weight: 500; }
.article-hero { margin: 0 0 32px; }
.article-hero img { display: block; width: 100%; height: auto; }
.article-hero figcaption { padding-top: 8px; color: #999; font: 12px/1.4 Lato, sans-serif; text-align: right; }
.article-prose { font: 16px/1.78 Lato, sans-serif; color: #555; }
.article-prose p { margin: 0 0 23px; }
.article-prose .article-lead { color: #333; font-size: 18px; line-height: 1.65; }
.article-signature { color: #333; font-style: italic; }
.article-note { margin: 8px 0 28px; padding: 18px 20px; border-left: 4px solid #17a05e; background: #f6f8f7; color: #555; }
.article-footer-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 24px; margin-top: 12px; padding: 18px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; font: 13px/1.5 Roboto, sans-serif; color: #777; }
.article-footer-meta span { margin-right: 7px; color: #555; font-weight: 500; }
.article-tags a { color: #17a05e; }
.article-share { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 20px 0 40px; font: 13px/1.4 Roboto, sans-serif; }
.article-share > span { margin-right: 6px; color: #555; font-weight: 500; }
.article-share a { padding: 7px 13px; border: 1px solid #ddd; border-radius: 2px; color: #555; transition: .2s; }
.article-share a:hover { border-color: #17a05e; background: #17a05e; color: #fff; }
.discussion-section { padding-top: 34px; border-top: 4px solid #2c2c2c; }
.discussion-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.discussion-kicker { display: block; margin-bottom: 4px; color: #17a05e; font: 700 12px/1.3 Roboto, sans-serif; text-transform: uppercase; letter-spacing: .05em; }
.discussion-heading h2 { margin: 0; color: #222; font: 700 25px/1.25 Roboto, sans-serif; }
.discussion-count { color: #888; font: 13px/1.4 Lato, sans-serif; white-space: nowrap; }
.discussion-demo-note { margin: -10px 0 24px; color: #999; font: 12px/1.5 Lato, sans-serif; }
.discussion-empty { margin: 8px 0 30px; padding: 30px 24px; border: 1px solid #e2e2e2; background: #fafafa; text-align: center; }
.discussion-empty strong { display: block; margin-bottom: 5px; color: #333; font: 500 16px/1.5 Roboto, sans-serif; }
.discussion-empty p { margin: 0; color: #888; font: 14px/1.5 Lato, sans-serif; }
.comment-thread { margin-bottom: 35px; }
.comment-item { display: flex; gap: 15px; padding: 20px 0; border-bottom: 1px solid #e6e6e6; }
.comment-avatar { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: #edf5f1; color: #168454; font: 700 13px/44px Roboto, sans-serif; text-align: center; }
.comment-body { min-width: 0; flex: 1; }
.comment-meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 13px; margin-bottom: 8px; }
.comment-meta strong { color: #333; font: 500 15px/1.4 Roboto, sans-serif; }
.comment-meta time { color: #999; font: 12px/1.4 Lato, sans-serif; }
.comment-body p { margin: 0 0 10px; color: #555; font: 14px/1.7 Lato, sans-serif; }
.comment-reply { padding: 0; border: 0; background: transparent; color: #168454; font: 500 12px/1.4 Roboto, sans-serif; cursor: pointer; }
.comment-children { margin-left: 59px; padding-left: 18px; border-left: 2px solid #dbece4; }
.comment-children-level-2 { margin-left: 36px; }
.comment-form-wrap { margin-top: 18px; padding: 26px; background: #f7f7f7; }
.comment-form-wrap h3 { margin: 0 0 5px; color: #2d2d2d; font: 700 21px/1.35 Roboto, sans-serif; }
.comment-login-note { margin: 0 0 20px; color: #888; font: 13px/1.5 Lato, sans-serif; }
.comment-form label { display: block; margin-bottom: 8px; color: #555; font: 500 13px/1.4 Roboto, sans-serif; }
.comment-form textarea { display: block; width: 100%; min-height: 145px; resize: vertical; padding: 14px 16px; border: 1px solid #d7d7d7; border-radius: 2px; background: #fff; color: #444; font: 14px/1.6 Lato, sans-serif; outline: none; }
.comment-form textarea:focus { border-color: #17a05e; box-shadow: 0 0 0 2px rgba(23,160,94,.1); }
.comment-form-actions { margin-top: 15px; text-align: right; }
.comment-form button { padding: 11px 20px; border: 0; border-radius: 2px; background: #17a05e; color: #fff; font: 500 13px/1 Roboto, sans-serif; cursor: pointer; transition: .2s; }
.comment-form button:hover { background: #12804a; }
@media (max-width: 575px) {
  .article-title { font-size: 30px !important; }
  .article-prose { font-size: 15px; line-height: 1.72; }
  .article-prose .article-lead { font-size: 17px; }
  .discussion-heading { align-items: flex-start; }
  .discussion-heading h2 { font-size: 22px; }
  .comment-children { margin-left: 20px; padding-left: 12px; }
  .comment-children-level-2 { margin-left: 8px; }
  .comment-avatar { flex-basis: 38px; width: 38px; height: 38px; line-height: 38px; }
  .comment-form-wrap { padding: 20px 16px; }
}
