:root {
	--av-primary: #c45c26;
	--av-primary-dark: #9a4520;
	--av-primary-light: #fef3eb;
	--av-border: #e2e8f0;
	--av-bg: #f1f5f9;
	--av-surface: #ffffff;
	--av-text: #0f172a;
	--av-muted: #64748b;
	--av-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
	--av-shadow-sm: 0 1px 4px rgba(15, 23, 42, 0.05);
}

.av-petition,
.av-signature-list,
.av-stats,
.av-manage-wrap {
	color: var(--av-text);
	font-size: 16px;
	line-height: 1.55;
}

.av-petition,
.av-signature-list {
	max-width: 780px;
	margin: 0 auto 2.5rem;
}

/* —— Stats + progress (compact, square) —— */
.av-stats {
	margin-bottom: 0.75rem;
}

.av-stats--compact,
.av-stats--block,
.av-stats--hero {
	background: var(--av-bg);
	border: 1px solid var(--av-border);
	border-radius: 0;
	padding: 0.75rem 1rem;
}

/* Elementor listing card (above .elementor-post__read-more) */
.av-petition-card-progress {
	display: block;
	margin: 10px 1rem 0.75rem;
	padding: 0;
}

 .elementor-post__read-more-wrapper a {
    background: #009ed8;
    width: 88%;
    display: inline-block;
    padding: 11px;
    border-radius: 30px;
	margin-top:10px;
}

.av-petition-card-progress .av-stats {
	margin-bottom: 0;
}

.av-stats__line {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	line-height: 1.4;
	color: var(--av-text);
}

.av-stats__count {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--av-primary);
	margin-right: 0.2rem;
}

.av-stats__sep {
	margin: 0 0.4rem;
	color: var(--av-muted);
}

.av-stats__percent {
	font-weight: 600;
	color: var(--av-primary);
}

.av-stats__goal-num {
	font-weight: 600;
	color: var(--av-muted);
	margin-left: 0.2rem;
}

.av-progress__track {
	height: 14px;
	background: #fff;
	border: 1px solid var(--av-border);
	border-radius: 0;
	overflow: hidden;
}

.av-progress__fill {
	height: 100%;
	border-radius: 0;
	transition: width 0.35s ease;
	min-width: 2px;
}

