/* Recargas Diamantes — estilos del frontend (campos de Player ID). */

.rcg-player-fields {
	margin: 1.25em 0;
	padding: 1em 1.25em;
	border: 1px solid #e3e3e8;
	border-radius: 10px;
	background: #fafafc;
}

.rcg-player-fields__title {
	margin: 0 0 .25em;
	font-size: 1.05em;
}

.rcg-player-fields__intro {
	margin: 0 0 1em;
	font-size: .9em;
	color: #b8860b;
}

.rcg-form-row {
	display: flex;
	flex-direction: column;
	margin-bottom: .9em;
}

.rcg-form-row label {
	font-weight: 600;
	margin-bottom: .35em;
}

.rcg-form-row .required {
	color: #c0392b;
	border: 0;
	text-decoration: none;
}

.rcg-input {
	padding: .6em .75em;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1em;
	width: 100%;
	max-width: 360px;
}

.rcg-input:focus {
	outline: none;
	border-color: #5b7cfa;
	box-shadow: 0 0 0 3px rgba(91, 124, 250, .2);
}

.rcg-help {
	margin-top: .35em;
	font-size: .82em;
	color: #666;
}
