.goldstar-admin {
	clear: both;
}

.goldstar-settings-style td {
	padding: 10px 0 !important;
}

.goldstar-card-style {
	display: inline-block;
	border-radius: 4px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 2px solid #eee;
	margin: 0 10px;
}

.goldstar-card-style.style-1 {
	width: 240px;
	height: 270px;
	background-image: url(../img/card-style-1.png);
}

.goldstar-card-style.style-2 {
	width: 240px;
	height: 207px;
	background-image: url(../img/card-style-2.png);
}

.goldstar-card-style.style-3 {
	width: 240px;
	height: 210px;
	background-image: url(../img/card-style-3.png);
}

.goldstar-card-style-radio-buttons {
	display: flex;
	flex-flow: row wrap;
}

.goldstar-card-style-radio-buttons label {
	flex: 0 0 100%;
}

.goldstar-card-style-radio {
	display: none !important;
}

.goldstar-card-style-radio:checked + .goldstar-card-style {
	border: 2px solid #5E3ED0;
}

.goldstar-list-style-radio-buttons label {
	margin: 0 10px;
}

@media (min-width: 1080px) {
	.goldstar-card-style-radio-buttons label {
		flex: 0 1 auto;
	}
}

.goldstar-widget-fieldset {
	margin-bottom: 5px;
}

.goldstar-widget-fieldset legend {
	font-weight: bold;
	width: 100%;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #eee;
}

.goldstar-widget-fieldset select {
	display: block;
}