/*--------------------------------------------
 * Public accessible pages CSS
 
	This file gets minimized in p.css

 	Block 1: General page styling
		Objects
 		Forms
		Tables
		Columns with flex
		About block
		Connections

 	Block 2: Services pages			Homepage has sepearate CSS in home.css
		Webshops
		POS
		Symcalia

 	Block 3: Features
 	Block 4: References
		Examples
		References
		Templates

 	Block 5: Reviews
 	Block 6: Prices

 	Block 7: Signup form
 	Block 8: News items
	
 	Block D: Dark mode
 	Block R: Responsive
--------------------------------------------*/


/*--------------------------------
 	Block 1: General page styling
-------------------------------*/
#bgphoto	{
	position: absolute; top: 0; left: 0; width: 100%; height: 900px; z-index:-1;
	background: #fff url(/img/layout/pagebg8.webp) no-repeat center top; background-size: cover;
	opacity: 0.8; transition: background 0.3s ease-out;
	/*background-attachment: fixed;**/
}
body.dark #bgphoto {
	background: #222 url(/img/layout/pagebg8-dark.webp) no-repeat center top; background-size: cover;
	opacity: 1;
}
main {
	/*background-color: rgba(255,255,255,0.8);*/
	max-width: 1400px;
	/*-webkit-box-shadow: 20px 0 20px -20px #CCC, -20px 0 20px -20px #CCC; -moz-box-shadow: 20px 0 20px -20px #CCC, -20px 0 20px -20px #CCC;
	box-shadow: 20px 0 20px -20px #CCC, -20px 0 20px -20px #CCC;*/
}
#footertext			{ max-width: 1370px; padding: 0; }

/* Objects */
h1				{ margin: 0 0 14px 0; font-size: 2.2em; font-weight: bold; }
h2				{ margin: 0 0 14px 0; font-size: 1.8em; font-weight: bold; }

main .bottom a.glowbutton	{ min-width: 196px; } /* bottom buttons */

