.wpe-slogan-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpe-slogan-item {
	border-bottom: 1px solid #e2e2e2;
	padding: 1.5em 0;
}

.wpe-slogan-photo img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 0.5em;
}

.wpe-slogan-text {
	font-size: 1.15em;
	font-weight: 600;
	margin: 0 0 0.25em;
}

.wpe-slogan-text a {
	color: inherit;
	text-decoration: none;
}

.wpe-slogan-meta {
	font-size: 0.85em;
	color: #666;
	margin: 0 0 0.5em;
}

/* Two-column layout: poster on the left, voting + metadata on the right. */
.wpe-slogan-columns {
	display: flex;
	align-items: stretch;
	gap: 1.5em;
}

.wpe-slogan-poster {
	flex: 1 1 60%;
	min-width: 0;
}

.wpe-slogan-poster-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.wpe-slogan-poster-box {
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 1.75em 1.5em;
	background: #fffdf6;
	border: 3px solid #1a1a1a;
	outline: 1px solid #1a1a1a;
	outline-offset: 5px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

.wpe-slogan-poster-box .wpe-slogan-photo img {
	margin: 0 auto 0.75em;
	max-height: 220px;
	width: auto;
}

.wpe-slogan-poster-box .wpe-slogan-text {
	font-size: 1.4em;
	line-height: 1.35;
	margin: 0;
}

.wpe-slogan-side {
	flex: 0 0 210px;
	display: flex;
	flex-direction: column;
	gap: 0.85em;
}

.wpe-slogan-side .wpe-reaction-button {
	align-self: flex-start;
}

.wpe-slogan-meta-blocks {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}

.wpe-meta-block {
	background: #f5f5f5;
	border-radius: 4px;
	padding: 0.5em 0.75em;
}

.wpe-meta-label {
	display: block;
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #888;
	margin-bottom: 0.15em;
}

.wpe-meta-value {
	font-size: 0.9em;
	color: #333;
}

.wpe-meta-value a {
	color: inherit;
}

@media (max-width: 480px) {
	.wpe-slogan-columns {
		flex-direction: column;
	}

	.wpe-slogan-side {
		flex-basis: auto;
	}
}

.wpe-reaction-button {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 999px;
	padding: 0.35em 0.9em;
	cursor: pointer;
	font-size: 0.9em;
}

.wpe-reaction-button:hover:not(:disabled) {
	background: #ececec;
}

.wpe-reaction-button:disabled,
.wpe-reaction-button.wpe-reacted {
	cursor: default;
	opacity: 0.7;
}

.wpe-reaction-count {
	font-weight: 600;
}

.wpe-pagination ul {
	list-style: none;
	display: flex;
	gap: 0.5em;
	padding: 0;
	margin: 1.5em 0 0;
}

.wpe-empty {
	color: #666;
	font-style: italic;
}

.wpe-submission-form .wpe-field {
	margin-bottom: 1em;
}

.wpe-submission-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
}

.wpe-submission-form textarea,
.wpe-submission-form input[type='text'],
.wpe-submission-form input[type='email'],
.wpe-submission-form select {
	width: 100%;
	max-width: 480px;
	padding: 0.5em;
	box-sizing: border-box;
}

.wpe-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

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

.wpe-notice-success {
	background: #e7f6e7;
	color: #245c24;
}

.wpe-notice-error {
	background: #fbe7e7;
	color: #7a1f1f;
}
