/**
 * Stock Price Widget Styles
 *
 * @package Soma
 * @since 3.0.0
 */

.soma-stock-price {
	display: flex;
	gap: 8px;
}

.soma-stock-price--horizontal {
	flex-direction: row;
	align-items: center;
}

.soma-stock-price--vertical {
	flex-direction: column;
	align-items: flex-start;
}

.soma-stock-price__label {
	font-size: 20px;
	font-weight: 400;
}

.soma-stock-price__value {
	font-size: 80px;
	font-weight: 700;
}
