
.gwclub-polls,
.gwclub-poll-results,
.gwclub-polls-results-list {
	--gwclub-polls-bg: var(--gwclub-bg, var(--wp--preset--color--background, #f7fbf8));
	--gwclub-polls-surface: var(--gwclub-surface, var(--wp--preset--color--surface, var(--gwclub-polls-surface)));
	--gwclub-polls-text: var(--gwclub-text, var(--wp--preset--color--text, var(--gwclub-polls-text)));
	--gwclub-polls-heading: var(--gwclub-text, var(--wp--preset--color--text, var(--gwclub-polls-text)));
	--gwclub-polls-primary: var(--gwclub-primary, var(--wp--preset--color--primary, var(--gwclub-polls-primary)));
	--gwclub-polls-primary-dark: var(--gwclub-primary-dark, var(--wp--preset--color--primary-dark, var(--gwclub-polls-primary-dark)));
	--gwclub-polls-border: var(--gwclub-border, var(--wp--preset--color--border, rgba(25,110,25,.22)));
	--gwclub-polls-button-text: var(--gwclub-button-text, var(--wp--preset--color--white, var(--gwclub-polls-surface)));
	--gwclub-polls-muted-bg: var(--gwclub-bg, var(--wp--preset--color--background, rgba(25,110,25,.06)));
}
.gwclub-polls,
.gwclub-poll-results,
.gwclub-polls-results-list {
	margin: 1rem 0;
}

.gwclub-suite-panel {
	background: var(--gwclub-polls-bg);
	border: 1px solid color-mix(in srgb, var(--gwclub-polls-border) 85%, transparent);
	box-sizing: border-box;
	padding: 1.25rem;
	width: 100%;
}

.gwclub-suite-heading {
	color: var(--gwclub-polls-primary);
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
}

.gwclub-suite-divider {
	border-top: 1px solid color-mix(in srgb, var(--gwclub-polls-border) 75%, transparent);
	margin: 1rem 0 1.25rem;
}

.gwclub-poll-card {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0 0 1.25rem;
	padding: 0;
}

.gwclub-poll-card + .gwclub-poll-card {
	border-top: 1px solid color-mix(in srgb, var(--gwclub-polls-border) 75%, transparent);
	padding-top: 1.25rem;
}

.gwclub-poll-card h3,
.gwclub-poll-results h3,
.gwclub-polls-results-list h3 {
	color: var(--gwclub-polls-heading);
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.3;
	margin: 0 0 0.85rem;
}

.gwclub-poll-field-block {
	margin: 0 0 1rem;
}

.gwclub-poll-field-label {
	color: var(--gwclub-polls-heading);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 0.35rem;
}

.gwclub-poll-question,
.gwclub-poll-description,
.gwclub-poll-description p {
	color: var(--gwclub-polls-text);
	font-size: 1rem;
	line-height: 1.55;
	margin: 0;
}

.gwclub-poll-description p + p {
	margin-top: 0.65rem;
}

.gwclub-poll-warning {
	color: var(--gwclub-polls-text);
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 0.8rem;
}

.gwclub-poll-vote-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.7rem;
}

.gwclub-polls-member .gwclub-poll-vote-form .gwclub-poll-vote-button,
.gwclub-polls-member button.gwclub-poll-vote-button,
.gwclub-poll-vote-button {
	align-items: center !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	background: var(--gwclub-polls-surface) !important;
	border: 1px solid color-mix(in srgb, var(--gwclub-polls-primary) 42%, var(--gwclub-polls-border)) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: var(--gwclub-polls-text) !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font-size: 0.95rem !important;
	font-weight: 800 !important;
	justify-content: center !important;
	letter-spacing: 0.04em !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	min-height: 44px !important;
	min-width: 150px !important;
	padding: 0.65rem 1.25rem !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease !important;
}

.gwclub-polls-member .gwclub-poll-vote-form .gwclub-poll-vote-button:hover,
.gwclub-polls-member .gwclub-poll-vote-form .gwclub-poll-vote-button:focus,
.gwclub-poll-vote-button:hover,
.gwclub-poll-vote-button:focus {
	background: color-mix(in srgb, var(--gwclub-polls-primary) 6%, var(--gwclub-polls-surface)) !important;
	border-color: var(--gwclub-polls-primary) !important;
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--gwclub-polls-border) 75%, transparent) !important;
	color: var(--gwclub-polls-text) !important;
	outline: 2px solid color-mix(in srgb, var(--gwclub-polls-border) 75%, transparent) !important;
	outline-offset: 2px !important;
}

