/* Minimal legacy styles extracted from old site to match petition/thank-you look */

/* Form side styling (right column) */
.main-featured-action-form form {
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Red Hat Display', sans-serif;
}
.main-featured-action-form form textarea {
	max-width: 100%;
	margin: 10 0;
	padding: 7px;
	border: none;
	outline-color: transparent !important;
}
.main-featured-action-form form input:not([type="radio"]):not([type="checkbox"]),
.featured-action-form form select {
	width: 100%;
	margin: 10px 0;
	padding: 7px;
	border: none;
	outline-color: transparent !important;
}

/* Keep option controls aligned next to labels (override Bootstrap defaults). */
#petition-form .form-check {
	display: flex;
	align-items: flex-start;
	padding-left: 0;
	margin-bottom: 8px;
}
#petition-form .form-check-input {
	position: static;
	margin: 2px 8px 0 0;
}
#petition-form .form-check-label {
	margin: 0;
}
#petition-form .form-check-input,
#petition-form .form-check-label {
	display: inline-block !important;
}
.main-featured-action-form .action-form-title {
	padding: 20px;
	background-color: #111724;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
}
.single-form-area {
	background-color: #ddd;
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.current-signers-area {
	background-color: #09b0dc;
	color: #fff;
	margin: 16px 0 0;
	padding: 12px;
}

/* Recent signers list */
ul.signee-list {
	background-color: #ddd;
	padding: 0;
}
ul.signee-list li {
	list-style: none;
	padding: 15px;
}
li.signee-title {
	background-color: #09b0dc;
	color: white;
	font-weight: 600;
	font-family: 'Red Hat Display', 'Helvetica Neue', sans-serif;
	font-size: 18px;
}
li.signee-item p.signee-name {
	color: black;
	font-weight: 600;
	font-family: 'Red Hat Display', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	margin-bottom: 4px;
}
li.signee-item p.signee-date {
	color: black;
	font-weight: 400;
	font-family: 'Red Hat Display', 'Helvetica Neue', sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 12px;
	margin-bottom: 0;
}

/* Thank you text */
.thank-you-text {
	text-align: center;
	margin-bottom: 20px;
}


/* Checkbox and label styling near submit buttons */
#petition-form input[type="checkbox"],
.petition-form input[type="checkbox"] {
	max-width: 17px;
	position: relative;
}
#petition-form label,
.petition-form label {
	display: inline-block;
	font-size: 14px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}