/**
 * SiteGuiders Dynamic B2B/B2C Pricing - Frontend styles
 * Compatible with Hello Elementor theme.
 */

.siteguiders-pricing-box {
	box-sizing: border-box;
	width: 100%;
	margin: 1em 0 1.25em 0;
	padding: 1rem 1.25rem;
	background: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	font-size: 1rem;
	line-height: 1.5;
}

.siteguiders-pricing-box .siteguiders-pricing-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}

.siteguiders-pricing-box .siteguiders-pricing-row:last-child {
	margin-bottom: 0;
}

.siteguiders-pricing-box .siteguiders-pricing-label {
	flex: 0 1 auto;
	color: #495057;
	font-weight: 500;
}

.siteguiders-pricing-box .siteguiders-pricing-value {
	flex: 0 0 auto;
	font-weight: 600;
	color: #212529;
}

.siteguiders-pricing-box .siteguiders-price-main {
	font-size: 1.125rem;
	color: #0d6efd;
}

/* Theme compatibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
	.siteguiders-pricing-box {
		transition: none;
	}
}
