.rm-contenedor {
	max-width: 480px;
	font-family: inherit;
}

.rm-btn {
	display: inline-block;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	margin: 4px 4px 4px 0;
}

.rm-btn-primario {
	background: #1e63c9;
	color: #fff;
}

.rm-btn-metodo {
	background: #2ea043;
	color: #fff;
}

.rm-mensaje {
	padding: 10px 14px;
	border-radius: 4px;
	margin: 10px 0;
}

.rm-mensaje-error {
	background: #fdeaea;
	color: #a12222;
	border: 1px solid #f2b8b8;
}

.rm-mensaje-info {
	background: #eaf3fd;
	color: #1e4e8c;
	border: 1px solid #b8d4f2;
}

.rm-formulario p {
	margin-bottom: 10px;
}

.rm-formulario label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.rm-formulario input[type="text"] {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.rm-form-error {
	color: #a12222;
	font-weight: 600;
}

.rm-botones-pago {
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.rm-botones-pago > p {
	width: 100%;
	font-weight: 600;
	margin-bottom: 4px;
}

.rm-btn-converge {
	background: #1e63c9;
	color: #fff;
	text-decoration: none;
}
