/*
 * Classic catalogue theme.
 *
 * This theme intentionally inherits colors and typography from the active
 * WordPress theme. Structural styling lives in the shared catalogue CSS.
 */

.bclib-book-slider--theme-classic .bclib-book-container {
	background: var(--bclib-catalogue-surface, Canvas);
	border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
	border-radius: 8px;
}

.bclib-book-slider--theme-classic .bclib-book-loop-image img {
	border-radius: 0;
}

.bclib-book-slider--theme-classic .book-buy-btn a,
.bclib-book-slider--theme-classic .bclib-loop-read-more-button a,
.bclib-book-slider--theme-classic .book-add-to-cart-btn button,
.bclib-book-slider--theme-classic .loop_add_to_cart_button {
	border-radius: 6px !important;
}
