body {
	font-family: Arial, sans-serif;
	background-color:#fafafa;
	margin: 0;
	padding: 0;
	color: #777;
	text-decoration: none;
	width: 100%;
}

a:link {
	color: #444;
	text-decoration: none;
}

a:visited {
	color: #444;
}

a:hover {
	color: #e91088;
}

a:active {
	color: #444;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.25em;
	margin-left: 0;
	margin-right: 0;
	color: #444;
}

@media (max-width: 480px) {
	h1 {
		font-size: 22px;
		margin-bottom: .1em;
	}
}

h2 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 0em;
	margin-left: 0;
	margin-right: 0;
	color: #444;
}

@media (max-width: 480px) {
	h2 {
		font-size: 22px;
		margin-bottom: .1em;
	}
}

h3 {
	font-size:18px;
	margin-bottom: 1em;
}

@media (max-width: 480px) {
	h3 {
		font-size: 16px;
	}
}
.site-header {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width:100%;
	padding: 0 4em;
	background: #fff;
	box-shadow: 5px 5px 5px #f2f2f2;
}

@media (max-width: 480px) {
	.site-header {
		padding: 0 .5em;
	}
}

.site-header .row-top {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 60px;
	column-gap: 2em;
}
@media (max-width: 480px) {
	.site-header .row-top {
		margin-top: 0em;
	}
}

@media (max-width: 800px) {
	.site-header.search-active .row-top {
		column-gap: 1em;
	}

	.site-header.search-active .row-top > :not(.site-search):not(.logo) {
		display: none;
	}
}

.site-header .row-top .logo {
	flex: none;
	overflow: hidden;
}

@media (max-width: 800px) {
	.site-header.search-active .row-top .logo {
		width: 56px;
	}
}

@media (max-width: 400px) {
	.site-header.search-active .row-top .logo {
		display: none;
	}
}

.site-header .row-top .logo img {
	height: 40px;
	margin-top: 7px;
}

.site-header .row-bottom {
	display: flex;
	align-items: center;
	height: 60px;
	column-gap: 2em;
}

.site-header .site-search {
	flex: auto;
	display: flex;
	box-sizing: border-box;
	height: 40px;
}

@media (max-width: 1280px) {
	.site-header .site-search {
		margin-right: 2em;
	}
}

@media (max-width: 800px) {
	.site-header .site-search {
		margin: 0;
	}

	.site-header .site-search:not(.active) {
		flex: none;
		margin: 0 0 0 auto;
	}
}

.site-header .site-search > form {
	display: contents;
}

@media (max-width: 800px) {
	.site-header .site-search:not(.active) > form > :not(button.search) {
		display: none !important;
	}
}

.site-header .site-search .query {
	flex: 1 0 auto;
	position: relative;
}

.site-header .site-search .query input {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1em;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-size: 15px;
}

input::placeholder {
	color: #777;
}

.ac-container {
	position: relative;
}

.ac-list {
	display: flex;
	box-sizing: border-box;
	list-style: none;
	position: absolute;
	top: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-direction: column;
	align-items: stretch;
	background: white;
	border: 1px solid #e0e0e0;
	border-top: none;
	z-index: 100;
}

.ac-list:empty,
.ac-container:not(:hover) input:not(:focus) + ul.ac-list {
	display: none;
}

.ac-list > li {
	display: contents;
}

.ac-list > li > * {
	flex: none;
	display: flex;
	box-sizing: border-box;
	height: 2.3em;
	padding: 0 0.8em;
	align-items: center;
	color: #222;
	white-space: nowrap;
}

.ac-list > li > span,
.ac-list > li > a > span {
	overflow: hidden;
	text-overflow: ellipsis;
}

.ac-list > li > :hover {
	background: #eee;
}

.site-header .site-search button {
	all: unset;
	box-sizing: border-box;
	flex: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
}

