@charset "utf-8";

/* アワードベストスタイルラベル */
.awardBestStyleTag {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 4px;
	margin-top: 8px;
}
.awardBestStyleTagDetail {
	align-items: center;
	color: #FFFFFF;
	display: flex;
	font-size: 10px;
	font-weight: bold;
	height: 18px;
	padding: 0 8px;
}
.awardBestStyleTagDetail::before {
	background-size: cover;
	content: "";
	margin-right: 4px;
}
.awardBestStyleStylist {
	background-color: #9F1547;
}
.awardBestStyleStylist::before {
	background-image: url(/CSP/img/svg/sp/icon_best_style.svg?switch=2026070910);
	height: 24px;
	width: 21px;
}
.awardBestStyleManyRepeaters {
	background-color: #18A39F;
}
.awardBestStyleManyRepeaters::before {
	background-image: url(/CSP/img/svg/sp/icon_repeater_HPB-214586.svg?switch=2026070910);
	height: 14px;
	width: 14px;
}
.awardBestStyleTag + .onlinePayInfo,
.slnHeaderInfoItems + .onlinePayInfo {
	margin-top: 8px;
}
.slnHeaderKuchikomi {
	line-height: 24px;
}