.gwclub-polls-member .gwclub-poll-vote-form .gwclub-poll-vote-button.is-selected,
.gwclub-polls-member .gwclub-poll-vote-form .gwclub-poll-vote-button[aria-pressed="true"],
.gwclub-poll-vote-button.is-selected,
.gwclub-poll-vote-button[aria-pressed="true"] {
	background: var(--gwclub-polls-primary) !important;
	border-color: var(--gwclub-polls-primary-dark) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28) !important;
	color: var(--gwclub-polls-button-text) !important;
}

.gwclub-poll-results-table,
.gwclub-poll-audit-table {
	background: var(--gwclub-polls-surface);
	border-collapse: collapse;
	margin-top: 0.75rem;
	width: 100%;
}

.gwclub-poll-results-table th,
.gwclub-poll-results-table td,
.gwclub-poll-audit-table th,
.gwclub-poll-audit-table td {
	border: 1px solid color-mix(in srgb, var(--gwclub-polls-border) 85%, transparent);
	padding: 0.65rem 0.75rem;
	text-align: left;
	vertical-align: top;
}

.gwclub-poll-results-table th,
.gwclub-poll-audit-table th {
	background: color-mix(in srgb, var(--gwclub-polls-primary) 6%, var(--gwclub-polls-surface));
	font-weight: 800;
}

.gwclub-poll-audit {
	margin-top: 1rem;
}

.gwclub-poll-audit summary {
	color: var(--gwclub-polls-primary);
	cursor: pointer;
	font-weight: 800;
}

.gwclub-polls-results-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gwclub-polls-results-list li {
	background: var(--gwclub-polls-surface);
	border: 1px solid color-mix(in srgb, var(--gwclub-polls-border) 75%, transparent);
	margin: 0 0 0.5rem;
	padding: 0.7rem 0.85rem;
}

.gwclub-polls-results-list a {
	color: var(--gwclub-polls-primary);
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 700px) {
	.gwclub-suite-panel {
		padding: 1rem;
	}

	.gwclub-poll-vote-buttons {
		flex-direction: column;
	}

	.gwclub-polls-member .gwclub-poll-vote-form .gwclub-poll-vote-button,
.gwclub-polls-member button.gwclub-poll-vote-button,
.gwclub-poll-vote-button {
		width: 100%;
	}
}

.gwclub-poll-results-meta {
	background: var(--gwclub-polls-surface);
	border: 1px solid color-mix(in srgb, var(--gwclub-polls-border) 75%, transparent);
	box-sizing: border-box;
	margin: 0 0 0.85rem;
	padding: 0.65rem 0.75rem;
}

.gwclub-poll-results-actions {
	background: var(--gwclub-polls-surface);
	border: 1px solid color-mix(in srgb, var(--gwclub-polls-border) 85%, transparent);
	box-sizing: border-box;
	margin: 0 0 1rem;
	padding: 0.85rem;
}

.gwclub-poll-publish-results-button {
	appearance: none;
	-webkit-appearance: none;
	background: var(--gwclub-polls-primary);
	border: 1px solid var(--gwclub-polls-primary-dark);
	box-shadow: none;
	box-sizing: border-box;
	color: var(--gwclub-polls-button-text);
	cursor: pointer;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.2;
	padding: 0.7rem 1.15rem;
	text-align: center;
}

.gwclub-poll-publish-results-button:hover,
.gwclub-poll-publish-results-button:focus {
	background: var(--gwclub-polls-primary-dark);
	color: var(--gwclub-polls-button-text);
	outline: 2px solid color-mix(in srgb, var(--gwclub-polls-border) 75%, transparent);
	outline-offset: 2px;
}

.gwclub-poll-publish-results-button:disabled,
.gwclub-poll-publish-results-button.is-busy {
	cursor: wait;
	opacity: 0.7;
}