.site-header .site-search button.search {
	width: 3em;
	background: #555;
	color: #fafafa;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.site-header .site-search button.search:disabled {
	cursor: default;
	background: #888;
	color: #eee;
}

@media (max-width: 800px) {
	.site-header .site-search:not(.active) button.search {
		width: auto;
		color: #444;
		background: transparent;
	}
}

.site-header .site-search button.search i {
	font-size: 1.65em;
}

.site-header .site-search button.close {
	display: none;
	color: #444;
	margin: 0 0.7em 0 1.3em;
}

@media (max-width: 800px) {
	.site-header .site-search.active button.close {
		display: flex;
	}
}

.site-header .site-search button.close i {
	font-size: 2em;
}

.site-header .row-top .divider {
	flex: none;
	width: 1px;
	height: 80%;
	max-height: 2.5em;
	margin: 0 -0.8em;
	background: #e0e0e0;
}

@media (max-width: 900px) {
	.site-header .row-top .top-hidemed {
		display: none !important;
	}
}

@media (max-width: 680px) {
	.site-header .row-top .top-hidesmall {
		display: none !important;
	}
}

.site-header .account {
	align-self: stretch;
	flex: none;
	display: flex;
	align-items: center;
	gap: 1em;
	position: relative;
}

.site-header .account > a {
	display: contents;
}

.site-header .account .avatar {
	flex: none;
	font-size: 1.5em;
	margin-right:.5em;
}

.site-header .account-dropdown {
	position: absolute;
	display: grid;
	grid-auto-rows: 2em;
	top: 100%;
	right:  0;
	min-width: 10em;
	background: white;
	border: 1px solid #eee;
	z-index: 100;
}

.site-header .account-dropdown:not(.active) {
	display: none;
}

.site-header .account-dropdown > * {
	display: flex;
	align-items: center;
	padding: 0 0.5em;
}

.site-header .account-dropdown > :hover {
	background: #ccc;
}

.site-header .account-dropdown > a {
	color: #444;
	cursor: pointer;
}

@media (max-width: 900px) {
	.site-header .row-bottom .bottom-hidemed {
		display: none !important;
	}
}

@media (max-width: 680px) {
	.site-header .row-bottom .bottom-hidesmall {
		display: none !important;
	}
}

.site-header .header-menu {
	flex: auto;
	align-self: stretch;
	display: flex;
	font-size: 15px;
	gap: 6em;
	color:#000;
	justify-content: space-between;
}

@media (max-width: 1280px) {
	.site-header .header-menu {
		width: 100%;
		gap: 0;
		margin: 0 0em;
	}
}

.site-header .header-menu .menuitem {
	flex: none;
	display: flex;
	align-items: center;
	gap: 1em;
	padding-right: .5em;
	padding-left: .5em;
}

.site-header .header-menu .menuitem.active,
.site-header .header-menu .menuitem:hover {
	border-bottom: 5px solid #e91088;
	color: #444;
}


.site-header .header-menu .menuitem img {
	height: 20px;
}

.site-header .header-menu .menuitem .title {
	flex: none;
	font-weight: bold;
}

.site-header .row-bottom .divider {
	flex: none;
	width: 1px;
	height: 60%;
	max-height: 2em;
	background: #e0e0e0;
}

.site-layout {
	display: flex;
	column-gap: 2em;
	box-sizing: border-box;
	min-height: 110vh;
	margin: 0 2em;
}

@media (max-width: 680px) {
	.site-layout {
		margin: 0 0.5em;
	}
}

.site-layout.nomargin {
	margin: 0;
}

.site-sb {
	flex: none;
	width: 400px;
	background: #fff;
	padding-bottom: 2em;
	margin: 2rem 0;
	font-size: 14px;
	border-radius:1em;
	box-shadow: 5px 5px 5px #f2f2f2;
}

@media (max-width: 900px) {
	.site-sb {
		display: none;
	}
}

body:not(.swap-sb) .site-sb {
	order: 2;
}

