@charset "utf-8";

#reviewSummaryLayout {
    display: flex;
    flex-direction: column;
}

#reviewSummaryHeader {
    display: flex;
    justify-content: center;
    gap: 16px;
    font-size: 1.1em;
}

#reviewSummary {
    width: 280px;
    padding: 0 20px;
}

#reviewSummaryReviewCount, .reviewSummaryPointLayout {
    color: #868686;
}

i.fa-regular.fa-comment-dots {
    font-family: 'Font Awesome 5 Free';
}

#reviewSummaryReviewCount::before {
    content: "\f4ad";
    font-family: 'Font Awesome 5 Free';
    margin-right: 4px;
}

#reviewSummaryRateArea {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

#reviewSummaryRateArea .aveEvaluation {
    font-size: 1rem;
    color: #f5b928;
    letter-spacing: 4px;
}

#reviewSummaryEvaluation {
    font-size: 2rem;
    font-weight: bold;
}

.reviewSummaryPointLayout {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.reviewSummaryPointRateGraph {
    display: flex;
    height: 20px;
    flex-grow: 1;
    margin: 0 16px 0 10px;
    background: #cccccc;
    border-radius: 3px;
}

.reviewSummaryPointLayout > span {
    white-space: nowrap;
}

.reviewSummaryPointRateGraphFill {
    background: #f5b928;
    border-radius: 3px;
}

.reviewSummaryPointRate {
    width: 30px;
    text-align: right;
}
div#reviewWriteLinkItemWrap {
    margin-top: 10px;
}
a#reviewWriteLink_link {
	color: #fff;
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	font-size: 1.1em;
	background-color: #f5b928;;
	border-radius: 5px;
	padding: 8px 8px;
	align-items: center;
}
a#reviewWriteLink_link::before {
	content: "";
	background-image:
		url("../../..//shop/sevenbeauty/images/common/reviewpen_icon.png");
	background-size: contain;
	width: 24px;
	height: 21px;
	display: inline-block;
	vertical-align: sub;
	background-repeat: no-repeat;
	padding-right: 2px;
}

@media screen and (max-width: 768px) {
	#reviewListInnerLayout {
	    display: flex;
	    flex-direction: column;
	}

	#reviewSummary {
	    width: 100%;
	    text-align: center;
	}

	#reviewSummaryLayout {
	    max-width: 280px;
	    margin: 0 auto;
	}
	#reviewWriteLinkItemWrap {
	    max-width: 280px;
	    margin: 0 auto;
	}
}