.gwclub-poll-action-note {
	color: var(--gwclub-polls-text);
	font-size: 0.9rem;
	line-height: 1.4;
	margin-top: 0.55rem;
}


.gwclub-poll-results-nav {
  margin: 0 0 1rem;
}

.gwclub-poll-results-view-link {
  color: var(--gwclub-polls-primary);
  font-weight: 700;
  text-decoration: none;
}

.gwclub-poll-results-view-link:hover,
.gwclub-poll-results-view-link:focus {
  color: var(--gwclub-polls-primary-dark);
  text-decoration: underline;
}

.gwclub-poll-results-summary-table th,
.gwclub-poll-results-summary-table td {
  vertical-align: middle;
}

.gwclub-poll-create-status-options {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0.75rem;
}

.gwclub-poll-create-status-option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.85rem 1rem;
  background: var(--gwclub-polls-surface);
  border: 1px solid color-mix(in srgb, var(--gwclub-polls-primary) 35%, var(--gwclub-polls-border));
  color: var(--gwclub-polls-text);
  cursor: pointer;
}

.gwclub-poll-create-status-option:hover,
.gwclub-poll-create-status-option:focus {
  border-color: var(--gwclub-polls-primary);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--gwclub-polls-primary) 15%, transparent);
  outline: none;
}

.gwclub-poll-create-status-option strong,
.gwclub-poll-create-status-option span {
  display: block;
}

