/**
 * BRT Product ACF styles
 */

.brt-product-description {
	max-width: 1180px;
}

.brt-size-table {
	margin-bottom: 32px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	background: #ffffff;
	overflow: hidden;
}

.brt-size-table summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
	list-style: none;
}

.brt-size-table summary::-webkit-details-marker {
	display: none;
}

.brt-size-table summary::after {
	content: "+";
	color: #BE0E0E;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}

.brt-size-table[open] summary::after {
	content: "–";
}

.brt-size-table__intro {
	padding: 0 22px 16px;
}

.brt-size-table__intro p {
	margin-bottom: 0;
}

.brt-size-table__images {
	padding: 0 22px 22px;
}

.brt-size-table__image {
	display: block;
	width: 100%;
	height: auto;
}

.brt-size-table__image--mobile {
	display: none;
}

.brt-product-section {
	margin-bottom: 32px;
}

.brt-product-section h3 {
	margin: 0 0 14px;
	font-size: 26px;
	line-height: 1.2;
}

.brt-product-section p {
	margin-bottom: 14px;
}

.brt-product-section ul {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 22px;
}

@media (max-width: 768px) {
	.brt-size-table {
		margin-bottom: 28px;
	}

	.brt-size-table summary {
		padding: 16px;
		font-size: 17px;
	}

	.brt-size-table__intro {
		padding: 0 16px 14px;
	}

	.brt-size-table__images {
		padding: 0 16px 16px;
	}

	.brt-size-table__image--desktop {
		display: none;
	}

	.brt-size-table__image--mobile {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.brt-product-section h3 {
		font-size: 24px;
	}
}
