.vp-topup-mp {
	max-width: 560px;
	padding: 20px 0;
}

.vp-topup-mp > .field {
	margin-bottom: 24px;
}

.vp-topup-mp__packages {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.vp-topup-mp__package {
	min-width: 120px;
	line-height: 1.3;
	margin: 0 !important;
	transition: background-color 0.15s ease, color 0.15s ease;
}

/* Estado padrão: outlined (Semantic .basic já dá o contorno). Hover e
   selecionado: preenchido com cor sólida, texto branco. */
.vp-topup-mp__package:hover,
.vp-topup-mp__package.active {
	background-color: #21ba45 !important;
	border-color: #21ba45 !important;
	color: #fff !important;
	box-shadow: 0 0 0 1px #21ba45 inset !important;
}

.vp-topup-mp__package-credit {
	font-weight: bold;
	font-size: 1.1em;
}

.vp-topup-mp__pix-qr {
	width: 160px !important;
	max-width: 160px !important;
	height: auto !important;
	display: block !important;
	margin: 0 auto 12px !important;
}

.vp-topup-mp__pix-code-wrap {
	width: 100%;
}

.vp-topup-mp__pix-code {
	width: 100%;
	resize: none;
}

.vp-topup-mp__native-select {
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(34, 36, 38, 0.15);
	border-radius: 4px;
}

.vp-topup-mp__message {
	margin: 16px 0 !important;
}

.vp-topup-mp__submit {
	margin-top: 16px;
}
