/* Einzelbuchseite: Editorial-Layout v2 */

.buch-einzelseite .buch-editorial {
    max-width: 800px;
    margin: 0 auto;
}

.buch-einzelseite .buch-kategorie {
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}
 

.buch-einzelseite .buch-titel {
    margin: 0 0 20px;
    font-size: 1.7rem;
    line-height: 1.25;
    color: #2271b1;
}

/* Teaser: Kurzbeschreibung fett hervorgehoben */
.buch-einzelseite .buch-teaser {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.5;
    color: #1a1a1a;
    margin-bottom: 28px;
}

/* Fließtext-Block mit rechts eingebundenem Cover */
.buch-einzelseite .buch-fliesstext {
    font-size: 1rem;
    line-height: 1.7;
    color: #2a2a2a;
    text-align: justify;
    margin-bottom: 24px;
}

.buch-einzelseite .buch-fliesstext::after {
    content: "";
    display: table;
    clear: both;
}

.buch-einzelseite .buch-fliesstext p {
    margin-bottom: 1.1em;
}

.buch-einzelseite .buch-cover-float {
    float: right;
    width: 250px;
    margin: 0 0 16px 24px;
}

.buch-einzelseite .buch-cover-float img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #ddd;
}

.buch-einzelseite .buch-cover-float figcaption {
    font-size: 0.8rem;
    color: #888;
    font-style: italic;
    margin-top: 6px;
    text-align: center;
}

/* Bibliografische Zeile */
.buch-einzelseite .buch-bibliografie-zeile {
    font-size: 0.9rem;
    font-style: italic;
    color: #555;
    margin-bottom: 24px;
}

/* Taxonomien, dezent */
.buch-einzelseite .buch-taxonomien {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 24px;
}

.buch-einzelseite .buch-taxonomien .buch-meta-item:not(:last-child)::after {
    content: " · ";
}

.buch-einzelseite .buch-taxonomien a {
    color: #999;
}

.buch-einzelseite .buch-admin-actions .button {
    display: inline-block;
    padding: 8px 16px;
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
}

@media (max-width: 600px) {
    .buch-einzelseite .buch-cover-float {
        float: none;
        width: 160px;
        margin: 0 auto 20px;
    }

    .buch-einzelseite .buch-fliesstext {
        text-align: left;
    }
}