.bkbg-book-shelf-app {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    overflow: hidden;
}

.bkbg-book-shelf-app .bkbg-bs-row {
    overflow-x: auto;
}

/* Title */
.bkbg-bsh-title {
    font-family: var(--bkbg-bsh-title-font-family, inherit);
    font-weight: var(--bkbg-bsh-title-font-weight, 800);
    font-style: var(--bkbg-bsh-title-font-style, normal);
    text-transform: var(--bkbg-bsh-title-text-transform, none);
    text-decoration: var(--bkbg-bsh-title-text-decoration, none);
    font-size: var(--bkbg-bsh-title-font-size-d, 22px);
    line-height: var(--bkbg-bsh-title-line-height-d, 1.2);
    letter-spacing: var(--bkbg-bsh-title-letter-spacing-d, normal);
    word-spacing: var(--bkbg-bsh-title-word-spacing-d, normal);
}

/* Body text (list layout) */
.bkbg-bsh-body {
    font-family: var(--bkbg-bsh-body-font-family, inherit);
    font-weight: var(--bkbg-bsh-body-font-weight, 600);
    font-style: var(--bkbg-bsh-body-font-style, normal);
    text-transform: var(--bkbg-bsh-body-text-transform, none);
    text-decoration: var(--bkbg-bsh-body-text-decoration, none);
    font-size: var(--bkbg-bsh-body-font-size-d, 13px);
    line-height: var(--bkbg-bsh-body-line-height-d, 1.4);
    letter-spacing: var(--bkbg-bsh-body-letter-spacing-d, normal);
    word-spacing: var(--bkbg-bsh-body-word-spacing-d, normal);
}

.bkbg-bsh-body-author {
    font-family: var(--bkbg-bsh-body-font-family, inherit);
    font-weight: var(--bkbg-bsh-body-font-weight, 400);
    font-style: var(--bkbg-bsh-body-font-style, normal);
    text-transform: var(--bkbg-bsh-body-text-transform, none);
    text-decoration: var(--bkbg-bsh-body-text-decoration, none);
    font-size: var(--bkbg-bsh-body-font-size-d, 12px);
    line-height: var(--bkbg-bsh-body-line-height-d, 1.4);
    letter-spacing: var(--bkbg-bsh-body-letter-spacing-d, normal);
    word-spacing: var(--bkbg-bsh-body-word-spacing-d, normal);
}

/* === Typography responsive === */
@media (max-width: 1024px) {
    .bkbg-bsh-title {
        font-size: var(--bkbg-bsh-title-font-size-t, var(--bkbg-bsh-title-font-size-d, 22px));
        line-height: var(--bkbg-bsh-title-line-height-t, var(--bkbg-bsh-title-line-height-d, 1.2));
        letter-spacing: var(--bkbg-bsh-title-letter-spacing-t, var(--bkbg-bsh-title-letter-spacing-d, normal));
        word-spacing: var(--bkbg-bsh-title-word-spacing-t, var(--bkbg-bsh-title-word-spacing-d, normal));
    }
    .bkbg-bsh-body,
    .bkbg-bsh-body-author {
        font-size: var(--bkbg-bsh-body-font-size-t, var(--bkbg-bsh-body-font-size-d, 13px));
        line-height: var(--bkbg-bsh-body-line-height-t, var(--bkbg-bsh-body-line-height-d, 1.4));
        letter-spacing: var(--bkbg-bsh-body-letter-spacing-t, var(--bkbg-bsh-body-letter-spacing-d, normal));
        word-spacing: var(--bkbg-bsh-body-word-spacing-t, var(--bkbg-bsh-body-word-spacing-d, normal));
    }
}

@media (max-width: 767px) {
    .bkbg-bsh-title {
        font-size: var(--bkbg-bsh-title-font-size-m, var(--bkbg-bsh-title-font-size-t, var(--bkbg-bsh-title-font-size-d, 22px)));
        line-height: var(--bkbg-bsh-title-line-height-m, var(--bkbg-bsh-title-line-height-t, var(--bkbg-bsh-title-line-height-d, 1.2)));
        letter-spacing: var(--bkbg-bsh-title-letter-spacing-m, var(--bkbg-bsh-title-letter-spacing-t, var(--bkbg-bsh-title-letter-spacing-d, normal)));
        word-spacing: var(--bkbg-bsh-title-word-spacing-m, var(--bkbg-bsh-title-word-spacing-t, var(--bkbg-bsh-title-word-spacing-d, normal)));
    }
    .bkbg-bsh-body,
    .bkbg-bsh-body-author {
        font-size: var(--bkbg-bsh-body-font-size-m, var(--bkbg-bsh-body-font-size-t, var(--bkbg-bsh-body-font-size-d, 13px)));
        line-height: var(--bkbg-bsh-body-line-height-m, var(--bkbg-bsh-body-line-height-t, var(--bkbg-bsh-body-line-height-d, 1.4)));
        letter-spacing: var(--bkbg-bsh-body-letter-spacing-m, var(--bkbg-bsh-body-letter-spacing-t, var(--bkbg-bsh-body-letter-spacing-d, normal)));
        word-spacing: var(--bkbg-bsh-body-word-spacing-m, var(--bkbg-bsh-body-word-spacing-t, var(--bkbg-bsh-body-word-spacing-d, normal)));
    }
}
