/*--------------------------------------------
 * Review system CSS
 * 
 * Copyright (c) 2013 by Jan Van Liedekerke
 * http://www.designrequest.be
 *
--------------------------------------------*/

.reviews			{ display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; margin-top: 40px; }
.reviews > div			{ width: 45%; }
.review, .rreply		{
	padding: 0px 12px;
	background: #fff;
	border: 1px solid #ddd; border-radius: 10px;
}
.rreply 			{ margin: 12px 0 30px 0px; padding: 3px 12px; border-width: 0 0 0 3px; border-style: solid; border-color: #f90; border-radius: 0; }
span.userrating			{ display: block; margin: 0 0 6px 0; }
.review p:first-child		{ display: flex; margin-bottom: 6px; padding-bottom: 8px; border-width: 0 0 1px 0; border-style: solid; border-color: #eee; }
.review p:first-child strong	{ flex-grow: 2; }
span.rdate,
span.userip			{ display: block; margin-left: 10px; text-align: right; color: #666; font-size: 0.8em; }
.review p:last-child		{ margin-top: 0; }
.userrating svg			{ fill: #fa0; width: 16px; height: 16px; margin-right: 2px; }
.userrating svg.disabled,
.userrating svg.disabled path	{ fill: #ccc; }
span.translated			{ font-size: 0.8em; margin-right: 6px; padding: 3px 6px; border-radius: 3px; background: #cf6; }

/*
img.reviewstar		{ padding-right: 5px; cursor: pointer; }
form img.reviewstar	{ cursor: pointer; }
span.userrating		{ clear: right; float: right; text-align: right; }
span.userip		{ color: #666; font-size: 0.8em; }
span.aggregaterating	{ display: none; }
img.tinystar		{ padding-right: 3px; }
*/
input#ratingfield	{
	border: 0; background: inherit; font-size: 1.4em; color: #0C0; font-weight: bold;
	margin: -5px 0 0 6px; position: absolute;
}

span.rdate		{ float: right; color: #666; font-size: 0.8em; }

/*
div.review		{  padding: 5px; margin-bottom: 16px;
 				border-style: solid; border-color: #CCC; border-width: 0 1px 1px 0;
			}
div.rreply		{ 
				padding: 5px; margin-left: 20px;  margin-bottom: 20px;
				border-style: solid; border-color: #CCC; border-width: 0 1px 1px 0;
			}*/

#wiki > div:last-child			{ min-width: 10vw; }
.shoplist				{ display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; }
.shoplist > div				{ display: flex; width: 100%; flex-grow: 1; max-width: 650px; gap: 20px }
.shoplist > div > div			{ width: 100%; flex-grow: 1; }
.shoplist > div > div:first-child	{ min-width: 384px; }
.shoplist > div > div:first-child a img	{ border: 1px solid #ccc; border-radius: 3px; }
.shoplist > div > div:nth-child(2) a	{ display: inline-block; font-size: 1.4em; padding-bottom: 10px; }
.shoplist strong			{ font-size: 2.2em; color: #333; }

@media all and (max-width: 500px) {
	.shoplist			{ text-align: center; }
	.shoplist > div			{ flex-wrap: wrap; }
	.shoplist p a:first-child	{ float: none; display: block; width: 100%; }
}
