.fps-submission-form {
	max-width: 640px;
	margin: 1.5em 0;
}

.fps-submission-form .fps-field {
	margin-bottom: 1.2em;
	display: flex;
	flex-direction: column;
}

.fps-submission-form label {
	font-weight: 600;
	margin-bottom: 0.4em;
}

.fps-submission-form .required {
	color: #d63638;
}

.fps-submission-form input[type="text"],
.fps-submission-form input[type="file"],
.fps-submission-form select,
.fps-submission-form textarea {
	padding: 0.6em 0.75em;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	font-size: 1em;
	width: 100%;
	box-sizing: border-box;
}

.fps-submission-form textarea {
	resize: vertical;
}

.fps-submit-button {
	background: #2271b1;
	color: #fff;
	border: none;
	padding: 0.7em 1.6em;
	border-radius: 4px;
	font-size: 1em;
	cursor: pointer;
}

.fps-submit-button:hover {
	background: #135e96;
}

.fps-clear-button {
	background: #f0f0f1;
	color: #2c3338;
	border: 1px solid #c3c4c7;
	padding: 0.7em 1.4em;
	border-radius: 4px;
	font-size: 1em;
	cursor: pointer;
	margin-left: 0.5em;
}

.fps-clear-button:hover {
	background: #e0e0e1;
}

.fps-cancel-link {
	margin-left: 0.8em;
	color: #757575;
	text-decoration: underline;
}

.fps-notice {
	padding: 0.8em 1em;
	border-radius: 4px;
	margin-bottom: 1em;
}

.fps-notice-success {
	background: #edfaef;
	border: 1px solid #4ab866;
	color: #1e5631;
}

.fps-notice-error {
	background: #fcf0f1;
	border: 1px solid #d63638;
	color: #7a1a1c;
}

.fps-remaining-count {
	font-size: 0.9em;
	color: #555;
	margin-bottom: 1em;
}

.fps-login-link {
	display: inline-block;
	margin-top: 0.5em;
}

/* My Posts list */
.fps-my-posts-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}

.fps-my-posts-table th,
.fps-my-posts-table td {
	text-align: left;
	padding: 0.6em 0.8em;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
}

.fps-my-posts-table th {
	font-weight: 600;
	border-bottom: 2px solid #c3c4c7;
}

.fps-status {
	display: inline-block;
	padding: 0.15em 0.6em;
	border-radius: 3px;
	font-size: 0.85em;
	text-transform: capitalize;
}

