/* ===================================
   ШАБЛОН 5 — ARTICLE STYLES
=================================== */

.bacfaart-content { flex: 1; overflow-y: auto; }

.bacfaart-topbar {
    background: #fff;
    border-bottom: 1px solid #e8e4de;
    padding: 14px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 10;
}

.bacfaart-main { padding: 48px; }

/* ===== ARTICLE ===== */
.bacfaarticle {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8e4de;
    box-shadow: 0 1px 4px rgba(0,0,0,.07);
    margin-bottom: 32px;
}
.bacfaart-hero-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    background: #ede9e3;
}
.bacfaart-inner { padding: 36px; }
.bacfaart-cat {
    display: inline-block;
    background: #e8f5e0;
    color: #2d4a22;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}
.bacfaart-title {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-weight: 700;
    color: #1a2e14;
    line-height: 1.25;
    margin-bottom: 14px;
}
.bacfaart-meta {
    display: flex;
    gap: 18px;
    font-size: 13px;
    color: #888;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e4de;
}
.bacfaart-meta i { margin-right: 5px; color: #2d4a22; }

.bacfaart-body {
    font-family: 'Lora', serif;
    font-size: 16px;
    line-height: 1.85;
    color: #333;
}
.bacfaart-body h2 { font-size: 22px; font-weight: 700; color: #1a2e14; margin: 30px 0 12px; }
.bacfaart-body h3 { font-size: 18px; font-weight: 600; color: #1a2e14; margin: 22px 0 10px; }
.bacfaart-body p { margin-bottom: 18px; }
.bacfaart-body ul, .bacfaart-body ol { padding-left: 24px; margin-bottom: 18px; }
.bacfaart-body li { margin-bottom: 6px; }
.bacfaart-body a { color: #2d4a22; text-decoration: underline; }
.bacfaart-body blockquote {
    border-left: 4px solid #2d4a22;
    margin: 24px 0;
    padding: 16px 24px;
    background: #f0f7ea;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #555;
}

.bacfaart-share {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e8e4de;
}
.bacfaart-share > span { font-size: 13px; font-weight: 600; color: #888; display: block; margin-bottom: 10px; }
.bacfashare-buttons {
    display: block;
}
.bacfashare-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    color: #fff;
    transition: opacity .2s;
    white-space: nowrap;
}
.bacfashare-btn:hover { opacity: .85; }
.bacfashare-vk { background: #4c75a3; }
.bacfashare-ok { background: #ee8208; }
.bacfashare-tg { background: #0088cc; }
.bacfashare-copy { background: #2d4a22;}
.bacfashare-vk,.bacfashare-ok,.bacfashare-tg,.bacfashare-copy { width: 120px;}



/* ===== SIDEBAR ===== */
.bacfaart-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: start;
}
.bacfawidget-sticky {
    position: sticky;
    top: 20px;
}
.bacfawidget {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #e8e4de;
    box-shadow: 0 1px 4px rgba(0,0,0,.07);
}
.bacfawidget-title {
    font-family: 'Lora', serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a2e14;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2d4a22;
}
.bacfacat-list { list-style: none; }
.bacfacat-list li { border-bottom: 1px solid #f0ede8; }
.bacfacat-list li:last-child { border-bottom: none; }
.bacfacat-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 13px;
    color: #333;
}
.bacfacat-list a:hover { color: #2d4a22; }
.bacfacat-list a span {
    background: #f5f3ef;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    color: #888;
}
.bacfarec-list { display: flex; flex-direction: column; gap: 12px; }
.bacfarec-item {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    transition: opacity .2s;
}
.bacfarec-item:hover { opacity: .8; }
.bacfarec-img { width: 68px; height: 50px; object-fit: cover; border-radius: 6px; flex-shrink: 0; background: #ede9e3; }
.bacfarec-text { font-size: 13px; font-weight: 500; color: #333; line-height: 1.4; }

/* ===== ART LAYOUT ===== */
.bacfaart-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 28px;
    align-items: start;
}

@media (max-width: 900px) {
    .bacfaart-layout { grid-template-columns: 1fr; }
    .bacfaart-main { padding: 24px 20px; }
    .bacfaart-topbar { padding: 12px 20px; }
    .bacfaart-hero-img { height: 200px; }
    .bacfaart-inner { padding: 20px; }
    .bacfaart-title { font-size: 22px; }
    .bacfashare-buttons {display: grid;gap: 6px;}
    .bacfashare-vk,.bacfashare-ok,.bacfashare-tg,.bacfashare-copy { width: 100%;}
    .bacfaart-share {text-align: center;}
    .bacfaart-meta {gap: 10px; font-size: 10px;}