.av-progress__fill--low { background: #f59e0b; }
.av-progress__fill--medium { background: #3b82f6; }
.av-progress__fill--high { background: #10b981; }
.av-progress__fill--complete { background: #059669; }

.av-progress__labels {
	display: flex;
	justify-content: space-between;
	font-size: 0.75rem;
	color: var(--av-muted);
	margin-top: 0.25rem;
}

.av-petition__stats-bar {
	margin-bottom: 1rem;
}

/* —— Buttons —— */
.av-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.5rem;
	border-radius: 0;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1.2;
	transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
}

.av-btn--primary {
	background: var(--av-primary);
	color: #fff;
	box-shadow: 0 4px 14px rgba(196, 92, 38, 0.35);
}

.av-btn--primary:hover,
.av-btn--primary:focus {
	background: var(--av-primary-dark);
	color: #fff;
	transform: translateY(-1px);
}

.av-btn--secondary {
	background: var(--av-surface);
	color: var(--av-text);
	border: 1px solid var(--av-border);
}

.av-btn--secondary:hover {
	background: var(--av-bg);
}

.av-btn--danger,
.av-btn--remove { background: #dc2626; color: #fff; }
.av-btn--update { background: #0d9488; color: #fff; }
.av-btn--update:hover { background: #0f766e; color: #fff; }
.av-btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }

/* —— Inline thank you (no popup) —— */
.av-petition__thankyou {
	background: var(--av-surface);
	border: 1px solid var(--av-border);
	padding: 1.5rem 1.75rem;
	margin: 1rem 0 0;
	box-shadow: var(--av-shadow-sm);
}

.av-petition__thankyou[hidden] {
	display: none !important;
}

.av-petition__share-block {
	margin-top: 0;
	padding: 1.25rem 1rem 2rem;
	background-color: #fff;
	border-top: 1px solid var(--av-border);
}

.av-petition__share-block .av-share {
	margin: 0;
	padding: 0;
	border-top: none;
}

.av-petition__thankyou-title {
	margin: 0 0 0.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1e3a5f;
	text-align: center;
}

.av-petition__thankyou-note {
	margin: 0 0 1.25rem;
	text-align: center;
	color: var(--av-muted);
	font-size: 0.95rem;
}

.av-petition__signin-after {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	padding: 0.75rem 1rem;
	margin: 1rem 0;
	font-size: 0.9rem;
}

.av-petition__thankyou-manage {
	margin-top: 0.5rem;
}

/* Thank-you comment field */
.av-thankyou-comment {
	display: block;
	margin: 0 0 1.25rem;
}

.av-thankyou-comment__label {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
	color: #1e3a5f;
}

.av-thankyou-comment__input {
	display: block;
	width: 100%;
	min-height: 120px;
	padding: 0.85rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	font-family: inherit;
	color: var(--av-text);
	background: #fff;
	border: 2px solid #cbd5e1;
	resize: vertical;
	box-sizing: border-box;
	transition: border-color 0.15s, box-shadow 0.15s;
}

.av-thankyou-comment__input::placeholder {
	color: #94a3b8;
}

.av-thankyou-comment__input:hover {
	border-color: #94a3b8;
}

.av-thankyou-comment__input:focus {
	outline: none;
	border-color: #1e3a5f;
	box-shadow: 0 0 0 3px rgba(30, 58, 95, 0.12);
}

.av-petition__thankyou-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0 0 1.5rem;
}

.av-petition__thankyou-actions .av-btn {
	flex: 1;
	min-width: 160px;
	padding: 0.8rem 1.25rem;
	font-size: 1rem;
}

.av-petition__thankyou-status {
	margin-top: 1rem;
	padding: 0.75rem 1rem;
	text-align: center;
}

.av-petition__thankyou-status.is-success {
	background: #f0fdf4;
	color: #166534;
	border: 1px solid #bbf7d0;
}

.av-petition__thankyou-status.is-error {
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fecaca;
}

/* Share row (after manage buttons) */
.av-share {
	margin: 0 0 1rem;
	padding: 1.25rem 0 0;
	border-top: 1px solid var(--av-border);
}

.av-share__title {
	margin: 0 0 1rem;
	font-weight: 600;
	font-size: 1rem;
	color: var(--av-text);
	text-align: center;
}

.av-share__icons {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.av-share__icons li {
	margin: 0;
	padding: 0;
}

.av-share__icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
	min-width: 72px;
	padding: 0;
	border: none;
	background: transparent;
	text-decoration: none;
	color: var(--av-text);
	cursor: pointer;
	font-family: inherit;
	transition: transform 0.15s, opacity 0.15s;
}

.av-share__icon:hover {
	transform: translateY(-2px);
	opacity: 0.9;
}

.av-share__icon.is-copied .av-share__name {
	color: #059669;
	font-weight: 700;
}

.av-share__svg {
	width: 44px;
	height: 44px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid var(--av-border);
	background: #fff;
}

.av-share__icon--facebook .av-share__svg {
	color: #fff;
	background: #1877f2;
	border-color: #1877f2;
}

.av-share__icon--twitter .av-share__svg {
	color: #fff;
	background: #000;
	border-color: #000;
}

.av-share__icon--gmail .av-share__svg {
	color: #fff;
	background: #ea4335;
	border-color: #ea4335;
}

.av-petition .av-share__icon--copy,
.av-petition .av-share__icon--copy:hover,
.av-petition .av-share__icon--copy:focus,
.av-petition .av-share__icon--copy:active,
.av-petition .av-share__icon--copy.is-copied {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: none !important;
	outline: none;
}

.av-petition .av-share__icon--copy .av-share__svg {
	color: #475569;
	background: #f1f5f9 !important;
	background-color: #f1f5f9 !important;
	border-color: #cbd5e1 !important;
}

.av-petition .av-share__icon--copy:hover .av-share__svg {
	color: #475569 !important;
	background: #e2e8f0 !important;
	background-color: #e2e8f0 !important;
	border-color: #94a3b8 !important;
}

.av-petition .av-share__icon--copy.is-copied .av-share__svg {
	color: #fff !important;
	background: var(--av-primary) !important;
	background-color: var(--av-primary) !important;
	border-color: var(--av-primary) !important;
}

.av-share__name {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--av-muted);
	text-align: center;
	line-height: 1.2;
}

.av-share--email .av-share__icons {
	justify-content: flex-start;
}

.av-share--email .av-share__icon {
	flex-direction: row;
	min-width: auto;
	gap: 0.5rem;
}

/* —— Petition form —— */
.av-petition__login-prompt {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	padding: 0.75rem 1rem;
	border-radius: 0;
	margin-bottom: 1rem;
	font-size: 0.9rem;
}

.avSocialShare {
	display: none !important;
}

.av-petition__message {
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--av-text);
}

.av-petition__message p {
	margin: 0 0 0.65rem;
	font-size: inherit;
	line-height: inherit;
}

.av-petition__message p:last-child {
	margin-bottom: 0;
}

.av-petition__message a {
	color: inherit;
	font-size: inherit;
}

#sign_form,
#sign_form .av-petition__form {
	background: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.av-petition__form[hidden],
.av-petition__login-prompt[hidden] {
	display: none !important;
}

.av-petition__form {
	background: var(--av-surface);
	border-radius: 0;
	padding: 0;
	box-shadow: var(--av-shadow-sm);
}
.av-petition__stats-bar .av-stats.av-stats--compact {
    background: transparent;
    border: none;
}
.av-petition--live .av-checkbox__label, .av-petition--live .av-petition__terms .av-checkbox__label a {
    font-size: inherit;
}

.av-petition__fieldset {
	border: 0;
	margin: 0;
	padding: 1.5rem 1.75rem 1.75rem;
}

.av-petition__legend,
#sign_form .av-petition__legend {
	font-size: 1.2rem;
	font-weight: 700;
	padding: 10px 0 1rem;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid var(--av-border);
}

.av-petition__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem 1.25rem;
	margin-top: 1.25rem;
}

