.gsd-widget,
.gsd-stage {
	width: 100%;
}

.gsd-stage {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gsd-stage > a {
	display: inline-flex;
	max-width: 100%;
}

.gsd-stage svg {
	display: block;
	max-width: 100%;
	height: auto;
	overflow: visible;
}

.gsd-notice {
	padding: 12px;
	color: #8a2424;
	background: #fff3f3;
	border: 1px solid #e4b8b8;
}
