.wcbr-mybooks-grid {
	display: grid;
	grid-template-columns: repeat( auto-fill, minmax( 160px, 1fr ) );
	gap: 24px;
	direction: rtl;
}

.wcbr-mybooks-card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 12px;
	padding: 16px;
	text-align: center;
	box-shadow: 0 2px 8px rgba( 0, 0, 0, 0.05 );
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wcbr-mybooks-cover {
	width: 100%;
	max-width: 130px;
	margin-bottom: 14px;
}

.wcbr-mybooks-cover img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba( 0, 0, 0, 0.18 );
	display: block;
}

.wcbr-mybooks-title {
	font-size: 15px;
	margin: 0 0 14px;
	line-height: 1.5;
	min-height: 44px;
}

.wcbr-mybooks-read-btn {
	display: inline-block;
	background: #14a798;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 22px;
	border-radius: 999px;
	text-decoration: none;
	margin-top: auto;
}

.wcbr-mybooks-read-btn:hover {
	opacity: 0.9;
	color: #fff;
}