.gwclub-poll-create-status-option strong {
  color: var(--gwclub-polls-primary);
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.gwclub-poll-create-status-option span {
  font-size: 0.95rem;
  line-height: 1.4;
}

.gwclub-poll-member-section-heading {
  color: var(--gwclub-polls-primary);
  font-size: 1.1rem;
  font-weight: 800;
  margin: 1.1rem 0 0.75rem;
}

.gwclub-poll-member-results-list {
  display: grid;
  gap: 0.65rem;
  margin: 0 0 1rem;
}

.gwclub-poll-member-result-row {
  align-items: center;
  background: var(--gwclub-polls-surface);
  border: 1px solid color-mix(in srgb, var(--gwclub-polls-border) 85%, transparent);
  box-sizing: border-box;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.75rem 0.85rem;
}

.gwclub-poll-member-result-card {
  background: transparent;
}

@media (max-width: 700px) {
  .gwclub-poll-member-result-row {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Theme preset alignment for Polling Booth and poll result shortcodes. */
.gwclub-polls .gwclub-suite-panel,
.gwclub-poll-results .gwclub-suite-panel,
.gwclub-polls-results-list .gwclub-suite-panel {
	background: var(--gwclub-polls-bg);
	border-color: var(--gwclub-polls-border);
	color: var(--gwclub-polls-text);
}
.gwclub-polls a,
.gwclub-poll-results a,
.gwclub-polls-results-list a,
.gwclub-poll-audit summary,
.gwclub-poll-member-section-heading,
.gwclub-poll-create-status-option strong {
	color: var(--gwclub-polls-primary);
}
.gwclub-poll-card h3,
.gwclub-poll-results h3,
.gwclub-polls-results-list h3,
.gwclub-poll-field-label {
	color: var(--gwclub-polls-heading);
}
.gwclub-poll-question,
.gwclub-poll-description,
.gwclub-poll-description p,
.gwclub-poll-warning,
.gwclub-poll-action-note,
.gwclub-poll-create-status-option,
.gwclub-poll-create-status-option span {
	color: var(--gwclub-polls-text);
}
.gwclub-poll-results-table,
.gwclub-poll-audit-table,
.gwclub-polls-results-list li,
.gwclub-poll-results-meta,
.gwclub-poll-results-actions,
.gwclub-poll-create-status-option,
.gwclub-poll-member-result-row {
	background: var(--gwclub-polls-surface);
	border-color: var(--gwclub-polls-border);
	color: var(--gwclub-polls-text);
}
.gwclub-poll-results-table th,
.gwclub-poll-audit-table th {
	background: color-mix(in srgb, var(--gwclub-polls-primary) 7%, var(--gwclub-polls-surface));
	color: var(--gwclub-polls-heading);
}
.gwclub-poll-vote-button,
.gwclub-poll-publish-results-button {
	border-color: var(--gwclub-polls-primary) !important;
}
.gwclub-poll-publish-results-button {
	background: var(--gwclub-polls-primary);
	color: var(--gwclub-polls-button-text);
}
.gwclub-poll-publish-results-button:hover,
.gwclub-poll-publish-results-button:focus {
	background: var(--gwclub-polls-primary-dark);
	color: var(--gwclub-polls-button-text);
	outline-color: color-mix(in srgb, var(--gwclub-polls-primary) 22%, transparent);
}
.gwclub-poll-vote-button:hover,
.gwclub-poll-vote-button:focus,
.gwclub-poll-create-status-option:hover,
.gwclub-poll-create-status-option:focus {
	border-color: var(--gwclub-polls-primary) !important;
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--gwclub-polls-primary) 20%, transparent) !important;
	outline-color: color-mix(in srgb, var(--gwclub-polls-primary) 18%, transparent) !important;
}
.gwclub-poll-vote-button.is-selected,
.gwclub-poll-vote-button[aria-pressed="true"] {
	background: var(--gwclub-polls-primary) !important;
	border-color: var(--gwclub-polls-primary-dark) !important;
	color: var(--gwclub-polls-button-text) !important;
}
.gwclub-poll-results-view-link:hover,
.gwclub-poll-results-view-link:focus {
	color: var(--gwclub-polls-primary-dark);
}

/* Batch 1 shortcode registry migration: keep Polls workflow layout, consume Core shortcode UI tokens. */
.gwclub-polls.gwclub-shortcode-ui,
.gwclub-poll-results.gwclub-shortcode-ui,
.gwclub-polls-results-list.gwclub-shortcode-ui {
	--gwclub-polls-bg: var(--gwclub-shortcode-soft-bg, var(--gwclub-bg, var(--wp--preset--color--background, #EBF9F0)));
	--gwclub-polls-surface: var(--gwclub-shortcode-surface, var(--gwclub-surface, #fff));
	--gwclub-polls-text: var(--gwclub-shortcode-text, var(--gwclub-text, #1F2A24));
	--gwclub-polls-heading: var(--gwclub-shortcode-text, var(--gwclub-text, #1F2A24));
	--gwclub-polls-primary: var(--gwclub-shortcode-primary, var(--gwclub-primary, #256D59));
	--gwclub-polls-primary-dark: var(--gwclub-shortcode-primary-dark, var(--gwclub-primary-dark, #18473A));
	--gwclub-polls-border: var(--gwclub-shortcode-border, var(--gwclub-border, #D8E7DD));
	font-family: var(--gwclub-shortcode-font-family, inherit);
	font-size: var(--gwclub-shortcode-font-size, 14px);
	line-height: var(--gwclub-shortcode-line-height, 1.45);
}
.gwclub-shortcode-ui .gwclub-suite-heading { font-size: 1.35rem; }
.gwclub-shortcode-ui .gwclub-poll-field-label { font-size: var(--gwclub-shortcode-label-size, 14px); }
.gwclub-shortcode-ui .gwclub-poll-question,
.gwclub-shortcode-ui .gwclub-poll-description,
.gwclub-shortcode-ui .gwclub-poll-description p,
.gwclub-shortcode-ui .gwclub-poll-warning,
.gwclub-shortcode-ui .gwclub-poll-results-meta {
	font-size: var(--gwclub-shortcode-font-size, 14px);
}
.gwclub-shortcode-ui .gwclub-poll-vote-button.gwclub-shortcode-action-link {
	font-size: var(--gwclub-shortcode-font-size, 14px) !important;
	border-radius: var(--gwclub-shortcode-control-radius, 8px) !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}
.gwclub-shortcode-ui .gwclub-poll-results-table,
.gwclub-shortcode-ui .gwclub-poll-audit-table {
	font-size: var(--gwclub-shortcode-table-size, 14px);
}
.gwclub-shortcode-ui .gwclub-poll-results-table th,
.gwclub-shortcode-ui .gwclub-poll-audit-table th {
	background: var(--gwclub-shortcode-soft-bg, var(--gwclub-bg, #EBF9F0));
	color: var(--gwclub-shortcode-primary, var(--gwclub-primary, #256D59));
	border-bottom-color: var(--gwclub-shortcode-primary, var(--gwclub-primary, #256D59));
}
