/* assets/css/frontend.css */

/* Inline Form Styling */
.spcmfwc-inline-form-wrapper {
	background: #f9f9f9;
	padding: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin-top: 20px;
}

.spcmfwc-form-header h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 18px;
}

.spcmfwc-form-row {
	margin-bottom: 15px;
}

.spcmfwc-form-row label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.spcmfwc-form-row input,
.spcmfwc-form-row textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.spcmfwc-success { color: green; font-weight: bold; }
.spcmfwc-error { color: red; font-weight: bold; }
.spcmfwc-input-error { border-color: red !important; }

/* Buttons in Archive */
.spcmfwc-buttons-wrapper {
	display: flex;
	gap: 10px;
	margin-top: 10px;
	justify-content: center; /* Center buttons if theme centers text */
}