.site-sb .steps a {
	color: unset;
	text-decoration: none;
}

.site-sb .steps div {
	color: #4d4d4d;
	background: #fafafa;
	padding: 10px;
	margin: 0 25px 5px 25px;
	border-radius:10px;
	font-size:14px;
}

.site-sb .steps div.active {
	color: #fff;
	background: #e91088;
	font-weight:bold;
}

.site-sb .steps div.disabled {
	opacity: 0.4;
	font-style: italic;
}

.site-sb .steps div:hover:not(.disabled) {
	font-weight:bold;
	color: #e91088;
}

main {
	flex: auto;
	min-width: 0;
	margin: 2em 0;
	padding: 2em;
	background-color:#fff;
	border-radius:1em;
}

@media (max-width: 680px) {
	main {
		margin: 1em 0;
		padding: 15px;
	}
}

main.imagebg {
	margin: 0;
	border-radius: 0;
	background-image: var(--bgimage-url);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}

main.center-page {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.home-content {
	background: white;
	border-radius: 5px;
	min-width: 0;
	max-width: 1300px;
	margin-top: 3vh;
	margin-bottom:3em;
	padding: 3em;
}

@media (max-width: 680px) {
	.home-content {
		padding: 1em 1em;
		margin-top: 2vh;
	}
}

.home-content > .top {
	display: flex;
	gap: 4em;
}

@media (max-width: 980px) {
	.home-content > .top {
		flex-wrap: wrap;
	}
}

@media (max-width: 680px) {
	.home-content > .top {
		gap: 1.5em;
	}
}

.home-content > .top .left {
	flex: auto;
	color: #777;
}

.home-content > .top .left div.h {
	font-size: 50px;
	font-weight: bold;
	color: #444;
}

@media (max-width: 680px) {
	.home-content > .top .left div.h {
		font-size: 28px;
		margin-top: 0;
	}
}

.home-content > .top .left p {
	margin: 1rem 0 0;
	font-size: 34px;
	line-height: 1.2em;
}

@media (max-width: 680px) {
	.home-content > .top .left p {
		font-size: 20px;
		margin: 0;
	}
}

.home-content .search {
	flex: none;
	display: flex;
	gap: 1.3em;
	width: 485px;
	max-width: 40vw;
	flex-wrap: wrap;
	align-content: flex-start;
}

@media (max-width: 980px) {
	.home-content .search {
		width: 100%;
		max-width: none;
	}
}

.home-content .search form {
	display: contents;
}

.home-content .search .query,
.home-content .search button {
	all: unset;
	font: inherit;
	width: 100%;
	border-radius: 7px;
	min-width: 0;
}

.home-content .search .query {
	display: flex;
	font-size: 28px;
	height: 5rem;
	border: 2px solid #ddd;
	position: relative;
}

@media (max-width: 680px) {
	.home-content .search .query {
		font-size: 22px;
	}
}

.home-content .search input {
	all: unset;
	font: inherit;
	flex: auto;
	min-width: 0;
	padding: 0 2rem;
	text-overflow: ellipsis;
}

.home-content .search input::placeholder {
	color: #aaa;
}

.home-content .search .query ul.ac-list {
	font-size: 16px;
}

.home-content .search button {
	justify-content: space-between;
	align-items: center;
	text-align: center;
	font-size: 2em;
	height: 4rem;
	gap: 1rem;
	color: white;
	background: #e91088;
	cursor: pointer;

}

@media (max-width: 680px) {
	.home-content .search button {
		justify-content: center;
		font-size: 24px;
		height: 4rem;
		padding: 0;
	}
}

.home-content .search button span {
	font-weight: bold;
}

@media (max-width: 680px) {
	.home-content .search button i {
		order: -1;
	}
}

.site-footer {
	display: flex;
	padding: 64px 64px 64px;
	color: #aaa;
	background-color: #252525;
	flex-direction: column;
}

.site-footer .row-top {
	display: flex;
	justify-content: space-between;
}

@media (min-width: 1528px) {
	.site-footer .row-top {
		width: 1400px;
		margin: 0 auto;
	}
}

@media (max-width: 680px) {
	.site-footer .row-top {
		flex-direction: column;
		justify-content: flex-start;
	}
}

.site-footer .row-top .groups {
	display: flex;
}

@media (max-width: 680px) {
	.site-footer .row-top .groups {
		flex-direction: column;
	}
}

.site-footer .row-top,
.site-footer .row-top .groups {
	gap: 8em;
}


@media (max-width: 800px) {
	.site-footer .row-top,
	.site-footer .row-top .groups {
		gap: 4em;
	}
}

@media (max-width: 680px) {
	.site-footer .row-top,
	.site-footer .row-top .groups {
		gap: 2.5em;
	}
}

.site-footer .titlegroup {
	font-size: 14px;
	min-width: 0;
}

.site-footer .titlegroup > div:first-child {
	text-transform: uppercase;
	font-weight: bold;
	color: #e8e8e8;
	margin-bottom: 1em;
}

.site-footer .titlegroup ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2.2em;
}

