@import url("/static/dgst/css/pages/explore_information.css");

.dangerousMaterialInformationList {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	row-gap: 0;
	width: 100%;
	height: auto;
	/* border: 1px solid var(--grey-color); */
}
.dangerousMaterialInformationItem {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	row-gap: 0;
	width: 100%;
	height: auto;
}
.dangerousMaterialInformationLabel {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 2.75rem;
	background-color: rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid var(--grey-color);
	text-align: center;
}
.dangerousMaterialInformationValueBox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0.5rem;
	border-bottom: 1px solid var(--grey-color);
}
.dangerousMaterialInformationValue {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	min-height: 2.75rem;
	padding: 0.5rem;
	text-align: left;
	border-bottom: 1px solid var(--grey-color);
}
.dangerousMaterialInformationValueBox .dangerousMaterialInformationValue {
	border-bottom: none;
}
.dangerousMaterialInformationAnchor {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: fit-content;
	height: auto;
	padding: 0.125rem 0.75rem;
	background-color: rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid var(--grey-color);
	text-align: left;
}
.dangerousMaterialInformationImage {
	display: inline-block;
	width: 7.75rem;
	height: auto;
}

.dangerousMaterialInformationImage img {
	width: 100%;
	height: auto;
}

.dangerousMaterialInformationEtc {
	display: none;
}

.dangerousMaterialInformationEtc.mobile {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	min-height: 2.75rem;
	padding: 0.5rem;
	text-align: left;
	border-bottom: 1px solid var(--grey-color);
}

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

@media screen and (min-width: 1024px) {
	.dangerousMaterialInformationItem {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.dangerousMaterialInformationItem:first-child {
		border-top: 1px solid var(--grey-color);
	}
	.dangerousMaterialInformationLabel {
		max-width: 14.375rem;
		width: 100%;
		min-height: 3.375rem;
		border-left: 1px solid var(--grey-color);
		border-right: 1px solid var(--grey-color);
	}

	.dangerousMaterialInformationValueBox {
		flex: 2;
		padding: 0 1rem;
		border-right: 1px solid var(--grey-color);
	}
	.dangerousMaterialInformationValue {
		flex: 2;
		padding: 0 1rem;
		min-height: 3.375rem;
		border-right: 1px solid var(--grey-color);
	}
	.dangerousMaterialInformationValueBox .dangerousMaterialInformationValue {
		padding: 0;
		border-right: none;
	}
	.dangerousMaterialInformationEtc {
		flex: 1;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		min-height: 3.375rem;
		padding: 0.5rem;
		text-align: center;
		border-right: 1px solid var(--grey-color);
		border-bottom: 1px solid var(--grey-color);
	}
}

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