/**
 * Employees portal / timesheet form polish
 */

.sterling-employees-form-section .wpforms-container {
	max-width: 720px;
	margin: 32px auto 0;
}

.sterling-employees-form-section .wpforms-field-label {
	font-family: Inter, system-ui, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #1a1a1a;
}

.sterling-employees-form-section .wpforms-field input[type="text"],
.sterling-employees-form-section .wpforms-field input[type="email"],
.sterling-employees-form-section .wpforms-field input[type="tel"],
.sterling-employees-form-section .wpforms-field input[type="number"],
.sterling-employees-form-section .wpforms-field select,
.sterling-employees-form-section .wpforms-field textarea {
	border: 1px solid #d9d3c7;
	border-radius: 2px;
	background: #fff;
	font-family: Inter, system-ui, sans-serif;
	font-size: 15px;
	color: #1a1a1a;
}

.sterling-employees-form-section .wpforms-field input:focus,
.sterling-employees-form-section .wpforms-field select:focus,
.sterling-employees-form-section .wpforms-field textarea:focus {
	border-color: #c9a84c;
	outline: none;
	box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.2);
}

.sterling-employees-form-section .wpforms-submit {
	background: #c9a84c !important;
	border: none !important;
	color: #1a1a1a !important;
	font-family: Inter, system-ui, sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	padding: 14px 28px !important;
	border-radius: 2px !important;
	cursor: pointer;
}

.sterling-employees-form-section .wpforms-submit:hover {
	background: #b8973f !important;
}

.sterling-employees-form-section .wpforms-confirmation-container-full,
.sterling-employees-form-section .wpforms-confirmation-container {
	border-color: #c9a84c !important;
	background: #faf7f0 !important;
	color: #1a1a1a !important;
}

.sterling-employees-form-section .wpforms-field-html h3 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 400;
	font-size: 22px;
	color: #1a1a1a;
	margin: 8px 0 12px;
	letter-spacing: 0.5px;
}

.sterling-employees-form-section .wpforms-required-label {
	color: #c9a84c;
}