.av-field--full { grid-column: 1 / -1; }

.av-field__label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.4rem;
	font-size: 0.875rem;
	color: var(--av-text);
}

.av-field__label em {
	color: #dc2626;
	font-style: normal;
}

.av-field__input {
	width: 100%;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--av-border);
	border-radius: 0;
	font-size: 1rem;
	box-sizing: border-box;
	background: #fafbfc;
	transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.av-field__input:hover {
	background: #fff;
}

.av-field__input:focus {
	outline: none;
	background: #fff;
	border-color: var(--av-primary);
	box-shadow: 0 0 0 3px rgba(196, 92, 38, 0.2);
}

/* Terms checkbox */
.av-petition__terms {
	margin-top: 1.25rem;
	padding: 1rem 1.1rem;
	background: var(--av-bg);
	border: 1px solid var(--av-border);
	border-radius: 0;
}

.av-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	cursor: pointer;
	margin: 0;
}

.av-checkbox__input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.av-checkbox__box {
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	margin-top: 2px;
	border: 2px solid var(--av-border);
	border-radius: 0;
	background: #fff;
	transition: border-color 0.15s, background 0.15s;
	position: relative;
}

.av-checkbox__input:focus + .av-checkbox__box {
	box-shadow: 0 0 0 3px rgba(196, 92, 38, 0.25);
}

.av-checkbox__input:checked + .av-checkbox__box {
    background: #2e2e2e00;
    border-color: #ffffff;
}

.av-checkbox__input:checked + .av-checkbox__box::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.av-checkbox__label {
	font-size: 0.95rem;
	line-height: 1.45;
	color: var(--av-text);
}

.av-checkbox__label a {
	color: var(--av-primary);
	font-weight: 600;
	text-decoration: underline;
}

.av-petition__submit-row {
	margin: 1.5rem 0 0;
	text-align: center;
}

.av-petition__sign {
	min-width: 240px;
	font-size: 1.1rem;
	padding: 0.85rem 2rem;
}

