﻿.booking__title {
	padding: 0.8em 10px;
	/*border-top-left-radius: var(--border-section);
	border-top-right-radius: var(--border-section);*/
	font-size: 0.83em;
	min-height: 45px;
}

.booking__title--theme-blue {
	font-weight: bold;
	background: var(--bg-section-title);
	text-align: center;
	color: white;
}

.booking__title--theme-white {
	padding: 10px 20px 0px;
	color: #818181;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.booking__title--theme-white i {
	color: var(--color-icon);
	font-size: 20px;
	cursor: pointer;
}

.section__subtitle {
	display: flex;
	align-items: center;
	margin: 0 0 5px;
}

.section__subtitle i {
    font-size:16px;	
    color: var(--color-icon);
}

.section__label {
	color: var(--color-label);
	font-weight: bold;
	font-size: 13px;
	margin: 0 10px 0 8px;
}