.site-footer .titlegroup li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-footer .titlegroup li a {
	color: #aaa;
}

.site-footer .titlegroup li a:hover {
	text-decoration: underline;
}

.site-footer .titlegroup > p {
	margin: 0;
	max-width: 20em;
	line-height: 2.2em;
	color: #ccc;
}

@media (max-width: 800px) {
	.site-footer .titlegroup > p {
		max-width: 13em;
	}
}

.site-footer .row-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 6em;
	gap: 2em;
	font-size: 16px;
}

@media (max-width: 680px) {
	.site-footer .row-bottom {
		flex-direction: column;
		gap: 1.2em;
	}
}

.site-footer .row-bottom .logo {
	display: block;
	height: 40px;
}

.site-footer .row-bottom > a {
	color: #aaa;
}

.site-footer .row-bottom > a:hover {
	text-decoration: underline;
}

div.scroll {
	height: 465px;
	overflow-x: hidden;
	overflow-y: auto;
}

section.scroll {
	height: 465px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

.btbuttond {
	padding:15px;
	background-color: #ccc;
	color:#fff;
	text-align: center;
	font-size: 20px;
	border-radius:15px;
	font-weight: bold;
	border: 5px solid #efefef;
}

.btbutton {
	margin-bottom:25px;
	padding:15px;
	background-color: #e91088;
	color:#fff;
	text-align: center;
	font-size: 20px;
	border-radius:15px;
	font-weight: bold;
	border: 5px solid #efefef;
}

.btbutton:hover {
	text-decoration: none;
	margin-bottom:25px;
	padding:15px;
	background-color: #1da553;
	color:#fff;
	text-align: center;
	font-size: 20px;
	border-radius:15px;
	font-weight: bold;
	border: 5px solid #efefef;
}

.btbutton:disabled {
	background-color: #888;
}

.hrule {
	margin-top:50px;
	margin-bottom:50px;
	border: 3px solid #f2f2f2;
	border-radius:5px;
}

.hrulebottom {
	margin-top:100px;
	margin-bottom:100px;
	border: 3px solid #f2f2f2;
	border-radius:5px;
}

.hrulethin {
	margin-top:3em;
	margin-bottom:3em;
	border: 1px solid #f2f2f2;
	border-radius:5px;
}

@media (max-width: 480px) {
	.hrulethin {
		margin-top: 2em;
		margin-bottom: 2em;
	}
}
.topdesc {
	display: flex;
	gap: 10px 15px;
	border-radius: 10px;
	font-size: 20px;
	background-color:#f4f4f4;
	padding:15px; color:#444;
	margin-top:25px;
}

@media (max-width: 480px) {
	.topdesc {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.icoboxinset {
	display: flex;
	gap: 10px 15px;
	border-radius: 10px;
	font-size: 20px;
	padding: 15px;
	color: #6d6d6d;
	background-color: #f4f4f4;
	text-align: left;
}

.icoboxrow {
	display: flex;
	gap: 10px 15px;
	border-radius: 10px;
	font-size: 20px;
	margin-bottom: 2.5em;
	padding: .5em;
	color: #6d6d6d;
	background-color: #f4f4f4;
	text-align: left;
}

a > .icoboxrow:hover {
	background: #e8d6ee;
}

.icoboxrow .cdesc {
	padding:.5em;
	background-color:#fff;
	border-radius:10px;
	border:1px solid #eee;
	width:100%;
}

.icoboxrow a {
	text-decoration: underline;
}

.icoboxrow_mw {
	display: flex;
	gap: 10px 15px;
	box-shadow: 5px 10px 20px #ddd;
	border-radius: 10px;
	font-size: 20px;
	margin-bottom: 2em;
	padding: .5em;
	color: #6d6d6d;
	background-color: #f4f4f4;
	text-align: left;
	max-width:1000px;

}

@media (max-width: 480px) {
	.icoboxrow {
		flex-wrap: wrap;
		justify-content: center;
	}
}

input.custom-cb {
	all: unset;
	display: inline-block;
	position: relative;
	z-index: 1;
	opacity: 0;
	width: 1em;
	height: 1em;
	margin: 3px;
	vertical-align: text-bottom;
}
input.custom-cb + span {
	all: unset;
	position: absolute;
	box-sizing: border-box;
	width: 1em;
	height: 1em;
	border-radius: 3px;
	margin-top: 3px;
	margin-left: calc(-1em - 3px);
	background-color: #fff;
	border: 1px solid #ccc;
}

input.custom-cb:checked + span {}

input.custom-cb:disabled + span {}

input.custom-cb:checked + span::after {
	content: "\2713"; /* same as &check; */
	font-size: 32px;
	font-weight: bold;
	color: #f375be;
	box-sizing: border-box;
	position: absolute;
	bottom: -0.2em;
	left: 0em;
}

input.custom-cb:disabled + span::after {}

.site-sb .steps input.custom-cb,
.site-sb .steps input.custom-cb + span {
	font-size: 18px;
	vertical-align: middle;
}

.image-item {
	padding:10px;
	background-color: #f4f4f4;
	color:#555;
	font-size: 16px;
	border-radius:10px;
	max-width:275px;
}

.image-item:hover {
	background-color: #e8d6ee;;
}

.image-item .top {
	display: flex;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

.image-item .top img {
	display: block;
	width:100%;
}

.image-item .desc {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 1em;
}

.image-item .top:hover img,
.image-item .top:not(:hover) .desc {
	display: none;
}

.image-item .details {
	display: flex;
	padding:10px;
	background-color:#fff;
	border-radius:10px;
	margin-top:5px;
	flex-direction: column;
}

.image-item .details.with-desc {
	min-height: 115px;
}

.image-item .uploader {
	font-size:14px;
	margin: 0.5em 0 1em 1em;
	color:#444;
}

.image-item .uploader i {
	margin-right: 0.5em;
	color:#e91088;
}

.image-item .item-reactions {
	font-size: 16px;
	margin-top: auto;
}

#image-viewer-dialog[open] {
	display: flex;
	box-sizing: border-box;
	max-width: calc(100vw - 1em);
	font-size: 16px;
	border-radius: 1em;
	border: 4px #555 solid;
	padding: 1em;
	gap: 2em 1em;
	flex-wrap: wrap;
	justify-content: center;
}

#image-viewer-dialog::backdrop {
	background: rgba(0, 0, 0, 0.6);
}

#image-viewer-dialog img.image {
	flex: none;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	display: block;
	position: relative;
}

@media (min-width: 901px) {
	#image-viewer-dialog img.image {
		max-width: min(45%, 1024px);
	}
}