.av-petition__status {
	display: block;
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	border-radius: 0;
	text-align: center;
	font-weight: 500;
}

.av-petition__status[hidden] {
	display: none !important;
}

.av-petition__status.is-error {
	background: #fef2f2;
	color: #b91c1c;
	border: 1px solid #fecaca;
}

.av-petition__status.is-success {
	background: #f0fdf4;
	color: #166534;
	border: 1px solid #bbf7d0;
}

.av-petition__closed {
	padding: 1.25rem;
	background: #fff7ed;
	border: 1px solid #fed7aa;
	border-radius: 0;
	text-align: center;
}

/* Signature list */
.av-signature-list__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
	padding-bottom: 0.75rem;
	border-bottom: 3px solid var(--av-primary);
}

.av-signature-list__title {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 700;
}

.av-signature-list__total {
	margin: 0;
	color: var(--av-muted);
	font-size: 0.95rem;
}

.av-signature-cards {
	display: grid;
	gap: 1rem;
}

.av-signature-card {
	background: var(--av-surface);
	border: 1px solid var(--av-border);
	border-radius: 0;
	padding: 1.15rem 1.25rem;
	box-shadow: var(--av-shadow-sm);
	transition: box-shadow 0.2s;
}

.av-signature-card:hover {
	box-shadow: var(--av-shadow);
}

.av-signature-card__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem 1rem;
	margin-bottom: 0.4rem;
}

.av-signature-card__name {
	font-size: 1.05rem;
	font-weight: 700;
}

.av-signature-card__location {
	color: var(--av-muted);
	font-size: 0.9rem;
}

.av-signature-card__comment {
	margin: 0.5rem 0 0;
	padding-left: 0.85rem;
	border-left: 3px solid var(--av-primary-light);
	font-style: italic;
	color: #334155;
}

.av-signature-card__date {
	display: block;
	font-size: 0.8rem;
	color: var(--av-muted);
}

.av-signature-list__pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	margin-top: 1.5rem;
}

.av-signature-list.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

/* —— Email manage pages (edit / remove signature) —— */
body.av-petitions-manage {
	margin: 0;
	min-height: 100vh;
	background: var(--av-bg);
	color: var(--av-text);
	font-size: 16px;
	line-height: 1.55;
}

body.av-petitions-manage #page,
body.av-petitions-manage .site-content {
	margin: 0;
	padding: 0;
	max-width: none;
}

.av-manage-brand {
	background: var(--av-surface);
	border-bottom: 1px solid var(--av-border);
	padding: 1rem 1.5rem;
	text-align: center;
	box-shadow: var(--av-shadow-sm);
}

.av-manage-brand__link {
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--av-primary);
	text-decoration: none;
}

.av-manage-brand__link:hover,
.av-manage-brand__link:focus {
	color: var(--av-primary-dark);
	text-decoration: underline;
}

main.av-manage-wrap,
.av-manage-wrap {
	width: 100%;
	max-width: 560px;
	margin: 3rem auto;
	padding: 0 1rem;
	box-sizing: border-box;
}

.av-manage {
	background: var(--av-surface);
	border: 1px solid var(--av-border);
	border-radius: 0;
	padding: 0;
	box-shadow: var(--av-shadow);
	overflow: hidden;
}

.av-manage__header {
	padding: 1.75rem 1.75rem 1.25rem;
	border-bottom: 1px solid var(--av-border);
	background: var(--av-primary-light);
}

.av-manage__title {
	margin: 0 0 0.5rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--av-text);
}

.av-manage__petition {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: var(--av-primary);
	line-height: 1.4;
}

.av-manage__body {
	padding: 1.5rem 1.75rem 0.5rem;
}

.av-manage__form .av-field {
	display: block;
	margin: 0;
}

.av-manage__textarea {
	min-height: 160px;
	resize: vertical;
	font-family: inherit;
	line-height: 1.5;
}

.av-manage__alert {
	margin: 0 1.75rem 0;
	padding: 1rem 1.1rem;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-left: 4px solid #dc2626;
}

.av-manage__alert-text {
	margin: 0;
	color: #991b1b;
	font-size: 0.95rem;
	line-height: 1.5;
}

