.woo-additional-terms__content {
	display: none;
}

.wc-block-checkout .woo-additional-terms {
    font-size: var(--wp--preset--font-size--small, 14px);
    line-height: 20px;
    margin: 0 0 24px;
}

.woo-additional-terms__content--embed {
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	margin: 16px 0;
	max-height: 200px;
	padding: 1em;
	overflow: auto;
}
