/**
 * Front-end styles for the membership and Gift Aid fields.
 * Deliberately light-touch so the active theme keeps control of typography.
 */

.shs-membership-fields {
	margin: 0 0 1.5em;
}

.shs-membership-fieldset {
	border: 0;
	margin: 0 0 1em;
	padding: 0;
}

.shs-membership-legend {
	display: block;
	font-weight: 600;
	margin: 0 0 0.5em;
	padding: 0;
}

.shs-membership-radio {
	display: block;
	margin: 0 0 0.35em;
	cursor: pointer;
}

.shs-membership-radio input {
	margin-right: 0.5em;
}

.shs-membership-recipient {
	border-left: 3px solid currentColor;
	margin: 0 0 1em;
	opacity: 0.95;
	padding: 0.75em 0 0.25em 1em;
}

.shs-membership-intro {
	margin: 0 0 0.75em;
}

.shs-membership-row {
	margin-bottom: 0.75em;
}

.shs-gift-aid {
	border: 1px solid rgba( 0, 0, 0, 0.15 );
	border-radius: 4px;
	margin: 0 0 1.25em;
	padding: 1em;
}

.shs-gift-aid__heading {
	font-weight: 600;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 0.85em;
}

.shs-gift-aid__label {
	display: block;
	cursor: pointer;
	font-weight: 600;
}

.shs-gift-aid__label input {
	margin-right: 0.5em;
}

.shs-gift-aid__value {
	margin: 0.5em 0 0;
	font-weight: 600;
}

.shs-gift-aid__declaration {
	font-size: 0.85em;
	line-height: 1.5;
	margin-top: 0.75em;
	opacity: 0.8;
}

.shs-gift-aid__declaration p:last-child {
	margin-bottom: 0;
}

.shs-membership-item-meta {
	margin: 0.5em 0 0;
	font-size: 0.9em;
}
