/* 메인 러닝화 위젯 — BS4-Shoes 계급도 미니 카드(4:3) 스코프 */
.wr-shoes-widget .shoes-tier-card {
	margin: 0;
	min-width: 0;
}

.wr-shoes-widget .shoes-tier-card__link {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.35rem;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	padding: 0.25rem;
	margin: 0;
	text-decoration: none;
	color: #111827;
	border-radius: 6px;
	border: 1px solid #e9ecef;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.wr-shoes-widget .shoes-tier-card__link:hover,
.wr-shoes-widget .shoes-tier-card__link:focus {
	border-color: #ced4da;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
	color: #111827;
	text-decoration: none;
}

.wr-shoes-widget .shoes-tier-card__link:focus {
	outline: 2px solid rgba(37, 99, 235, 0.45);
	outline-offset: 1px;
}

.wr-shoes-widget .shoes-tier-card__media {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	margin: 0 auto;
	border-radius: 4px;
	overflow: hidden;
	background: #f3f4f6;
}

.wr-shoes-widget .shoes-tier-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wr-shoes-widget .shoes-tier-card__ph {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 3rem;
	background: linear-gradient(135deg, #eef0f3 0%, #e5e7eb 100%);
}

.wr-shoes-widget .shoes-tier-card__body {
	min-width: 0;
}

.wr-shoes-widget .shoes-tier-card__title {
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	word-break: break-word;
}

.wr-shoes-widget .shoes-tier-card__meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	margin-top: 0.2rem;
	width: 100%;
	min-width: 0;
}

.wr-shoes-widget .shoes-tier-card__meta-row--chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.25rem 0.35rem;
	width: 100%;
}

.wr-shoes-widget .shoes-tier-card__chip--carbon {
	background: rgba(251, 146, 60, 0.1);
	border-color: rgba(234, 88, 12, 0.28);
	color: #c2410c;
}

.wr-shoes-widget .shoes-tier-card__chip--carbon-no {
	background: rgba(55, 65, 81, 0.06);
	border-color: rgba(55, 65, 81, 0.18);
	color: #6b7280;
}

.wr-shoes-widget .shoes-tier-card__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-width: 0;
	min-height: 1.65rem;
	padding: 0.32rem 0.5rem;
	border-radius: 4px;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.35;
	border: 1px solid transparent;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wr-shoes-widget .shoes-tier-card__chip-txt {
	display: block;
	line-height: 1.35;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 김러닝 테마 Blue(primary #007bff) */
.wr-shoes-widget .shoes-tier-card__chip--use {
	background: rgba(0, 123, 255, 0.12);
	border-color: rgba(0, 123, 255, 0.35);
	color: #0056b3;
}

.wr-shoes-widget .shoes-tier-card__chip--price {
	background: rgba(34, 197, 94, 0.12);
	border-color: rgba(34, 197, 94, 0.35);
	color: #166534;
}

.wr-shoes-widget .shoes-tier-card__chip--weight {
	background: rgba(55, 65, 81, 0.08);
	border-color: rgba(55, 65, 81, 0.22);
	color: #374151;
}
