/*
Theme Name:     St George Medical
Theme URI:      
Description:    Hello-elementor child theme.
Author:         Art Web Design
Author URI:     
Template:       hello-elementor
Version:        0.1.1
*/

/* Medical-action Loop Grid: compact dynamic price badge. */
.stg-action-price {
	display: inline-flex;
	align-items: baseline;
	gap: 0.22em;
	padding: 0.45rem 0.7rem;
	border: 1px solid color-mix(in srgb, var(--e-global-color-primary, #1478b8) 22%, transparent);
	border-radius: 999px;
	background: color-mix(in srgb, var(--e-global-color-primary, #1478b8) 8%, transparent);
	color: var(--e-global-color-primary, #1478b8);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.stg-action-price__currency {
	font-size: 1.05em;
	font-weight: 800;
}

.stg-action-price--quote {
	font-size: 0.78rem;
}
