/*
 * Casa Flora Mieke theme revision 1.5.0.
 * This versioned filename bypasses long-lived host caches after theme updates.
 */

.business-card {
	position: relative;
	align-self: stretch;
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid rgba(53, 94, 59, .11);
	border-radius: var(--radius);
	background:
		linear-gradient(135deg, rgba(245, 215, 220, .48), rgba(255, 249, 242, .96)),
		var(--cream);
	box-shadow: 0 18px 48px rgba(53, 94, 59, .09);
}

.business-card .eyebrow {
	margin-bottom: 22px;
}

.business-card .lead {
	font-size: 17px;
}

.business-list {
	display: grid;
	gap: 10px;
	margin: 24px 0 30px;
	padding: 0;
	list-style: none;
}

.business-list li {
	position: relative;
	padding-left: 26px;
	line-height: 1.55;
}

.business-list li::before {
	position: absolute;
	left: 0;
	top: .05em;
	content: "✓";
	color: var(--gold);
	font-weight: 700;
}

.instagram-link {
	font-weight: 600;
}

.instagram-link:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Keep the cart columns predictable on desktop. */
@media (min-width: 769px) {
	.woocommerce-cart table.shop_table.cart {
		width: 100%;
		table-layout: fixed;
	}

	.woocommerce-cart table.shop_table.cart .product-remove {
		width: 58px !important;
		padding-right: 6px;
		padding-left: 16px;
		text-align: center;
	}

	.woocommerce-cart table.shop_table.cart .product-thumbnail {
		width: 112px !important;
		padding-right: 14px;
		padding-left: 8px;
	}

	.woocommerce-cart table.shop_table.cart .product-price {
		width: 120px !important;
	}

	.woocommerce-cart table.shop_table.cart .product-quantity {
		width: 130px !important;
	}

	.woocommerce-cart table.shop_table.cart .product-subtotal {
		width: 126px !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-thumbnail img {
		width: 84px !important;
		height: 84px !important;
		margin: 0;
		border-radius: 16px;
		object-fit: cover;
	}

	.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
		display: inline-grid !important;
		place-items: center;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		background: rgba(164, 60, 60, .08);
		color: #a43c3c !important;
	}

	.woocommerce-cart table.shop_table.cart td.product-name dl.variation {
		display: grid;
		grid-template-columns: max-content minmax(0, 1fr);
		gap: 4px 8px;
		margin: 12px 0 0;
		font-size: 14px;
	}

	.woocommerce-cart table.shop_table.cart td.product-name dl.variation dt,
	.woocommerce-cart table.shop_table.cart td.product-name dl.variation dd {
		float: none;
		clear: none;
		margin: 0;
		padding: 0;
	}

	.woocommerce-cart table.shop_table.cart td.product-name dl.variation dd p {
		margin: 0;
		line-height: inherit;
	}
}

@media (max-width: 560px) {
	.business-card {
		padding: 26px 22px;
	}
}
