
@media (max-width: 1599px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 960px) {

}

@media (max-width: 1199px) {
}

/* Affects device widths of 959px and smaller. */
@media (max-width: 959px) {

}

@media (max-width: 767px) {

}

@media (max-width: 639px) {
	.shine-huuli-filter > div:not([data-block="title"], [data-block="enacteddate"]) {
		display: none !important;
	}

	.shine-huuli-filter > div[data-block="title"],
	.shine-huuli-filter > div[data-block="title"] > .h-title
	 {
		width: 70% !important;
		padding: 0;
	}

	.shine-huuli-filter > div[data-block="enacteddate"],
	.shine-huuli-filter > div[data-block="enacteddate"] > .h-title
	 {
		width: 30% !important;
		padding: 0;
	}

	.shine-huuli-body > .shine-huuli-content > .legal-list-component > div:not([data-block="title"], [data-block="enacteddate"]) {
		display: none !important;
	}

	.shine-huuli-body > .shine-huuli-content > .legal-list-component > div[data-block="title"] {
		width: 70% !important;
		padding-left: 0.5rem !important;
	}

	
	.shine-huuli-body > .shine-huuli-content > .legal-list-component > div[data-block="enacteddate"] {
		width: 30% !important;
		padding-left: 0.5rem !important;
	}
}

/* Affects device widths of 639px and smaller. */
@media (max-width: 480px) {
	.shine-huuli-filter > div:not([data-block="title"]) {
		display: none !important;
	}

	.shine-huuli-filter > div[data-block="title"],
	.shine-huuli-filter > div[data-block="title"] > .h-title
	 {
		width: 100% !important;
		padding: 0;
	}

	.shine-huuli-body > .shine-huuli-content > .legal-list-component > div:not([data-block="title"]) {
		display: none !important;
	}
	.shine-huuli-body > .shine-huuli-content > .legal-list-component > div[data-block="title"] {
		width: 100% !important;
		padding-left: 0.5rem !important;
	}
}