.wfcp-subcarts {
	margin: 0 0 2rem;
	padding: 1.25rem;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fafafa;
}

.wfcp-subcarts__title {
	margin: 0 0 0.5rem;
	font-size: 1.25rem;
}

.wfcp-subcarts__hint {
	margin: 0 0 1rem;
	color: #666;
	font-size: 0.95rem;
}

.wfcp-subcart {
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid #ddd;
	border-radius: 8px;
	background: #fff;
}

.wfcp-subcart:last-child {
	margin-bottom: 0;
}

.wfcp-subcart__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.wfcp-subcart__label {
	margin: 0;
	font-size: 1.05rem;
}

.wfcp-subcart__subtotal {
	font-weight: 700;
	color: var(--wfcp-price-color, #2271b1);
}

.wfcp-subcart__items {
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
}

.wfcp-subcart__items li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.35rem 0;
	border-bottom: 1px dashed #eee;
}

.wfcp-subcart__items li:last-child {
	border-bottom: 0;
}

.wfcp-subcart__checkout {
	width: 100%;
	text-align: center;
}

/* ishop-theme cart layout */
.wfcp-ishop-theme .purchasing-process-wrapper .wfcp-subcarts {
	position: relative;
	z-index: 2;
	margin-bottom: 1.5rem;
	border-color: #e8e8e8;
	border-radius: 12px;
	background: #fff;
	clear: both;
}

.wfcp-ishop-theme .woocommerce-cart-form .wfcp-subcarts,
.wfcp-ishop-theme .cart-page-content .wfcp-subcarts {
	width: 100%;
	box-sizing: border-box;
}

.wfcp-ishop-theme .wfcp-subcart {
	position: relative;
	z-index: 1;
}

.wfcp-ishop-theme .wfcp-subcart__checkout,
.wfcp-ishop-theme .wfcp-subcart__checkout.button {
	display: block;
	width: 100%;
	padding: 12px 16px;
	border-radius: 8px;
	font-weight: 600;
	text-align: center;
}

.wfcp-ishop-theme.wfcp-mixed-cart #proceed-to-checkout,
.wfcp-ishop-theme.wfcp-mixed-cart .cart-side-table--checkout-button {
	display: none !important;
}
