.beefup {

	margin: 0;
	border-top: 1px solid #DDD;

}

.beefup__head {

	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 18px 50px 16px 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: -.4px;

}

button.beefup__head,
.beefup__head > button {
	
	cursor: pointer;
	display: block;
	width: 100%;
	background: none;
	border: 0;
	font: inherit;
	text-align: inherit;

}

button.beefup__head[aria-disabled],
.beefup__head > button[aria-disabled] {

	cursor: default;
	outline: 0;

}

.beefup__head > button {

	position: relative;
	z-index: 1;
	margin: -9px -50px -10px 0;
	padding: inherit;
	/* width: calc(100% + 70px); */
	background: inherit;
	border: inherit;

}

.beefup__head::after {

	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 0;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	padding: 3px;
	background-repeat: no-repeat;
	background-size: 14px;
	background-image: url('./../img/icons/icon-plus.svg');

}

.beefup.is-open > .beefup__head::after {

	margin-top: -1px;
	background-repeat: no-repeat;
	background-size: 14px;
	background-image: url('./../img/icons/icon-minus.svg');

}


.beefup__body {

	margin-top: -16px;
	padding-bottom: 24px;

}

.beefup__body p:last-child {

	margin-bottom: 0;

}


.beefup__body__inner {

	max-width: 600px;

}