/* ==========================================================================
   Do You Rome · Tour price
   Card + Form
   ========================================================================== */

.dyr-tour-price {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	column-gap: 20px;
	width: 100%;
	min-width: 0;
}

.dyr-tour-price__label {
	margin: 0;
	min-width: 0;
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-0f8efe3-font-family);
	font-size: var(--e-global-typography-0f8efe3-font-size);
	font-weight: 400;
	line-height: var(--e-global-typography-0f8efe3-line-height);
	text-align: left;
}

.dyr-tour-price__value {
	margin: 0;
	display: inline-flex;
	align-items: baseline;
	justify-content: flex-end;
	justify-self: end;
	text-align: right;
	white-space: nowrap;
	color: var(--e-global-color-secondary);
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	line-height: var(--e-global-typography-text-line-height, 1.5em);
}

.dyr-tour-price__amount {
	font-weight: 600;
}

.dyr-tour-price__suffix {
	font-weight: 400;
}

.dyr-tour-price.is-on-request .dyr-tour-price__amount {
	font-weight: 400;
}

.dyr-tour-price--card,
.dyr-tour-price--form {
	width: 100%;
}

@media (max-width: 480px) {
	.dyr-tour-price {
		column-gap: 12px;
	}

	.dyr-tour-price__label {
		font-size: var(--e-global-typography-8c72725-font-size);
		line-height: var(--e-global-typography-8c72725-line-height);
	}

	.dyr-tour-price__value {
		font-size: var(--e-global-typography-0f8efe3-font-size);
		line-height: var(--e-global-typography-0f8efe3-line-height);
	}
}
