.rm-form-wrap {
	font-family: Arial, Helvetica, sans-serif;
	max-width: 680px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #e5e1f5;
	border-radius: 8px;
	padding: 32px;
	color: #222222;
}
.rm-form-title {
	color: #1a1080;
	margin: 0 0 4px;
	font-size: 24px;
}
.rm-fa-title-link {
	font-size: 13px;
	font-weight: normal;
	color: #c8176e;
	vertical-align: middle;
	margin-left: 6px;
	text-decoration: none;
}
.rm-fa-title-link:hover { text-decoration: underline; }
.rm-form-sub {
	color: #555555;
	margin: 0 0 24px;
	font-size: 14px;
}
.rm-form-venue {
	color: #1a1080;
	margin: 0 0 24px;
	font-size: 14px;
	font-weight: bold;
}
.rm-form-sub + .rm-form-venue {
	margin-top: -20px;
}
.rm-form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	flex: 1;
}
.rm-form label.rm-full-width { flex-basis: 100%; }
.rm-form input[type="text"],
.rm-form input[type="email"],
.rm-form input[type="tel"],
.rm-form input[type="number"],
.rm-form select,
.rm-form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	padding: 10px 12px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	background: #fafafa;
}
.rm-form textarea { resize: vertical; min-height: 70px; }
.rm-field-row {
	display: flex;
	gap: 20px;
	margin-bottom: 18px;
	flex-wrap: wrap;
}
.rm-req { color: #c8176e; }
.rm-req { display: none; }
.rm-phone-group { display: flex; gap: 6px; }
.rm-phone-group select { width: 110px; }
.rm-fieldset {
	border: 1px solid #e5e1f5;
	border-radius: 6px;
	padding: 14px 16px;
	margin-bottom: 18px;
}
.rm-fieldset legend { font-weight: bold; color: #1a1080; padding: 0 6px; }
.rm-checkbox-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 10px;
}
.rm-check { flex-direction: row !important; align-items: center; font-weight: normal !important; gap: 6px !important; }
.rm-payer-row select { max-width: 320px; }
.rm-fa-note { font-size: 13px; color: #555555; }
.rm-fa-note a { color: #c8176e; }
.rm-fee-preview {
	background: #f5f4fa;
	border-radius: 6px;
	padding: 12px 16px;
	margin: 16px 0;
	font-size: 15px;
}
.rm-fee-preview-note { font-size: 12px; color: #777777; font-weight: normal; }
.rm-addon-list { display: flex; flex-direction: column; gap: 10px; }
.rm-addon-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.rm-addon-name { font-size: 14px; }
.rm-submit-btn {
	background: #c8176e;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}
.rm-submit-btn:hover { background: #a51259; }
.rm-submit-btn:disabled { background: #cccccc; cursor: not-allowed; }
.rm-form-message {
	padding: 12px 16px;
	border-radius: 6px;
	margin-bottom: 18px;
	font-size: 14px;
}
.rm-form-message.rm-success { background: #e8f5e9; color: #1b5e20; }
.rm-form-message.rm-error { background: #fde8ee; color: #a51259; }
.rm-notice { font-family: Arial, Helvetica, sans-serif; color: #555555; }
.rm-fa-policy-note {
	background: #fff8ec;
	border: 1px solid #f0dca6;
	border-radius: 6px;
	padding: 12px 16px;
	margin-bottom: 18px;
	font-size: 13px;
	color: #6b5525;
}
.rm-fa-policy-note p { margin: 0; }

.rm-returning-box {
	font-family: Arial, Helvetica, sans-serif;
	max-width: 680px;
	margin: 0 auto 16px;
	background: #f5f4fa;
	border: 1px solid #e5e1f5;
	border-radius: 8px;
	padding: 16px 20px;
}
.rm-check-inline {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center;
	gap: 6px !important;
	font-weight: normal !important;
	margin-right: 20px;
	font-size: 14px;
}
.rm-returning-hint { font-size: 13px; color: #555555; margin: 8px 0 0; }
.rm-lookup-group { display: flex; gap: 8px; align-items: center; }
.rm-lookup-group input { flex: 1; }
.rm-lookup-btn {
	white-space: nowrap;
	background: #1a1080;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	padding: 10px 14px;
	font-size: 13px;
	cursor: pointer;
}
.rm-lookup-btn:hover { background: #120b5c; }
.rm-lookup-btn:disabled { background: #cccccc; }
