.apw-wr-form-wrapper {
	max-width: 600px;
	margin: 0 auto;
}

.apw-wr-notice {
	padding: 12px 16px;
	border-radius: 6px;
	margin-bottom: 20px;
}

.apw-wr-notice-success {
	background: #e6f7e9;
	border: 1px solid #34a853;
	color: #1e6b30;
}

.apw-wr-notice-error {
	background: #fdecea;
	border: 1px solid #e05252;
	color: #a01c1c;
}

.apw-wr-notice-warning {
	background: #fff8e1;
	border: 1px solid #f0b429;
	color: #8a6100;
}

.apw-wr-form .apw-wr-field {
	margin-bottom: 16px;
}

.apw-wr-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.apw-wr-form input[type="text"],
.apw-wr-form input[type="date"],
.apw-wr-form input[type="file"],
.apw-wr-form textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 15px;
}

.apw-wr-form .required {
	color: #e05252;
}

.apw-wr-field-hint {
	display: block;
	font-size: 12px;
	color: #888;
	margin-top: 4px;
}

.apw-wr-submit-btn {
	background: #C8102E;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
}

.apw-wr-submit-btn:hover {
	background: #A00D25;
}

.apw-wr-history-title {
	margin-top: 40px;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.apw-wr-history-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.apw-wr-history-table th,
.apw-wr-history-table td {
	text-align: left;
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
}

.apw-wr-empty {
	color: #777;
	font-style: italic;
}

/* ===== Custom Login / Register Form ===== */

.apw-wr-auth-wrapper {
	max-width: 420px;
	margin: 40px auto;
	background: #fff;
	padding: 32px 28px;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.apw-wr-auth-title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 22px;
}

.apw-wr-auth-form .apw-wr-field {
	margin-bottom: 16px;
}

.apw-wr-remember {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: normal;
}

.apw-wr-remember label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: normal;
	margin: 0;
}

.apw-wr-forgot-link {
	font-size: 13px;
}

.apw-wr-auth-form .apw-wr-submit-btn {
	width: 100%;
}

.apw-wr-auth-switch {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}
