.dragwyb-mask-field .dragwyb-input-group {
	position: relative;
}

.dragwyb-mask-error {
	color: #dc3232;
	font-size: 13px;
	margin-top: 6px;
	display: none;
	align-items: center;
	line-height: 1.3;
}

.dragwyb-mask-error.is-visible {
	display: flex;
}

.dragwyb-card-logo {
	position: absolute;
	right: 12px;
	bottom: 50%;
	transform: translateY(83%);
	width: 40px;
	height: auto;
	pointer-events: none;
	z-index: 2;
}

.dragwyb-mask-field:has(.dragwyb-card-logo:not([hidden])) .dragwyb-field-input {
	padding-right: 52px;
}
