/* ==========================================================================
   WPHB Adult & Child Pricing - Frontend styles
   ========================================================================== */

.wphb-acp-breakdown {
	margin: 16px 0 24px;
	padding: 16px 18px;
	background: #f7f8fa;
	border: 1px solid #e3e6ec;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.03 );
}

.wphb-acp-breakdown .wphb-acp-title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #1f2937;
	text-transform: none;
}

.wphb-acp-breakdown .wphb-acp-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wphb-acp-breakdown .wphb-acp-row {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px dashed #e3e6ec;
}

.wphb-acp-breakdown .wphb-acp-row:last-child {
	border-bottom: 0;
}

.wphb-acp-breakdown .wphb-acp-row--subtotal {
	margin-top: 4px;
	padding-top: 12px;
	border-top: 1px solid #d6dae2;
	font-weight: 600;
	color: #111;
}

.wphb-acp-breakdown .wphb-acp-label {
	color: #4b5563;
}

.wphb-acp-breakdown .wphb-acp-qty {
	font-size: 13px;
	color: #6b7280;
	white-space: nowrap;
}

.wphb-acp-breakdown .wphb-acp-line-total {
	font-variant-numeric: tabular-nums;
	text-align: right;
	color: #111;
	min-width: 80px;
}

/* Cart guest-surcharge row inherits the host theme styles for `.hb-cart-total-row` */
.hb-cart-guest-surcharge .hb-cart-total-label::before {
	content: '\f110';
	font-family: dashicons;
	margin-right: 6px;
	color: #888;
}

@media (max-width: 480px) {
	.wphb-acp-breakdown .wphb-acp-row {
		grid-template-columns: 1fr auto;
	}
	.wphb-acp-breakdown .wphb-acp-qty {
		display: none;
	}
}
