.rmp-portal {
	max-width: 560px;
	margin: 0 auto;
	font-family: inherit;
}

.rmp-portal h2 {
	margin-top: 0;
}

.rmp-notice {
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
	font-size: 14px;
}

.rmp-notice-success {
	background: #e7f6ea;
	color: #1a7a37;
	border: 1px solid #b9e5c4;
}

.rmp-notice-error {
	background: #fdeaea;
	color: #a52a2a;
	border: 1px solid #f3bcbc;
}

.rmp-notice-warning {
	background: #fff8e5;
	color: #8a6600;
	border: 1px solid #f0dd9c;
}

.rmp-login form,
.rmp-remember-choice form,
.rmp-registration form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 420px;
}

.rmp-registration label {
	display: block;
	font-size: 13px;
	color: #444;
}

.rmp-registration input[type="text"] {
	display: block;
	width: 100%;
	padding: 8px 10px;
	margin-top: 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.rmp-member-type-choice {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 14px;
	margin: 0;
}

.rmp-member-type-choice legend {
	font-size: 13px;
	font-weight: 600;
	padding: 0 4px;
}

.rmp-member-type-choice label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-right: 16px;
	font-weight: normal;
}

.rmp-dacdb-link-box {
	margin-top: 24px;
	padding: 14px 16px;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}

.rmp-dacdb-link-box h3 {
	margin-top: 0;
}

.rmp-dacdb-link-box form {
	display: flex;
	gap: 8px;
	align-items: center;
}

.rmp-dacdb-link-box input[type="text"] {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.rmp-login input[type="email"] {
	padding: 10px 12px;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.rmp-button {
	background: #1a5276;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
	width: fit-content;
}

.rmp-button:hover {
	background: #154360;
}

.rmp-button:disabled {
	opacity: 0.6;
	cursor: default;
}

.rmp-link-button {
	background: none;
	border: none;
	color: #1a5276;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
	font-size: 14px;
}

.rmp-remember-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rmp-remember-option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
}

.rmp-dashboard-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.rmp-tabs {
	display: flex;
	gap: 4px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.rmp-tab-btn {
	background: none;
	border: none;
	padding: 10px 16px;
	cursor: pointer;
	font-size: 14px;
	border-bottom: 2px solid transparent;
}

.rmp-tab-btn.active {
	border-bottom-color: #1a5276;
	color: #1a5276;
	font-weight: 600;
}

.rmp-tab-panel label {
	display: block;
	margin-bottom: 12px;
	font-size: 13px;
	color: #444;
}

.rmp-tab-panel input[type="text"] {
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 8px 10px;
	margin-top: 4px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.rmp-election-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.rmp-election-amount {
	width: 80px;
	padding: 4px 6px;
}

.rmp-placeholder-notice {
	background: #f7f7f7;
	border: 1px dashed #ccc;
	padding: 16px;
	border-radius: 4px;
	color: #666;
}
