/*
Theme Name: RMC Boxing
Theme URI: https://rmcboxing.example
Description: Dark, red-accented child theme of Ollie for RMC Boxing — Rio McDonald.
Author: RMC Boxing
Template: ollie
Version: 1.0.0
Text Domain: rmc-boxing
*/

/* Fluent Forms — dark theme (matches brand palette).
   Also applied live via the Site Editor global styles; kept here as the
   version-controlled source of truth. */
.fluentform .ff-el-form-control,
.fluentform input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.fluentform textarea,
.fluentform select {
	background-color: #0E1216;
	border: 1px solid rgba(238,243,246,0.12);
	color: #EEF3F6;
	border-radius: 8px;
}

.fluentform .ff-el-form-control::placeholder,
.fluentform textarea::placeholder {
	color: #84929B;
}

.fluentform label,
.fluentform .ff-el-input--label label {
	color: #EEF3F6;
}

.fluentform .ff-el-form-control:focus {
	border-color: #DC2F1A;
	outline: none;
	box-shadow: 0 0 0 3px rgba(220,47,26,0.25);
}

.fluentform .ff-btn-submit {
	background-color: #DC2F1A !important;
	border: 1px solid #DC2F1A !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.09em;
	border-radius: 8px;
}

.fluentform .ff-btn-submit:hover {
	background-color: #F0432C !important;
	border-color: #F0432C !important;
}
