.nabib-booking {
	margin: 20px 0;
	padding: 18px;
	border: 1px solid #dcdcde;
	border-radius: 10px;
	background: #fff;
	direction: rtl;
	text-align: right;
}

.nabib-booking__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 6px;
	font-size: 1.05em;
}

.nabib-booking__header span {
	padding: 2px 9px;
	border-radius: 999px;
	background: #f0f0f1;
	font-size: .8em;
	font-weight: 400;
}

.nabib-booking__help,
.nabib-services__note {
	margin: 0 0 14px;
	color: #646970;
	font-size: .9em;
}

.nabib-representatives,
.nabib-services__list {
	display: grid;
	gap: 9px;
}

.nabib-choice,
.nabib-service-choice {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 11px 12px;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color .15s ease, background-color .15s ease;
}

.nabib-choice:hover,
.nabib-service-choice:hover,
.nabib-choice.is-selected,
.nabib-service-choice.is-selected {
	border-color: #2271b1;
	background: #f6f9fc;
}

.nabib-choice > span {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.nabib-choice small {
	color: #646970;
}

.nabib-choice input,
.nabib-service-choice input {
	margin: 0;
	flex: 0 0 auto;
}

.nabib-services {
	margin-top: 15px;
}

.nabib-services__title {
	margin-bottom: 9px;
	font-weight: 600;
}

.nabib-service-choice__name {
	flex: 1;
}

.nabib-service-choice__price {
	white-space: nowrap;
	font-weight: 600;
}

.nabib-services__note {
	margin: 10px 0 0;
}

.nabib-services__loading,
.nabib-services__empty,
.nabib-services__error {
	margin: 0;
	padding: 10px 12px;
	border-radius: 7px;
	background: #f6f7f7;
}

.nabib-services__error {
	color: #b32d2e;
	background: #fcf0f1;
}

@media (max-width: 480px) {
	.nabib-booking {
		padding: 14px;
	}

	.nabib-service-choice {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.nabib-service-choice__price {
		width: 100%;
		padding-right: 26px;
	}
}
