/* ── Marktbericht ─────────────────────────────────────────────────────────── */

.bp-marktbericht-date {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 1.2rem;
}

.bp-marktbericht-content {
    line-height: 1.75;
    color: #333;
}

.bp-marktbericht-content h2 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 1.8rem 0 0.5rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e5e5e5;
}

.bp-marktbericht-content h3 {
    font-size: 0.97rem;
    font-weight: 700;
    color: #3b7dd8;
    margin: 1.2rem 0 0.3rem;
}

.bp-marktbericht-content p {
    margin-bottom: 0.9rem;
}

.bp-marktbericht-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    margin-bottom: 1.4rem;
}

.bp-marktbericht-content th {
    background: #f0f4fb;
    font-weight: 700;
    text-align: left;
    padding: 0.45rem 0.7rem;
    border-bottom: 2px solid #d0d8e8;
}

.bp-marktbericht-content td {
    padding: 0.4rem 0.7rem;
    border-bottom: 1px solid #ebebeb;
    vertical-align: top;
}

.bp-marktbericht-content tr:last-child td {
    border-bottom: none;
}

.bp-marktbericht-content strong {
    font-weight: 700;
    color: #1a1a1a;
}

/* ── Blätter-Navigation ─────────────────────────────────────────────────── */

.bp-marktbericht-nav {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
    margin: 1.8rem 0 1.4rem;
}

.bp-marktbericht-nav__btn {
    display: inline-block;
    padding: 0.45rem 1rem;
    border-radius: 4px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    background: #f0f4fb;
    color: #3b7dd8;
    border: 1px solid #c8d8f0;
    transition: background 0.15s, color 0.15s;
}

.bp-marktbericht-nav__btn:hover {
    background: #3b7dd8;
    color: #fff;
    border-color: #3b7dd8;
}

.bp-marktbericht-nav__btn--latest {
    background: #3b7dd8;
    color: #fff;
    border-color: #3b7dd8;
}

.bp-marktbericht-nav__btn--latest:hover {
    background: #2c65b8;
    border-color: #2c65b8;
}

.bp-marktbericht-nav__btn--disabled {
    background: #f5f5f5;
    color: #bbb;
    border-color: #e0e0e0;
    cursor: default;
    pointer-events: none;
}

/* ── Archiv-Dropdown ────────────────────────────────────────────────────── */

.bp-marktbericht-archive {
    margin-top: 0.5rem;
    border: 1px solid #e0e8f5;
    border-radius: 6px;
    padding: 0.6rem 1rem;
    background: #fafbff;
}

.bp-marktbericht-archive summary {
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 600;
    color: #3b7dd8;
    user-select: none;
}

.bp-marktbericht-archive__list {
    list-style: none;
    margin: 0.8rem 0 0.2rem;
    padding: 0;
    columns: 3;
    column-gap: 1rem;
}

.bp-marktbericht-archive__list li {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
}

.bp-marktbericht-archive__list li a {
    color: #3b7dd8;
    text-decoration: none;
}

.bp-marktbericht-archive__list li a:hover {
    text-decoration: underline;
}

.bp-marktbericht-archive__list li.active a {
    font-weight: 700;
    color: #1a1a1a;
    pointer-events: none;
}

.bp-marktbericht-unavailable {
    color: #888;
    font-style: italic;
    margin: 2rem 0;
}

@media (max-width: 640px) {
    .bp-marktbericht-archive__list {
        columns: 2;
    }

    .bp-marktbericht-nav {
        justify-content: space-between;
    }

    .bp-marktbericht-content table {
        font-size: 0.82rem;
    }

    .bp-marktbericht-content th,
    .bp-marktbericht-content td {
        padding: 0.35rem 0.5rem;
    }
}