.av-manage__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding: 1.5rem 1.75rem 1.75rem;
	border-top: 1px solid var(--av-border);
	background: #fafbfc;
}

.av-manage__actions .av-btn {
	flex: 0 1 auto;
	width: auto;
	min-width: 0;
	text-align: center;
}

.av-manage .av-btn--danger:hover,
.av-manage .av-btn--danger:focus {
	background: #b91c1c;
	color: #fff;
}

.av-manage--message {
	padding: 2rem 1.75rem;
	text-align: center;
}

.av-manage__message-icon {
	margin-bottom: 1rem;
}

.av-manage__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.av-manage__icon--success {
	background: #dcfce7;
	color: #166534;
}

.av-manage__icon--error {
	background: #fee2e2;
	color: #b91c1c;
}

.av-manage__icon--info {
	background: var(--av-primary-light);
	color: var(--av-primary);
}

.av-manage__message-text {
	margin: 0 0 1.5rem;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--av-text);
}

.av-manage__actions--center {
	justify-content: center;
	border-top: none;
	padding: 0;
	background: transparent;
}

.av-manage__actions--center .av-btn {
	flex: 0 1 auto;
	min-width: 200px;
}

.av-petition--live {
	--av-live-purple: #39325b;
	--av-live-red: #e01a2b;
	--av-live-blue: #0099ff;
	--av-live-link: #5cda86;
	--av-live-input-border: #ced4da;
	--av-live-placeholder: #838080;
	--av-live-progress-border: #dba1a1;
	font-family: Figtree, Jost, Helvetica, Arial, sans-serif;
}

/* Purple form container */
 .av-petition__form-wrap {
	background: var(--av-live-purple) !important;
	padding: 40px 0 0;
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
}

/* Remove default fieldset / legend chrome */
.av-petition--live .av-petition__fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.av-petition--live .av-petition__legend {
	display: none;
}

/* Single-column stacked fields */
.av-petition--live .av-petition__grid {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 90%;
	margin: 0 auto;
}

.av-petition--live .av-field {
	display: block;
	width: 100%;
	margin: 0 0 8px;
}

.av-petition--live .av-field--full {
	grid-column: auto;
	width: 100%;
}

/* Optional field labels — uppercase white like live zipcode label */
.av-petition--live .av-field--optional .av-field__label {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 4px 1px;
	line-height: 1;
}

/* Inputs & textarea */
.av-petition--live .av-field__input {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid var(--av-live-input-border);
	border-radius: 5px;
	padding: 8px 6px;
	font-family: Jost, Figtree, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.5;
	color: #444;
	margin: 0 0 8px;
}

.av-petition--live .av-field__input::placeholder {
	color: var(--av-live-placeholder);
	opacity: 1;
}

.av-petition--live textarea.av-field__input {
	min-height: 160px;
	resize: vertical;
}

/* Terms checkbox */
.av-petition--live .av-petition__terms {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 4px 0 12px;
}

.av-petition--live .av-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	cursor: pointer;
}

.av-petition--live .av-checkbox__label,
.av-petition--live .av-petition__terms .av-checkbox__label {
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	line-height: 1.4;
}

.av-petition--live .av-petition__terms a {
	color: var(--av-live-link);
	text-decoration: none;
}

.av-petition--live .av-petition__terms a:hover {
	text-decoration: underline;
}

.av-petition--live .av-checkbox__input {
	width: 18px;
	height: 18px;
	margin: 0;
	flex-shrink: 0;
	accent-color: var(--av-live-blue);
}

/* Sign Now button */
.av-petition--live .av-petition__submit-row {
	text-align: center;
	margin: 0 3% 30px;
	padding: 0;
}

.av-petition--live .av-petition__sign,
.av-petition--live .av-btn--primary {
	display: inline-block;
	background: var(--av-live-red) !important;
	border: 1px solid var(--av-live-red) !important;
	border-radius: 30px !important;
	color: #fff !important;
	font-family: Jost, Figtree, sans-serif;
	font-size: 18px !important;
	font-weight: 400 !important;
	padding: 10px 35px !important;
	text-shadow: none !important;
	cursor: pointer;
	line-height: 1.4;
}