#image-viewer-dialog img.image:not([src])::before {
	content: var(--loading-text);
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}

#image-viewer-dialog .pane {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#image-viewer-dialog .actions {
	flex: none;
	align-self: flex-end;
	display: flex;
	gap: 0.5em;
}

#image-viewer-dialog .actions > a {
	display: contents;
}

#image-viewer-dialog .actions button {
	all: unset;
	font: inherit;
	box-sizing: border-box;
	height: 2em;
	min-width: 2em;
	padding: 0 0.5em;
	text-align: center;
	background: #333;
	color: white;
	border-radius: 5px;
}

#image-viewer-dialog .actions button:not(:disabled) {
	cursor: pointer;
}

#image-viewer-dialog .actions button:disabled {
	background: #555;
	color: #ccc;
}

#image-viewer-dialog .details {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#image-viewer-dialog .details .prompt {
	font-size: 24px;
	padding: 0 2em;
	text-align: center;
}

@media (max-width: 480px) {
	#image-viewer-dialog .details .prompt {
		font-size: 18px;
	}
}

#image-viewer-dialog .details .prompt:empty {
	display: none;
}

#image-viewer-dialog .details .prompt::before,
#image-viewer-dialog .details .prompt::after {
	content: '"';
}

#image-viewer-dialog .uploader {
	font-size:16px;
	color:#444;
	max-width: min(20em, 75vw);
	margin-bottom: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#image-viewer-dialog .uploader i {
	margin-right: 0.5em;
	color:#e91088;
}

