/* Repeating attendee fields at checkout. */

#pmproev_attendees .pmproev_attendee_set {
	margin: 1em 0 1.5em;
	padding: 1em;
	border: 1px solid rgba( 0, 0, 0, 0.1 );
	border-radius: 4px;
}

#pmproev_attendees .pmproev_attendee_set h3 {
	margin-top: 0;
	margin-bottom: 0.35em;
}

/* The set's own explanatory note ("Your other details are taken from…") hugs the heading it
   belongs to, with the larger gap below, before the fields. */
#pmproev_attendees .pmproev_attendee_set > .pmpro_form_hint {
	margin: 0 0 1em;
}

#pmproev_attendees .pmproev_divider {
	margin: 1.5em 0;
	border: 0;
	border-top: 1px solid rgba( 0, 0, 0, 0.1 );
}

#pmproev_attendees .pmproev_summary {
	margin-top: 1em;
}

#pmproev_attendees .pmproev_summary-price {
	margin-top: 0.5em;
}

#pmproev_attendees .pmproev_summary-price .pmproev_cost_text_note {
	display: inline;
}

.pmproev_cost_text_note {
	display: block;
	font-size: 0.9em;
	opacity: 0.8;
}
