#szerzo-post-holder{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#szerzo-lista-holder-1 > a{
	width: 94%;
	max-width: 1200px;
}

.szerzo-lista-tile{
	background-color: var(--bcg_sotet);
	border-radius: 8px;
	margin: 4px;
	text-decoration: none;
	padding: 6px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	border: 1px solid var(--bcg_vilagos);
}

.szerzo-lista-tile:hover{
	background-color: var(--fogkrem_1);
	border: 1px solid var(--fogkrem_1);
}

.szerzo-lista-tile *{
	color: var(--text_vilagos);
}

.szerzo-lista-tile img{
	width: 40px;
	height: 40px;
	border-radius: 80px;
	display: block;
	margin-right: 8px;
}

.szerzo-lista-tile .szerzo-div{
	display: flex;
	align-items: center;
}

.szerzo-lista-tile .szerzo-div h4{
	font-size: 20px;
	font-family: Roboto-light;
	font-weight: 100;
}

.szerzo-lista-data{
	display: flex;
	justify-content: space-between;
}

.szerzo-lista-tile .like-div{
	display: flex;
}

.szerzo-lista-tile svg{
	height: 24px;
	margin-right: 4px;
}

.szerzo-lista-tile svg *{
	fill: rgba(0, 0, 0, 0.0);
	stroke: var(--text_vilagos);
	stroke-width: 16;
}


#szerzo-show-main-tile{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	border: 1px solid var(--bcg_kozepes);
	padding: 2px;
	background-color: var(--bcg_sotet);
}

#szerzo-show-main-tile *{
	color: var(--text_vilagos);
}

#szerzo-show-main-tile .divider{
	background-color: var(--bcg_vilagos);
	height: 1px;
	width: 50%;
	padding: 0px;
	margin-bottom: 12px;
}

#szerzo-show-bio{
	width: 50%;
	margin: 4px 0 12px 0;
}

#szerzo-show-main-head{
	text-align: center;
	position: relative;
	/*width: 100%;*/
}

#szerzo-show-main-head img{
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 200px;
	margin-top: 24px;
}

#szerzo-show-main-head h2{
	margin: 24px 0 24px 0;
	font-size: 30px;
	font-family: Roboto-light;
}

.polc-button{
	padding: 8px 12px 8px 12px;
	background-color: var(--fogkrem_1);
	text-align: center;
	font-size: 18px;
	border-radius: 8px;
	transition: 0.15s;
	margin-bottom: 12px;
}

.polc-button.polcon{
	background-color: var(--kek_1);
}

.polc-button:hover{
	cursor: pointer;
	background-color: var(--fogkrem_2);
	transform: scale(1.05);
}

.polc-button.polcon:hover{
	background-color: var(--kek_2);
}


#szerzo-show-main{
	display: grid;
	grid-template-columns: 70% 30%;
	margin: 4px;
	margin-top: 12px;
	grid-gap: 4px;
}

body.res-tall #szerzo-show-main{
	display: block;
}

#szerzo-show-main h3{
	text-align: center;
	font-size: 20px;
	margin: 12px 0 6px 0;
}

.csop-show-tile{
	border-radius: 8px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	margin: 4px 0 4px 0;
	background-color: var(--bcg_sotet);
}

.csop-show-tile *{
	color: var(--text_vilagos);
}

.csop-show-tile .show-header{
	display: flex;
	justify-content: space-between;
	margin: 0px 4px;
}

.csop-show-tile .divider{
	height: 1px;
	background-color: var(--bcg_vilagos);
	width: 50%;
	margin: 4px 0;
	margin-left: 25%;
}

.csop-show-tile > p{
	padding: 6px;
}

.csop-show-tile h4{
	font-size: 20px;
	padding: 6px;
	text-align: center;
}

.csop-show-tile img{
	display: block;
	max-width: 100%;
}

#szerzo-link-wrapper{
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#szerzo-link-wrapper a{
	border: 1px solid var(--bcg_vilagos);
	min-width: 200px;
	max-width: 90%;
	padding: 4px 8px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 4px 8px;
}

#szerzo-link-wrapper a:hover{
	cursor: pointer;
	background-color: var(--bcg_vilagos);
	color: var(--bcg_sotet);
}

.post-tile{
	margin: 4px 0 8px 0;
}

.post-tile .show-header{
	padding: 0 6px 0 6px;
}

.post-tile .show-header h4{
	font-size: 20px;
	font-family: Roboto-light;
}

.post-tile > p, .show-lead{
	text-align: justify;
	margin: 4px;
	width: calc(100% - 8px);
	padding-top: 4px;
	padding-bottom: 4px;
}

.post-tile:hover{
	border: 1px solid var(--kek_1);
}

.post-tile:hover .show-header{
	background-color: var(--kek_1);
}

.post-tile:hover .divider{
	background-color: var(--kek_1);
}

.post-tile .title-header{
	padding-top: 6px;
	padding-bottom: 6px;
}

.show-header svg{
	height: 24px;
	margin-right: 4px;
}

.show-header svg *{
	fill: rgba(0, 0, 0, 0.0);
	stroke: var(--bcg_vilagos);
	stroke-width: 16;
}

.csop-show-like-div{
	display: flex;
	align-items: center;
}

.button-basic{
	display: block;
	background-color: var(--bcg_sotet);
	text-decoration: none;
	font-size: 20px;
	text-align: center;
}

#csop-show-left .button-basic{
	width: 60%;
	margin-left: 20%;
	margin-top: 12px;
}

#szerzo-esemeny-holder{
	max-height: calc(100vh - 140px);
	border: 1px solid var(--bcg_kozepes);
	border-radius: 8px;
	padding: 2px;
}

.csop-show-right-wrapper{
	overflow-y: auto;
	overflow-x: hidden;
	margin-right: 4px;
}

.csop-show-right-wrapper > p{
	text-align: center;
	margin-bottom: 12px;
}

.csop-show-right-button{
	width: 50%;
	margin-left: calc(25% - 4px);
}

.csop-show-es-tile{
	text-decoration: none;
	background-color: var(--bcg_sotet);
	border-radius: 8px;
	margin: 4px 0 4px 0;
	padding: 6px;
	display: block;
}

.csop-show-es-tile:hover{
	background-color: var(--kek_1);
}

.csop-show-es-tile h4{
	font-size: 20px;
	font-family: Roboto-light;
	margin-bottom: 4px;
}

.csop-show-es-tile > div{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.csop-show-es-tile *{
	color: var(--text_vilagos);
}