.gallerydesc {
	font-size:16px;
	font-style: italic;
	margin-top: 5px;
	font-weight: normal;
}

.contentc {
	border-radius: 10px;
	font-size: 20px;
	background-color:#f4f4f4;
	margin-bottom:2.5em;
	padding:.5em;
	color:#444;
}

a > .contentc:hover {
	background: #e8d6ee;
}

.contentc img {
	max-width:100%;
	height: auto;
	border-radius: 1em;
}

.contentc .img-group {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1.6%;
	border-radius: 0.5em;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 680px) {
	.contentc .img-group {
		grid-template-columns: repeat(4, 1fr);
	}
}

.contentc .img-group img {
	max-width: none;
	border-radius: 0;
	display: block;
	width: 100%;
}

@media (max-width: 680px) {
	.contentc .img-group img:nth-of-type(n+5) {
		display: none;
	}
}

.contentc .cdesc {
	padding:.5em;
	background-color:#fff;
	border-radius:10px;
	margin-top:.5em;
	border:1px solid #eee;
}


.contentmulti {
	box-shadow: 5px 10px 20px #ddd;
	border-radius: 10px;
	font-size: 20px;
	background-color:#f4f4f4;
	margin-bottom:70px;
	padding:1em;
	color:#444;
}

.contentmulti img {
	max-width: 240px;
	border: 5px solid #fff;
	align-items: center;
	margin:.5em;
	height: auto;
	border-radius: 1em;
}

.contentmulti .cdesc {
	padding:.5em;
	background-color:#fff;
	border-radius:10px;
	border:1px solid #eee;
}


.wdesc {
	padding:.5em;
	background-color:#fff;
	border-radius:10px;
	border:1px solid #eee;
}

.gallerydisp {
	padding:10px;
	background-color: #eee;
	color:#555;
	text-align: center;
	font-size: 16px;
	border-radius:10px;
	width:320px;
}

.gallerydisp:hover {
	background-color: #e8d6ee;;
}

.gallerydisp img {
	border-radius:10px;
	width:300px;
}

.gallerydisp .title {
	min-height: 115px;
	padding:10px;
	background-color:#fff;
	border-radius:10px;
	margin-top:5px;
}

.gallerydisp .desc {
	font-size:14px;
	margin-top: 5px;
	font-weight: normal;
}

.contentcontainer {
	margin-top:3em; 
	margin-bottom:4em; 
	text-align: left;
	justify-content: center; 
	aign-items:center;
}

