.Soundcloud {
	white-space: nowrap;
	height: 166px;
	display: grid
}

.Soundcloud-iframe {
	height: 100%;
	width: 100%;
	border: 0;
	border-radius: .2rem
}

.Soundcloud-box {
	font: inherit;
	color: inherit;
	text-decoration: none;
	grid-area: 1/1;
	border: .1rem solid #d3d3d3;
	border-radius: .2rem;
	padding: 0 2rem
}

.Soundcloud-box--button {
	cursor: pointer;
	background: inherit;
	padding-bottom: 1lh
}

.Soundcloud-box--link {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 0
}

.Soundcloud-policy {
	grid-area: 1/1;
	place-self: center;
	margin-top: 1lh
}

.Soundcloud-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden
}