/* Advanced WordPress API — Public Styles */

.awp-form-wrap {
	max-width: 480px;
	margin: 0 auto;
}

.awp-form-wrap p {
	margin-bottom: 14px;
}

.awp-form-wrap label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.awp-form-wrap input[type="text"],
.awp-form-wrap input[type="email"],
.awp-form-wrap input[type="password"] {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
	box-sizing: border-box;
}

.awp-btn {
	display: inline-block;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.awp-btn-primary {
	background: #0073aa;
	color: #fff;
}

.awp-btn-primary:hover {
	background: #005d8c;
	color: #fff;
}

.awp-btn-secondary {
	background: #eee;
	color: #333;
}

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

.awp-notice-error {
	background: #fde8e8;
	border: 1px solid #f5c6c6;
	color: #c0392b;
}

.awp-notice-success {
	background: #e8f5e9;
	border: 1px solid #c8e6c9;
	color: #2e7d32;
}

/* Post lists */
.awp-post-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.awp-post-item {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}

.awp-post-item:last-child {
	border-bottom: none;
}

.awp-section-title {
	font-size: 1.2em;
	margin-bottom: 12px;
}

/* Views */
.awp-post-views {
	display: inline-block;
	font-size: 0.9em;
	color: #666;
	margin-bottom: 8px;
}

/* Reactions */
.awp-reactions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 12px 0;
}

.awp-reaction-btn {
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 4px 12px;
	background: #f9f9f9;
	cursor: pointer;
	font-size: 14px;
	transition: background 0.2s;
}

.awp-reaction-btn:hover {
	background: #eee;
}

.awp-reaction-active {
	background: #e3f2fd;
	border-color: #90caf9;
}

/* Buttons */
.awp-bookmark-btn,
.awp-read-btn,
.awp-follow-btn,
.awp-report-btn {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 6px 14px;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
	margin: 8px 0;
}

/* Comment actions */
.awp-comment-actions {
	margin-top: 6px;
}

.awp-edit-comment,
.awp-delete-comment {
	background: none;
	border: none;
	color: #0073aa;
	cursor: pointer;
	font-size: 12px;
	padding: 0 6px 0 0;
	text-decoration: underline;
}

.awp-delete-comment {
	color: #c0392b;
}

/* Following authors list */
.awp-following-authors {
	list-style: none;
	padding: 0;
}

.awp-following-authors li {
	padding: 6px 0;
}
