.vvrapid-ma-custom-wrapper {
	padding: 1rem 0;
}

.vvrapid-ma-custom-wrapper label,
.vvrapid-ma-custom-wrapper input,
.vvrapid-ma-custom-wrapper select,
.vvrapid-ma-custom-wrapper textarea {
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
}

.vvrapid-ma-custom-wrapper input[type="text"],
.vvrapid-ma-custom-wrapper textarea,
.vvrapid-ma-custom-wrapper select {
	border-radius: 4px !important;
}

.vvrapid-ma-custom-wrapper #vvrapid_ma_text {
	border-radius: 4px !important;
}

.vvrapid-ma-custom-wrapper textarea {
	min-height: 5rem;
	resize: vertical;
}

.vvrapid-ma-custom-enable {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
	width: auto;
}

.vvrapid-ma-custom-enable input {
	display: inline-block;
	flex: 0 0 auto;
	margin: 0;
	width: auto;
}

.vvrapid-ma-custom-cost {
	font-weight: 600;
}

.vvrapid-ma-custom-errors {
	background: #fff2f2;
	border: 1px solid #d63638;
	color: #8a1f1f;
	margin: 0.75rem 0;
	padding: 0.75rem 1rem;
}

.vvrapid-ma-custom-errors ul {
	margin: 0;
	padding-left: 1.25rem;
}

.vvrapid-ma-custom-preview-wrap {
	overflow: visible;
	padding-right: 8rem;
}

.vvrapid-ma-custom-preview {
	width: 220px;
	min-height: 80px;
	padding: 0.75rem;
	border: 1px dashed #ccc;
	box-sizing: border-box;
	overflow: hidden;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	font-size: 24px;
	line-height: 1.2;
	word-break: normal;
	align-items: center;
	background: #fafafa;
	color: #000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.vvrapid-ma-custom-preview span {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	word-break: normal;
}

.vvrapid-ma-custom-style-archivo {
	font-family: 'Archivo', Arial, sans-serif;
	font-weight: 700;
}

.vvrapid-ma-custom-style-bebas-neue {
	font-family: 'Bebas Neue', Impact, sans-serif;
	letter-spacing: 0.04em;
}

.vvrapid-ma-custom-style-montserrat {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
}

.vvrapid-ma-custom-style-oswald {
	font-family: 'Oswald', Arial, sans-serif;
	font-weight: 700;
}

.vvrapid-ma-custom-caption {
	font-size: 0.9rem;
	color: #666;
}

.vvrapid-ma-custom-confirm {
	align-items: center;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 1rem;
	position: fixed;
	z-index: 9999;
}

.vvrapid-ma-custom-confirm-panel {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
	color: #111;
	max-width: 28rem;
	padding: 1.25rem;
	width: 100%;
}

.vvrapid-ma-custom-confirm-panel p {
	margin: 0 0 1rem;
}

.vvrapid-ma-custom-confirm-actions {
	display: flex;
	gap: 0.75rem;
	justify-content: flex-end;
}

.vvrapid-ma-custom-confirm-actions .button {
	width: auto;
}
