@charset "utf-8";
/* CSS Document */

.css-news-main-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
	overflow: hidden;
	border: 1px dotted lightgrey;
	padding: 10px;
}
.css-news-main-wrapper .css-news-section {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.css-news-main-wrapper .css-news-section.art-section img {
	width: 100%;
}
.css-news-main-wrapper .css-news-section.form-section form {
	width: 100%;
	padding: 0 20px;
}
.css-entry-row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}
.modal-header {
	border-bottom: 0;
	margin-bottom: 0;
}
.modal-header .close {
	font-size: 18px !important;
	color: darkgrey;
}
.modal .css-modal-close {
	position:absolute;
	top:20px;
	right:20px;
	color: darkgrey;
}
@media only screen and  (max-width: 768px) {
	.css-news-main-wrapper {
		flex-direction: column;
		padding: 10px;
	}
	.css-news-main-wrapper .css-news-section {
		width: 100%;
		margin-bottom: 0;
	}
	.css-news-main-wrapper .css-news-section.form-section form {
		width: 100%;
		padding: 10px;
	}
	.css-entry-row {
		flex-direction: column;
	}
}