/* Additional styles */
.review__button {
	background-color: rgb(152 173 31);
	border: none;
	color: white;
	font-width: 700;
	padding: 10px 20px;
	cursor: pointer;
	outline: 2px solid transparent;
	outline-offset: 3px;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
	margin-bottom: 3rem;
}

.review__button:hover {
	color: rgb(48 40 11);
}

.review__modal {
	position: fixed;
	inset: 0;
	background-color: rgba(176, 170, 156, 0.8);
	color: white;
	z-index: 51;
	/*display: flex;*/
	display: none;
	cursor: pointer;
	padding: 30px;
	overflow-y: auto;
}

.review__modal__main {
	position: relative;
	max-width: 600px;
	background-color: rgb(82 77 73);
	margin: auto;
	padding: 30px;
	cursor: default;
}

.review__modal__close {
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 22px;
	position: absolute;
	top: 10px;
	right: 20px;
}

.comment-respond #reply-title {
	font-size: 24px;
}

.comment-respond form span.required-field-message {
	display: block;
}

.comment-respond form p.comment-form-comment {
	display: flex;
	flex-direction: column;
}

.comment-respond form p.comment-form-author {
	display: flex;
	flex-direction: column;
}

.comment-respond form p.comment-form-email {
	display: flex;
	flex-direction: column;
}

.comment-respond form p.comment-form-url {
	display: flex;
	flex-direction: column;
}

.comment-respond form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
	appearance: auto;
}

.comment-respond form p.comment-form-comment textarea#comment,
.comment-respond form p.comment-form-author input#author,
.comment-respond form p.comment-form-email input#email,
.comment-respond form p.comment-form-url input#url
{
	color: black;
}

.comment-respond form p.form-submit input#submit {
	background-color: rgb(152 173 31);
	border: none;
	color: white;
	font-width: 700;
	padding: 10px 20px;
	cursor: pointer;
	outline: 2px solid transparent;
	outline-offset: 3px;
	transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.comment-respond form p.form-submit input#submit:hover {
	color: rgb(48 40 11);
}

.comment_wrapper {
	margin-bottom: 3rem;
	color: rgb(48 40 11);
}

.comment_wrapper .author {
	font-weight: 600;
}

.comment_wrapper .date {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.banners-grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
}
