.store-legal-information {
	margin-block-start: 2rem;
}

.store-legal-information__admin-note {
	padding: 0.8rem 1rem;
	border-left: 4px solid #c97a8b;
	background: #fff5f6;
}

.store-legal-information__table {
	width: 100%;
	border-collapse: collapse;
	background: #fffdfa;
	border: 1px solid #dfd3c6;
}

.store-legal-information__table th,
.store-legal-information__table td {
	padding: 1rem 1.1rem;
	border-bottom: 1px solid #e9dfd5;
	vertical-align: top;
	text-align: left;
}

.store-legal-information__table th {
	width: 30%;
	background: #f8f0e8;
	color: #253a5a;
	font-weight: 700;
}

.store-legal-information__table td.is-empty {
	color: #7b746e;
}

.store-legal-footer {
	padding: 1rem 0;
	background: #314a70;
	border-top: 2px solid #e7b2bc;
}

.store-legal-footer__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1.5rem;
}

.store-legal-footer a {
	color: #fff;
	font-size: 0.9rem;
	text-decoration: none;
}

.store-legal-footer a:hover,
.store-legal-footer a:focus-visible {
	color: #ffe7eb;
	text-decoration: underline;
}

@media (max-width: 689px) {
	.store-legal-information__table,
	.store-legal-information__table tbody,
	.store-legal-information__table tr,
	.store-legal-information__table th,
	.store-legal-information__table td {
		display: block;
		width: 100%;
	}

	.store-legal-information__table th {
		padding-bottom: 0.45rem;
		border-bottom: 0;
	}

	.store-legal-information__table td {
		padding-top: 0.45rem;
	}
}
