/**
 * This CSS file was auto-generated via PostCSS
 *
 * Contributors should avoid editing this file, but instead edit the associated
 * src/resources/postcss/ file. For more information, check out our engineering
 * docs on how we handle CSS in our engineering docs.
 *
 * @see: http://moderntribe.github.io/products-engineering/css/
 */

/* Accordion Styles */

.accordion-header {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	width: 100%;
}

.accordion-header::before {
	background-color: #000;
	border-radius: 100%;
	box-sizing: border-box;
	color: #fff;
	content: '\f132';
	font-family: 'dashicons';
	font-size: 10px;
	line-height: 17px;
	font-weight: 400;
	height: 14px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	width: 15px;
	text-align: center;
	padding-right: 1px;
}

.accordion-header::after {
	content: '';
	border-bottom: 1px solid #ddd;
	position: absolute;
	right: 0;
	width: 80%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.accordion-header.is-active::before {
	content: '\f460';
	line-height: 15px;
}

.accordion-header:focus {
	outline: 1px solid #5b9dd9;
}

.accordion-header:hover {
	background: none;
}

.tribe-tickets-editor-history::after {
	width: calc(100% - 80px);
}

.tribe_attendee_meta::after {
	width: calc(100% - 170px);
}

.tribe_advanced_meta::after {
	width: calc(100% - 105px);
}

.accordion-label:focus {
	outline: none;
}

.accordion-content {
	display: none;
}

.ticket_panel .accordion-content {
	margin: 1em 0 2em;
}

.accordion-content.is-active {
	display: block;
}