.center				{ text-align: center; }
.nomargin			{ margin: 0; }
.steps				{ font-size: 1.4em; text-align: left; }
span.errorfield, .span_orange	{ color :#f60; }
p.intro				{ font-size: 1.2em; }
.imgshadow			{ margin: 6px; box-shadow: 3px 3px 5px 0px rgba(201,201,201,1); }

/* EW */
.ewtxt span			{ color: #f60 }		/* text: easy */
.ewtxt				{ color: #444; }	/* text: webshop */
body.dark .ewtxt		{ color: #ddd; }

/* Forms */
input, select			{ font-size: 1.2em; }
select				{ padding: 5px; }

/* Tables */
th				{ background-color: rgba(0,0,0,0.1); }
tr.alternate_on td		{ background-color: #fff; }
tr.alternate_off td		{ background-color: #eee; }

/* Columns with flex */
div.c2, div.c3, div.c4		{ display: flex; flex-flow: row wrap; justify-content: space-between; margin: 60px 0 60px 0; gap: var(--padding); }
div.c2 > div			{ flex-grow: 1; flex-basis: 0; min-width: 400px; }
div.c2 > div:first-child	{  }
div.c3 > div			{ flex-grow: 1; flex-basis: 0; }
div.c4				{ margin: 20px 0 20px 0; }
div.c4 > div			{ flex-grow: 1; flex-basis: 0; font-size: 0.8em; min-width: 200px; max-width: 240px; margin: 12px 0; }
div.c2 h2			{ margin-top: 0; }
div.c2 dl			{ margin-right: 20px; min-width: 300px; }
div.c2 dt			{ padding: 0; color: #f60; font-size: 1.2em; }
div.c2 dd			{ margin-left: 0; padding: 10px 0 30px 0px; }
div.columnbg 			{ background-color: #f0f0f0; margin: 20px 0; padding: 30px; }
div.c2 .leftbuttons		{ margin-top: 60px; }
.softbg,
.softbg2			{ background: rgba(255, 255, 255, 0.6); padding: 30px; border-radius: 20px; align-self: center; }
.softbg2			{ background: rgba(240, 240, 240, 0.6); }

/* About block */
#about				{ margin: 30px 0 30px 0; max-width 800px; border-radius: var(--border-radius); }
#about p			{ display: inline-block; max-width: 700px;  }
#about img			{ vertical-align: middle; margin-top: -16px; }
#about p			{ display: inline-block; max-width: 700px;  } /* fix CSS minifyer bug */

/* Connections */
p.conim				{ margin-bottom: 48px; }
p.conim img			{ margin: 24px 34px; }
p.pm svg			{ width: 64px; height: 64px; margin: 0 21px 0 0; }

/*--------------------------------
 	Block 2: Services pages
-------------------------------*/

/* Webshops */
#startimg			{ margin-top: -60px; }
.startform			{ display: inline-block; margin: 0; padding: 0; white-space: nowrap; }
.startform input		{ margin-right: 0; }
.startform input:first-child	{ display: block; float: left; width: 300px; height: 22px; border-radius: 4px 0 0 4px; border-right: 0px; text-indent: 6px }
.startform input:last-child	{ border-radius: 0 8px 8px 0; min-width: 140px; }


/* POS */
.posorder_price			{ font-size: 2em; line-height: 60px; font-weight: bold; color: #333; }


/* Symcalia */
.restypes			{ display: flex; flex-flow: row wrap; justify-content: space-around; margin: 60px 0 60px 0; text-align: center; }

.restypes > div			{
	display: flex; align-items: flex-end;
	width: 344px; height: 210px; margin: 24px 16px;
	background-repeat: no-repeat; background-position: center; background-size: cover;
	transition: transform .2s;

}
.restypes > div > span		{
	display: inline-block; padding: 6px; margin-top: 190px;
	color: #fff; background-color: rgba(0,0,0,0.6); font-size: 1.2em;
}

.restypes > div:hover		{
	transform: scale(1.2);
}

.symprice > div				{ margin: 0; }
.symprice h2				{ margin-top: 0; }
.symprice .c2				{ display: block; text-align: center; }
.symprice .c2 > div			{ display: inline-block; margin: 20px 0; }
.symprice .c2 > div > span:nth-child(1)	{ display: inline-block; margin-top: 4px; vertical-align: top; color: #666; }
.symprice .c2 > div > span:nth-child(2)	{ font-size: 2.2em; font-weight: bold; color: #444; vertical-align: top; }
.symprice .c2 > div > span:nth-child(3)	{ display: block; }

/*--------------------------------
 	Block 3: Features
-------------------------------*/

.featurestable th:not(:first-child),
.featurestable td:not(:first-child)	{ width: 120px; text-align: center; }
.featuredetail a.glowbutton		{ margin: 12px 12px 12px 0; }
.featurestable > tbody > tr.featuredetail:hover,
body.dark .featurestable > tbody > tr.featuredetail:hover {
	background: none; cursor: auto;
}

.featurestable tr.active		{ font-weight: bold; background: #eee; }
body.dark .featurestable tr.active 	{ background: #333; }

@media print, all and (max-width: 600px) {
	.featurestable th:first-child			{ vertical-align: bottom; }
	.featurestable th:not(:first-child)		{ height: 140px; white-space: nowrap; width: 30px; }
	.featurestable th:not(:first-child) > div	{ width: 30px; transform: translate(5px, 51px) rotate(-90deg); }
	.featurestable td:not(:first-child)		{ width: 30px; }
}

/*--------------------------------
 	Block 4: References
-------------------------------*/

	/*--------------------------------
		Examples
	-------------------------------*/


/* --- Grid --- */
.examples-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin: 160px 0 160px 0;
}
@media (max-width: 1100px) { .examples-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .examples-grid { grid-template-columns: 1fr; margin: 60px 0; } }

.example-card { outline: none; }

.example-media {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.4s cubic-bezier(.2, .8, .2, 1), box-shadow 0.4s;
}
.example-media img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.5s cubic-bezier(.2, .8, .2, 1);
}

/* Overlay: matches the other sections' background */
.example-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 14px;
	background: rgba(20, 20, 20, 0.45);
	opacity: 0;
	transition: opacity 0.4s ease;
}

/* New buttons */
.ex-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 22px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transform: translateY(14px) scale(0.95);
	opacity: 0;
	transition: transform 0.45s cubic-bezier(.2, .8, .2, 1),
				opacity 0.45s ease,
				background 0.25s ease,
				color 0.25s ease;
}
.ex-btn-start { transition-delay: 0.06s; }

/* View: white background */
.ex-btn-view {
	background: #fff;
	color: #f80;
}
.ex-btn-view:hover { background: #f2f2f2; text-decoration: none; }

/* Start: orange background */
.ex-btn-start, body.dark a.ex-btn-start {
	background: #f80;
	color: #fff;
}

.ex-btn-start:hover { background: #f90; text-decoration: none; }

/* Reveal on hover / focus / tap */
.example-card:hover .ex-btn,
.example-card:focus-within .ex-btn,
.example-card.is-open .ex-btn {
	transform: translateY(0) scale(1);
	opacity: 1;
}

/* Reveal on hover / focus / tap */
.example-card:hover .example-media,
.example-card:focus-within .example-media,
.example-card.is-open .example-media {
	transform: translateY(-6px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}
.example-card:hover .example-media img,
.example-card:focus-within .example-media img,
.example-card.is-open .example-media img {
	transform: scale(1.08);
}
.example-card:hover .example-overlay,
.example-card:focus-within .example-overlay,
.example-card.is-open .example-overlay {
	opacity: 1;
}
.example-card:hover .glowbutton,
.example-card:focus-within .glowbutton,
.example-card.is-open .glowbutton {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.example-title {
	margin: 16px 0 0;
	font-size: 17px;
	text-align: center;
	color: #444;
	transition: color 0.3s;
}
.example-card:hover .example-title,
.example-card:focus-within .example-title { color: #ff7a18; }

	/*--------------------------------
		References
	-------------------------------*/

.slider-wrapper {
	position: relative;
	margin: 120px 0 120px 0;
}

@media (max-width: 560px)  { .slider-wrapper { margin: 60px 0; } }

/* Fading edges hint that there's more to scroll */
.slider-wrapper::before,
.slider-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 60px;
	z-index: 2;
	pointer-events: none;
}
.slider-wrapper::before { left: 0;  background: linear-gradient(to right, #fff, rgba(255,255,255,0)); }
.slider-wrapper::after  { right: 0; background: linear-gradient(to left,  #fff, rgba(255,255,255,0)); }

body.dark .slider-wrapper::before { left: 0;  background: linear-gradient(to right, #222, rgba(34, 34, 34,0)); }
body.dark .slider-wrapper::after  { right: 0; background: linear-gradient(to left,  #222, rgba(34, 34, 34,0)); }

.slides-container {
	display: flex;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 10px 4rem 30px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.slide {
	flex: 0 0 auto;
	scroll-snap-align: center;
	outline: none;
	text-align: center;
}

.slide:last-of-type		{ padding-right: 100px; } /* Fix bug where last button is unclickable because of right arrow */

.slide-screen {
	position: relative;
	width: 280px;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.3s, transform 0.3s;
}

.slide-shot {
	display: block;
	width: 100%;
	height: auto;
}

/* Flag badge inside the screenshot */
.slide-flag {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* Overlay + View button */
.slide-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(20, 20, 20, 0.45);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.btn {
	padding: 10px 26px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 6px;
	text-decoration: none;
	transform: translateY(8px);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease, background 0.2s;
}
.btn-view {
	color: #ff7a18;
	background: #fff;
}
.btn-view:hover {
	background: #f2f2f2;
	text-decoration: none;
}

/* Reveal on hover (desktop), focus, or tap (mobile) */
.slide:hover .slide-screen,
.slide:focus-within .slide-screen,
.slide.is-open .slide-screen {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
	transform: translateY(-3px);
}
.slide:hover .slide-overlay,
.slide:focus-within .slide-overlay,
.slide.is-open .slide-overlay {
	opacity: 1;
	pointer-events: auto;
}
.slide:hover .btn,
.slide:focus-within .btn,
.slide.is-open .btn {
	opacity: 1;
	transform: translateY(0);
}

.slide-name {
	display: block;
	margin-top: 12px;
	font-weight: bold;
	color: #666;
	transition: color 0.3s;
}
.slide:hover .slide-name { color: #222; }

/* Arrows */
.slide-arrow {
	position: absolute;
	top: 0;
	bottom: 40px;
	z-index: 3;
	display: flex;
	align-items: center;
	width: 50px;
	border: none;
	font-size: 4rem;
	line-height: 1;
	cursor: pointer;
	background: transparent;
	color: #ccc;
	transition: color 300ms;
}
.slide-arrow:hover,
.slide-arrow:focus { color: #f80; outline: none; background: none; }
#slide-arrow-prev { left: 0;  justify-content: flex-start; }
#slide-arrow-next { right: 0; justify-content: flex-end; }

/* On touch devices the fade edges already hint at scrolling, so hide arrows */
@media (hover: none) {
	.slide-arrow { display: none; }
}

	/*--------------------------------
		Templates
	-------------------------------*/
.templates {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 28px;
	margin: 90px 0;
}

.template {
	outline: none;
	text-align: center;
}

.template-screen {
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.3s, transform 0.3s;
}

.template-screen img {
	display: block;
	width: 100%;
	height: auto;
}

/* Dark overlay + buttons */
.template-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	background: rgba(20, 20, 20, 0.45);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.btn, body.dark a.btn-start  {
	padding: 10px 22px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background: #f80;
	border-radius: 6px;
	text-decoration: none;
	transform: translateY(8px);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease, background 0.2s;
}

.btn:hover {
	background: #f90;
	text-decoration: none;
}

.btn-view {
	background: #fff;
	color: #ff7a18;
}

.btn-view:hover {
	background: #f2f2f2;
}

/* Reveal on hover (desktop) or focus (mobile tap) */
.template:hover .template-screen,
.template:focus-within .template-screen {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
	transform: translateY(-3px);
}

.template:hover .template-overlay,
.template:focus-within .template-overlay {
	opacity: 1;
}

.template:hover .btn,
.template:focus-within .btn {
	opacity: 1;
	transform: translateY(0);
}

.template-name {
	display: block;
	margin-top: 12px;
	font-weight: bold;
	color: #666;
}

.template:hover .template-overlay,
.template:focus-within .template-overlay,
.template.is-open .template-overlay {
	opacity: 1;
	pointer-events: auto;
}

.template:hover .btn,
.template:focus-within .btn,
.template.is-open .btn {
	opacity: 1;
	transform: translateY(0);
}

.template:hover .template-screen,
.template:focus-within .template-screen,
.template.is-open .template-screen {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
	transform: translateY(-3px);
}

/* Responive */
@media all and (max-width: 980px) {
	.exim a > img:first-child,
	.slide > a > img:first-child	{ max-width: none; }
	#about				{ margin: 30px -10px 30px -10px; }
}

@media all and (max-width: 640px) {

}

@media all and (max-width: 480px) {
	.c2 img,
	.exim a > img:first-child	{ max-width: 100%; margin: 0; }
}

/*--------------------------------
 	Block 5: Reviews
-------------------------------*/

.reviews			{ display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; margin-top: 40px; }
.reviews > div			{ width: 440px; }
.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			{ display: block; 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; }

/*--------------------------------
 	Block 6: Prices
-------------------------------*/

#pricehead			{ text-align: center; }
#pricetable			{ border-collapse: collapse; margin-top: 20px; }
#pricetable, #pricetable th,
		#pricetable td	{ border: 1px solid #fff; padding: 10px; transition: background 0.5s;  }

#pricetable td			{ background: #f0f0f0; }
#pricetable th			{ width: 20%; font-weight: normal; vertical-align: top; }
#pricetable tr
	td:not(:first-child)	{ text-align: center; }

#pricetable tr.prices
	td:not(:first-child)	{ text-align: center; padding: 30px 8px 10px 8px; }
#pricetable tr.prices
	td > span:first-child	{ display: inline-block; margin-top: 4px; vertical-align: top; color: #666; }
#pricetable tr.prices
	td > span:nth-child(2)	{ font-size: 2.2em; font-weight: bold; color: #444; vertical-align: top; }
#pricetable thead th > strong	{ font-size: 1.2em; }
#pricetable #yearprice		{ font-size: 1.2em; }

/* Hover effect */
#pricetable tr:not(.prices):hover td		{ background: #ddd; }
#pricetable tr:not(.prices):hover td:first-child{ border-radius: var(--border-radius) 0 0 var(--border-radius); }
#pricetable tr:not(.prices):hover td:last-child	{ border-radius: 0 var(--border-radius) var(--border-radius) 0; }


#pricetable svg			{ width: 20px; height: 20px; }
#pricetable .thinfo 		{ text-align: center; line-height: 20px; font-weight: bold; }
#pricetable .thinfo svg		{ vertical-align: bottom; margin: 0 6px 0 18px; }
sup.popular			{ color: #fff; font-weight: bold; font-size: 0.58em; margin-left: 4px; }
#pricetable .pm svg		{ width: 64px; height: 64px; margin: 0 10px 0 0; }
#pricetable .glowbutton		{ margin-top: 12px; }
#mobileprices			{ display: none; }
.grey				{ color: #666; }
#currencyform			{ display: block; text-align: right; }
#signupdiv			{ margin-bottom: 40px; }

#pricetable thead th:first-child	{ background: #fff; }
#pricetable thead th:nth-child(2)	{ background: #eae2b7; border-radius: var(--border-radius) 0 0 0; }
#pricetable thead th:nth-child(3)	{ background: #fcbf49; }
#pricetable thead th:nth-child(4)	{ background: #fa9500; }
#pricetable thead th:nth-child(5)	{ background: #f25c54; border-radius: 0 var(--border-radius) 0 0; }
#pricetable tbody tr:first-child td:first-child	{ border-radius: var(--border-radius) 0 0 0; }
#pricetable tbody tr:last-child td:first-child	{ border-radius: 0 0 0 var(--border-radius); }
#pricetable tbody tr:last-child td:last-child	{ border-radius: 0 0 var(--border-radius) 0; }

@media all and (max-width: 992px) {
	#pricehead				{ text-align: left; }
	#pricetable				{ display: none; }
	#mobileprices				{ display: block; text-align: center; }
	#mobileprices > div			{ border: 1px solid #333; margin: 20px 0; padding: 10px; }
	body.dark #mobileprices > div		{ border-color: #666; }
	#mobileprices h3			{ font-weight: bold; color: #000; }
	body.dark #mobileprices h3		{ color: #eee; }
	#mobileprices p				{ font-size: 0.9em; margin: 10px 0; }
	#mobileprices .price			{ display: flex; justify-content: center; }
	#mobileprices .price span:first-child	{ font-size: 3em; font-weight: bold; margin-right: 8px; }
	#mobileprices .price span:last-child	{ font-size: 0.9em; text-align: left; padding-top: 16px; }
	#mobileprices .features			{ text-align: left; }
	#mobileprices .features h3		{ font-size: 1em; color: #000; }
	#mobileprices .features p		{  }
	#mobileprices svg			{ width: 18px; height: 18px; vertical-align: top; margin: 3px 7px 4px 0; }
	#mobileprices svg.y			{ fill: #5fc331; }
	#mobileprices svg.x			{ fill: #ccc; }
	#mobileprices div.popular		{ margin: -10px; padding: 6px; background: #333; color: #fff; font-size: 1.3em; font-weight: bold; text-transform: uppercase; }
	#mobileprices > div:last-child		{ margin-bottom: 0; }
	#mobileprices .pm svg			{ width: 64px; height: 64px; margin: 0 10px 0 0; }
	#signupdiv				{ display: none; }
}


/*--------------------------------
 	Block 7: Signup form
-------------------------------*/
#signupform td:first-child	{ vertical-align: top; }
#signupform #tr_select label	{ display: none; }
#signup_desc > p		{ display: none; margin: 12px 0 6px 0; }
#signup_desc > p.show		{ display: block; }
#signup_desc p br:nth-child(5)	{ margin: 12px 0 0 0; }
#signupform .tr_submit td	{ text-align: left; }
#signupform input[type="submit"]{ float: none; }
#signupform select		{ max-width: calc(100vw - 26px); white-space: break-spaces; word-wrap: break-word; }
#signupform #tr_domain		{ display: none; }
#signupform #tr_domain.show	{ display: table-row; }

@media all and (max-width: 600px) {
	.homesignupform				{ margin-right: 0; }
	#signupform input[name="shopname"]	{ width: auto; }
}

/*
#td_templates				{ padding: 0; }
#templates, #examples			{ display: flex; flex-wrap: wrap; justify-content: space-between; color: #666; }
/*#templates::after			{ content: ""; flex: auto; } last items keep left *

#templates > div, #examples div		{ margin: 24px 0; }
#templates > div > img,
.template_ex				{ border: 1px solid #ccc; border-radius: 3px; transition: box-shadow 0.3s; cursor: pointer; }
#templates > div > img:hover		{ box-shadow: 0px 0px 1px 1px #ccc; }
#templates > div > span			{ display: block; font-weight: bold; }

#template-detail			{ display: flex; align-items: center; width: 100%; height: auto; max-height: none; cursor: auto; }
#template-detail > img			{ cursor: auto !important; }
#template-detail > div			{ flex-grow: 2; text-align: center; }
#template-detail input[type="button"]	{ float: none; }

/*--------------------------------
 	Block 8: News items
-------------------------------*/
div#news			{ display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; }
div#news > div			{ flex-grow: 1; width: 360px; padding: 10px 0 0 0; }
div#news h2			{ font-size: 1.4em; font-weight: normal; height: 2.6em; }
div#news img			{ float: left; max-width: 200px; margin: 5px 16px 5px 0; opacity: 0.8; transition: opacity 0.4s ease-in; border-radius: var(--border-radius); }
div#news > div:hover img	{ opacity: 1; }


/*--------------------------------
 	Block D: Dark mode
-------------------------------*/
body.dark div.columnbg 			{ background-color: #333; }
body.dark .homesignupform		{ background: #333; border-color: #555; }
body.dark div.softbg			{ background: rgba(0, 0, 0, 0.6); }
body.dark div.softbg2			{ background: rgba(20, 20, 20, 0.6); }
body.dark .imgshadow			{ box-shadow: 3px 3px 5px 0px rgba(255, 255, 255, 0.2); }
body.dark .posorder_price		{ color: #eee; }
body.dark #pricetable			{  }
body.dark #pricetable,
body.dark #pricetable th,
body.dark #pricetable td		{ border-color: #444; }
body.dark #pricetable thead th		{ color: #222; }
body.dark #pricetable td		{ background: #333; }
body.dark #pricetable thead th:first-child	{ background: #222; border: 1px solid #222; }
body.dark #pricetable tbody tr:first-child td:first-child	{ border-radius: var(--border-radius) 0 0 0; border: none; }
body.dark #pricetable tr.prices	td > span:first-child,
body.dark #pricetable tr.prices	td > span:nth-child(2) { color: #eee; }
body.dark #pricetable tr:hover td	{ background-color: #555; }
body.dark .symprice .c2 > div > span:nth-child(1),
body.dark .symprice .c2 > div > span:nth-child(2) { color: #eee; }
body.dark .reviewscore			{ color: #eee; }
body.dark .review,
body.dark .rreply			{ background: #333; border-color: #444; }
body.dark .review p:first-child		{ border-color: #666; }
body.dark span.rdate			{ color: #eee; }
body.dark .bxl				{ color: #eee; background-color: #333; }
body.dark #templates			{ color: #ccc; }

/*--------------------------------
 	Block R: Responsive
-------------------------------*/
@media all and (max-width: 1366px) {
	#templates > div		{ margin: 24px 4px; }
	.reviews			{ justify-content: center; }
	.reviews > div			{ width: 500px; }
	p.conim				{ text-align: center; }
	.reviews > div			{ width: 400px; }
}

@media all and (max-width: 1200px) {
	div.c2 > div, div.c3 > div	{ min-width: calc(100% - 40px); }
	.leftbuttons			{ text-align: center; }
	#startimg			{ margin-top: 0; }
	.startform			{ text-align: center; }
	.startform input:first-child	{ margin: 10px; border: 1px solid #ccc; border-radius: 8px; float: none; }
	.startform input:last-child	{ margin: 10px; border-radius: 8px; float: none; }
	div#news > div			{ width: auto; }
	span.rdate			{ display: block; float: none; }
	.examples			{ justify-content: center; }
	.reviews > div			{ width: 380px; }
}

@media all and (max-width: 992px) {
	div.softbg,
	div.softbg2			{ padding: 12px; border-radius: 5px; margin-right: 10px; }
	#templates > div		{ margin: 6px; }
	#templates #template-detail	{ flex-direction: column; padding: 6px; }
	#template-detail input[type="button"]	{ margin: 24px 0; }
	p.appim				{ text-align: center; }
	p.appim img			{ margin: 8px 20px; }
	.examples > a			{ margin: 12px; }
	.reviews > div			{ width: 100%; }
}

@media all and (max-width: 480px) {
	div.c4 > div			{ max-width: 500px; }
	div.c2, div.c2 dl		{ margin: 0; }
	div.c2 dt			{ padding: 4px 0 0 0; }
	.imgshadow			{ margin: 6px -10px; }
}