.av-petition--live .av-petition__sign:hover,
.av-petition--live .av-btn--primary:hover {
	filter: brightness(1.05);
}

/* Progress / stats bar — below Sign Now, inside purple box */
.av-petition--live .av-petition__stats-bar {
	text-align: center;
	margin: -1em 0 0;
	padding: 5px 0 28px;
	border-top: 0;
	color: #fff;
}
article.av-signature-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.av-petition--live .av-petition__stats-bar,
.av-petition--live .av-petition__stats-bar * {
	color: #fff;
}

/* Compact stats text: "12,042 signatures = 60% of goal" */
.av-petition--live .av-petition__stats-bar .av-stats,
.av-petition--live .av-petition__stats-bar .av-stats__summary,
.av-petition--live .av-petition__stats-bar p {
	color: #fff;
	font-size: 15px;
	margin: 2%;
}

/* Progress bar track */
.av-petition--live .av-petition__stats-bar .av-stats__bar,
.av-petition--live .av-petition__stats-bar .av-progress,
.av-petition--live .av-petition__stats-bar progress,
.av-petition--live .av-petition__stats-bar [class*="progress"] {
	background: linear-gradient(#bbb, #eee);
	border: 1px solid #9d9d9d;
	border-radius: 3px;
	height: 16px;
	overflow: hidden;
}

/* Progress bar fill */
.av-petition--live .av-petition__stats-bar .av-stats__bar-fill,
.av-petition--live .av-petition__stats-bar .av-progress__fill,
.av-petition--live .av-petition__stats-bar [class*="progressbar"],
.av-petition--live .av-petition__stats-bar [class*="bar-fill"] {
	background-color: var(--av-live-blue) !important;
	height: 16px;
	border-radius: 2px 0 0 2px;
}

/* Share block — below purple form */
.av-petition--live .av-petition__share-block {
	margin-top: 20px;
	text-align: center;
}

.av-petition--live .av-petition__share-block h3,
.av-petition--live .av-petition__share-block h4,
.av-petition--live .av-petition__share-block .av-share__title,
.av-petition--live .av-petition__share-block > p:first-child {
	font-family: Figtree, sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #333;
	margin: 15px 0 10px;
}

/* Status / login prompt on purple */
.av-petition--live .av-petition__status {
	color: #fff;
	text-align: center;
	margin: 0 5% 12px;
}

.av-petition--live .av-petition__login-prompt {
	color: #333;
	font-size: 14px;
	margin-bottom: 12px;
}

/* Screen reader only */
.av-petition--live .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
.message_chart {
    background: #f2f3f200!important;
    padding: 20px 0px!important;
    border: 1px solid #cccccc8c!important;
}
.av-signature-cards {
    display: grid;
    gap: 0;
}
.av-signature-card {
    background: #dadada29;
    border-bottom: 0px solid var(--av-border);
    border-radius: 0;
    padding: 1.15rem 1.25rem;
    box-shadow: unset;
    transition: box-shadow 0.2s;
}
.av-signature-card:nth-child(even) {
    background: #39325b00;
}
.message .message_chart .av-stats.av-stats--compact {
    display: none;
}
.av-signature-list__header {
    border-bottom: 0px solid var(--av-primary);
}
.av-petition__message {
    display: none;
}
/* Mobile — full width like live phone view */
@media (max-width: 767px) {
	.av-petition--live .av-petition__form-wrap {
		max-width: 100%;
		padding-top: 24px;
	}

	.av-petition--live .av-field__input {
		font-size: 16px;
	}

	.av-petition--live .av-petition__sign {
		width: auto;
		min-width: 160px;
	}
}

@media (max-width: 640px) {
	.av-petition__grid {
		grid-template-columns: 1fr;
	}

	.av-petition__sign {
		width: 100%;
	}

	.av-petition__thankyou-actions {
		flex-direction: column;
	}

	.av-petition__thankyou-actions .av-btn {
		width: 100%;
	}

	.av-manage__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.av-manage__actions .av-btn {
		width: 100%;
	}

}