@media (max-width: 680px) {
	.contentcontainer {
	margin-top:2em; 
	margin-bottom:40px; 
	}
}
.contentcontainer_subcenter {
	font-size: 26px; 
	text-align: center;
}

@media (max-width: 480px) {
	.contentcontainer_subcenter {
	font-size: 20px; 
	margin-top:.5em;
	}
}
.contentcontainer_sub {
	margin-top:1em;
	font-size: 22px; 
	color:#777;
}

@media (max-width: 680px) {
	.contentcontainer_sub {
	font-size: 20px; 
	}
}

@media (max-width: 475px) {
	.contentcontainer_sub {
	font-size: 18px; 
	}
}
.top_box {
	font-size:14px; 
	padding:1em; 
	background-color:#fafafa; 
	border-radius:10px; 
	max-width:400px; 
	border: 1px solid #eee;
}

.top_icon {
	margin-right:.5em; 
	color:#e91088;
}

.top_title {
	font-size:14px; 
	font-weight: bold; 
	color:#000;
}

.top_author {
	margin-top:1em; 
	font-size:14px; 
	color:#444;
}

.top_username {
	font-size:14px;
	font-weight: bold;
	color:#000;
}

.top_date {
	margin-top:.5em; 
	font-size:14px; 
	color:#444;
}

.top_row_icon {
	margin-right:.5em; 
	color:#e91088;
}

.icon_sidebar {
	margin-left:.5em; 
	color:#e91088;
}

.article-top-panel {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.6%;
	border-radius: 2em;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 480px) {
	.article-top-panel {
		grid-template-columns: repeat(3, 1fr);
		border-radius: .5em;
	}
}

.article-top-panel img {
	display: block;
	width: 100%;
}

.article-top-panel .card {
	display: block;
	width: 100%;
	background: #f2f2f2;
	aspect-ratio: 1;
}

@media (max-width: 480px) {
	.article-top-panel img:nth-child(n+4),
	.article-top-panel .card:nth-child(n+4) {
		display: none;
	}
}

	.prompt-mascot-img {
		text-align: center;
	}

	.prompt-mascot-img img {
		margin-bottom: 2em;
		border-radius: 2em;
		width:100%;
	}

	@media (max-width: 480px) {
		.prompt-mascot-img img {
		}
	}

	.prompt-top {
		border-bottom: 5px solid #eee; 
		padding-bottom: 4em; 
		margin-bottom:4em;
	}
	.mascot-img {
		text-align: center;
		margin-top: 50px;
	}

	.mascot-img img {
		max-height: 350px;
		max-width:250px;
		border-radius: 2em;

	}

	@media (max-width: 480px) {
		.mascot-img img {
			max-width: 200px;
		}
	}

	.hruletop {
		border-bottom: 2px solid #eee; 
		padding-bottom: 4em; 
		margin-bottom:4em;
	}

.item-reactions {
	display: flex;
	gap: 0.8em;
	font-size: 20px;
	color: #444;
	flex-wrap: wrap;
}
@media (max-width: 480px) {
	.item-reactions {
	font-size:16px;
	}
}

.item-reactions button {
	all: unset;
	flex: none;
	display: flex;
	padding: 0.5em 0.5em 0.4em;
	background-color: #fafafa;
	max-width: 75px;
	border-radius: 1em;
	cursor: pointer;
	justify-content: center;
}

.item-reactions button:hover {
	background: #ffe4f6;
}

.item-reactions button.add {
	font-weight: bold;
	color: #6d6d6d;
	min-width: 1em;
}

.item-reactions button .count {
	margin-left: 0.3em;
}

.pager {
	list-style: none;
	display: flex;
	padding: 0;
	gap: 0.8em;
	font-size: 20px;
	color: #000;
	justify-content: center;
	flex-wrap: wrap;
}

.pager li {
	display: contents;
}

