/*
 * WooCommerce floats the product gallery/images (left) and summary (right)
 * inside div.product, and normally relies on the Description/Reviews tabs
 * or Related Products section (both removed by this plugin/theme) to clear
 * those floats. Without this, div.product collapses to 0 height and later
 * page content (e.g. the footer) visually overlaps the product area.
 */
.woocommerce div.product::after,
.woocommerce-page div.product::after {
	content: "";
	display: table;
	clear: both;
}

.stampera-product-details {
	margin-top: 24px;
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	clear: both;
}

.stampera-section {
	margin-bottom: 24px;
}

.stampera-section__title {
	font-size: 1.15em;
	margin-bottom: 10px;
	display: none;
}

.stampera-section__body p:last-child {
	margin-bottom: 0;
}

.stampera-section__table {
	width: 100%;
	border-collapse: collapse;
}

.stampera-section__table th,
.stampera-section__table td {
	text-align: left;
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
	font-size: 0.95em;
}

.stampera-section__table th {
	width: 40%;
	font-weight: 600;
	color: #333;
}

.stampera-section__list {
	margin: 0;
	padding-left: 20px;
}

.stampera-section__list li {
	margin-bottom: 6px;
}
