/* BDS Shoe Review Card */
.bds-shoe-card-285d8eea {
	display: flex;
	flex-direction: row;
	gap: 28px;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	padding: 24px;
	background: #fff;
	max-width: 900px;
	margin: 24px auto;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	transition: box-shadow 0.2s ease;
}

.bds-shoe-card-285d8eea:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

/* Image */
.bds-shoe-card__image-wrap-285d8eea {
	flex: 0 0 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bds-shoe-card__image-285d8eea {
	width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
}

.bds-shoe-card__upload-btn-285d8eea {
	width: 260px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px dashed #ccc;
	border-radius: 8px;
	background: #f9f9f9;
	cursor: pointer;
	font-size: 14px;
	color: #666;
}

/* Content */
.bds-shoe-card__content-285d8eea {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

/* Badge */
.bds-shoe-card__badge-285d8eea {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 4px 12px;
	border-radius: 20px;
	align-self: flex-start;
}

/* Title */
.bds-shoe-card__title-285d8eea {
	font-size: 22px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.3;
}

/* Description */
.bds-shoe-card__desc-285d8eea {
	font-size: 15px;
	line-height: 1.6;
	color: #444;
	margin: 0;
}

/* Pros & Cons */
.bds-shoe-card__pros-cons-285d8eea {
	display: flex;
	gap: 24px;
	margin-top: 4px;
}

.bds-shoe-card__pros-285d8eea,
.bds-shoe-card__cons-285d8eea {
	flex: 1;
}

.bds-shoe-card__list-heading-285d8eea {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 8px 0;
}

.bds-shoe-card__pros-heading-285d8eea {
	color: #16a34a;
}

.bds-shoe-card__cons-heading-285d8eea {
	color: #dc2626;
}

.bds-shoe-card__list-285d8eea {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bds-shoe-card__list-285d8eea li {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.7;
	color: #333;
}

.bds-shoe-card__pros-list-285d8eea li::before {
	content: '\2713';
	position: absolute;
	left: 0;
	color: #16a34a;
	font-weight: 700;
}

.bds-shoe-card__cons-list-285d8eea li::before {
	content: '\2717';
	position: absolute;
	left: 0;
	color: #dc2626;
	font-weight: 700;
}

/* Store Buttons */
.bds-shoe-card__store-buttons-285d8eea {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #eee;
}

a.bds-shoe-card__store-btn-285d8eea,
span.bds-shoe-card__store-btn-285d8eea {
	display: inline-block;
	background: #000 !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 24px;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.2s ease;
	cursor: pointer;
	line-height: 1.4;
}

a.bds-shoe-card__store-btn-285d8eea:hover {
	background: #333 !important;
	color: #fff !important;
}

a.bds-shoe-card__store-btn-285d8eea:visited {
	color: #fff !important;
}

/* Responsive */
@media ( max-width: 680px ) {
	.bds-shoe-card-285d8eea {
		flex-direction: column;
		padding: 16px;
	}

	.bds-shoe-card__image-wrap-285d8eea {
		flex: none;
		width: 100%;
	}

	.bds-shoe-card__pros-cons-285d8eea {
		flex-direction: column;
		gap: 16px;
	}
}
