.cherry-testi-option-form__buttons {
	display: flex;
	justify-content: flex-end;
	padding: 15px 30px;
}

.cherry-testi-option-form__buttons button {
	position: relative;
	margin-left: 15px;
}

.cherry-testi-option-form__buttons svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: inline;
	width: 16px;
	height: 16px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s linear .1s,
				visibility .1s linear .2s;
}

.cherry-testi-option-form__buttons button[disabled] svg {
	opacity: 1;
	visibility: visible;
}

.cherry-testi-option-form__buttons circle {
	stroke: #fff;
}

.cherry-testi-shortcode-title {
	color: initial;
}