.fps-status-publish { background: #edfaef; color: #1e5631; }
.fps-status-pending { background: #fff8e5; color: #8a6d1f; }
.fps-status-draft,
.fps-status-future { background: #f0f0f1; color: #555; }

.fps-actions { white-space: nowrap; }

.fps-edit-link,
.fps-view-link {
	margin-right: 0.8em;
	color: #2271b1;
	text-decoration: none;
}

.fps-edit-link:hover,
.fps-view-link:hover { text-decoration: underline; }

.fps-delete-form { display: inline-block; margin: 0 0.8em 0 0; }

.fps-delete-button {
	background: none;
	border: none;
	color: #d63638;
	cursor: pointer;
	padding: 0;
	font-size: 1em;
	text-decoration: underline;
}

.fps-delete-button:hover { color: #a02224; }

.fps-no-posts { color: #555; }

.fps-pagination {
	margin-top: 1em;
	display: flex;
	gap: 0.4em;
	flex-wrap: wrap;
}

.fps-pagination .page-numbers {
	display: inline-block;
	padding: 0.4em 0.75em;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	text-decoration: none;
	color: #2271b1;
}

.fps-pagination .page-numbers.current {
	background: #2271b1;
	color: #fff;
	border-color: #2271b1;
}

.fps-current-thumb { display: block; margin-bottom: 0.5em; }
.fps-current-thumb img { border-radius: 4px; }

/* Creator dashboard */
.fps-stat-cards {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
}

.fps-stat-card {
	flex: 1 1 140px;
	background: #f6f7f7;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 1.2em;
	text-align: center;
}

.fps-stat-number {
	display: block;
	font-size: 1.8em;
	font-weight: 700;
	color: #2271b1;
}

.fps-stat-label {
	display: block;
	font-size: 0.85em;
	color: #555;
	margin-top: 0.3em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

/* Post actions row */
.fps-post-actions {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #e0e0e0;
	display: flex;
	align-items: flex-start;
	gap: 1em;
	flex-wrap: wrap;
}

/* Vote widget (+/-) */
.fps-vote-widget {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
	border-radius: 999px;
	padding: 0.4em 0.8em;
	position: relative;
}

.fps-vote-btn {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #c3c4c7;
	background: #fff;
	color: #2c3338;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.fps-vote-btn:hover { background: #f0f0f1; }

.fps-vote-btn.fps-vote-like.fps-active {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}

.fps-vote-btn.fps-vote-unlike.fps-active {
	background: #d63638;
	border-color: #d63638;
	color: #fff;
}

.fps-vote-count { font-weight: 600; min-width: 1.5em; text-align: center; }

.fps-vote-bar {
	width: 60px;
	height: 6px;
	background: #e2e2e2;
	border-radius: 999px;
	overflow: hidden;
}

.fps-vote-bar-fill {
	height: 100%;
	background: #2271b1;
	transition: width 0.3s ease;
}

.fps-mood-icon { font-size: 1.1em; }

.fps-vote-message {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 0.3em;
	font-size: 0.82em;
	color: #d63638;
	white-space: nowrap;
}

/* Share button */
.fps-share-button {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
	border-radius: 999px;
	padding: 0.5em 1.1em;
	cursor: pointer;
	font-size: 0.95em;
	color: #2c3338;
	text-decoration: none;
}

.fps-share-button:hover { background: #e9eaeb; }
.fps-share-button.fps-copied { background: #edfaef; border-color: #4ab866; color: #1e5631; }

.fps-share-button .dashicons {
	font-size: 18px;
	width: 18px;
	height: 18px;
}

/* Report */
.fps-report-wrap { position: relative; }

.fps-report-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
	border-radius: 999px;
	padding: 0.5em 1.1em;
	cursor: pointer;
	font-size: 0.95em;
	color: #757575;
}

.fps-report-toggle:hover { background: #e9eaeb; color: #d63638; }
.fps-report-toggle .dashicons { font-size: 18px; width: 18px; height: 18px; }

.fps-report-panel {
	position: absolute;
	z-index: 10;
	top: calc(100% + 0.5em);
	left: 0;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	padding: 1em;
	width: 260px;
}

.fps-report-panel label { display: block; font-weight: 600; margin-bottom: 0.4em; font-size: 0.9em; }
.fps-report-panel select,
.fps-report-panel textarea {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0.6em;
	padding: 0.4em;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
}

.fps-report-actions { display: flex; gap: 0.5em; }
.fps-report-cancel {
	background: none;
	border: none;
	color: #757575;
	cursor: pointer;
	text-decoration: underline;
}

.fps-report-message { font-size: 0.85em; margin: 0.5em 0 0; color: #1e5631; }
.fps-report-message.fps-error { color: #d63638; }
.fps-vote-message.fps-error { color: #d63638; }

@media (max-width: 600px) {
	.fps-my-posts-table thead { display: none; }

	.fps-my-posts-table,
	.fps-my-posts-table tbody,
	.fps-my-posts-table tr,
	.fps-my-posts-table td { display: block; width: 100%; }

	.fps-my-posts-table tr {
		margin-bottom: 1em;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		padding: 0.5em;
	}

	.fps-my-posts-table td { border-bottom: none; padding: 0.3em 0.5em; }

	.fps-my-posts-table td::before {
		content: attr(data-label) ": ";
		font-weight: 600;
	}
}
