/* Small Studio Concept — tabele cen na stronie wyposażenia studia */

.bb-ssc-concept {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 2.5rem 0 3rem;
}

.bb-ssc-concept__title {
	text-align: center;
	margin: 0 0 1.25rem;
	color: #505050;
	font-size: 1.0625rem;
	font-weight: 600;
}

.bb-ssc-concept__visuals {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 1rem;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 1.5rem;
}

.bb-ssc-concept__visual--plan {
	flex: 0 0 40%;
	max-width: 40%;
}

.bb-ssc-concept__visual--photo {
	flex: 0 0 60%;
	max-width: 60%;
}

.bb-ssc-concept__visuals img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 7px;
}

@media (max-width: 767px) {
	.bb-ssc-concept__visuals {
		flex-direction: column;
	}

	.bb-ssc-concept__visual--plan,
	.bb-ssc-concept__visual--photo {
		flex: 0 0 auto;
		max-width: 100%;
	}
}

.bb-ssc-concept__note {
	box-sizing: border-box;
	display: block;
	max-width: 70%;
	margin: 1rem auto 0;
	padding: 0 0.75rem;
	text-align: left;
	font-size: 0.9375rem;
	color: #505050;
}

table.products-table {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 1rem;
	border-collapse: collapse;
	font-size: 0.9375rem;
	color: #505050;
}

table.products-table th,
table.products-table td {
	padding: 0.65rem 0.75rem;
	border: 1px solid #d5d8de;
	text-align: center;
}

table.products-table th {
	background: #B6BD01;
	color: #505050;
	font-weight: 600;
}

table.products-table th.left,
table.products-table td.left {
	text-align: left;
}

table.products-table th.right,
table.products-table td.right {
	text-align: right;
}

table.products-table tfoot td.total_sum {
	background: #666666;
	color: #fff;
	font-weight: 600;
}

table.products-table tfoot .sum-white {
	background: transparent;
	color: #505050;
	text-align: right;
	font-weight: 600;
}