.pager li > * {
	flex: none;
	display: flex;
	background-color: #fafafa;
	color: #444;
	max-width: 75px;
	padding: 1.1em;
	border-radius: 1em;
	align-items: center;
	justify-content: center;
}

.pager li > .current,
.pager li > :hover {
	background: #f4f4f4;
	color:#e91088;
	font-weight: bold;
}

.pagetitle {
	display: flex;
	gap: 1em;
	align-items: center;
}

.pagetitle img {
	flex: none;
	height: 70px;
}

.pagetitle .sub {
	font-size: 24px;
	color: #888;
}

@media (max-width: 480px) {
	.pagetitle {


	}
	.pagetitle .sub {
	font-size: 18px;
	}
	.pagetitle img {
	height: 55px;
}
}

.image-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, max-content));
	gap: 3em;
	justify-content: center;
	margin-top: 3em;
}

.image-list.small {
	grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1500px) {
	.image-list.small {
		grid-template-columns: repeat(auto-fit, minmax(150px, max-content));
	}
}

@media (max-width: 800px) {
	.image-list {
		gap: 1.5em;
	}

	.image-list:not(.small) {
		grid-template-columns: repeat(auto-fit, minmax(190px, max-content));
	}
}

@media (max-width: 480px) {
	.image-list:not(#fakeidforspecificity) {
		grid-template-columns: repeat(auto-fit, minmax(115px, max-content));
	}
}

ul.request-list {
	all: unset;
	font: inherit;
	display: grid;
	grid-template-columns: 1fr auto 4em auto;
	row-gap: 0.5em;
	column-gap: 3em;
	background: #fafafa;
	padding: 0.5em 0.5em;
	align-items: center;
}

@media (max-width: 800px) {
	ul.request-list {
		grid-template-columns: 1fr auto auto;
	}
}

@media (max-width: 400px) {
	ul.request-list {
		column-gap: 1.5em;
	}
}

ul.request-list li,
ul.request-list .request-row {
	display: contents;
}

ul.request-list .request-row {}

ul.request-list .request-row .title {
	font-size: 16px;
	padding: 0.5rem 0;
	color: #777;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.request-list .request-row.has-results .title {
	color: #e91088;
}

ul.request-list .request-row .title a {
	color: inherit;
}

ul.request-list .request-row .count {
	font-size: 24px;
	font-weight: bold;
	color: #38f;
}

@media (max-width: 800px) {
	ul.request-list .request-row .count {
		justify-self: end;
	}
}

@media (max-width: 480px) {
	ul.request-list .request-row .count {
		font-size: 18px;
	}
}

ul.request-list .request-row .buttons {
	flex: none;
	display: flex;
	gap: 1em;
}

ul.request-list .request-row .buttons > * {
	flex: none;
}

ul.request-list .request-row button {
	all: unset;
	font: inherit;
	cursor: pointer;
}

ul.request-list .request-row button.request {
	color: #4c4;
}

ul.request-list .request-row button:disabled {
	cursor: default;
	color: #ccc;
}

ul.request-list .request-row button i {
	font-size: 22px;
}

@media (max-width: 480px) {
	ul.request-list .request-row button i {
		font-size: 20px;
	}
}

@media (max-width: 800px) {
	ul.request-list .request-row time {
		display: none;
	}
}

.article-page-desc {
	font-size:20px;
	line-height:1.3em;
}
@media (max-width: 480px) {
	.article-page-desc {
	font-size:18px;
	}
}

p.scroll-list-end {
	font-size: 20px;
	margin: 1em 0 2em;
	text-align: center;
}

.scroll-list:not(.end) + p.scroll-list-end {
	display: none;
}
.home-logo {
	max-width:200px; 
	margin-right:2em; 
	margin-top:1em;
}
@media (max-width: 480px) {
	.home-logo {
	max-width:75px; 
	margin-right:1em; 
	margin-top:1em;
	display: none !important;
	}
}
