<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.modalArea {
	
}

.modalArea .modal_row_list {
	gap: 10px 6px;
	grid-template-columns: repeat(2, 1fr);
}

.modalArea .modal_row_link input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: -100%;
	left: -100%;
	width: 0;
	height: 0;
	border: 0px;
}
.modalArea .modal_row_link input[type="checkbox"]:checked + label {
	color: #fff;
	background-color: #694934;
}

@media screen and (min-width: 768px) {
	
	.modalArea {
		
	}
	.modalArea .modal_row_list {
		gap: 16px 9px;
		grid-template-columns: repeat(6, 1fr);
	}

	
}
@media screen and (min-width: 1025px) {
  
}

</pre></body></html>