/* Telefón – rovnaká výška a vzhľad ako .form-control na fotokino.sk (35px, #eee) */
.fotokino-phone-field {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 4px;
	box-sizing: border-box;
}

.fotokino-phone-country {
	position: relative;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.fotokino-phone-country-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 100%;
	min-width: 52px;
	height: 35px;
	min-height: 35px;
	max-height: 35px;
	padding: 0 10px;
	margin: 0;
	border: none;
	border-right: 1px solid #ccc;
	border-radius: 0;
	background-color: #eee;
	box-shadow: none;
	cursor: pointer;
	box-sizing: border-box;
	font-family: inherit;
	line-height: 1;
	vertical-align: middle;
}

.fotokino-phone-country-btn:hover,
.fotokino-phone-country-btn:focus {
	background-color: #e4e4e4;
	outline: none;
}

.fotokino-phone-country-btn.is-open {
	background-color: #ddd;
}

.fotokino-phone-flag {
	display: block;
	font-size: 20px;
	line-height: 1;
	width: 22px;
	height: 22px;
	text-align: center;
	flex-shrink: 0;
}

.fotokino-phone-country-arrow {
	display: block;
	width: 0;
	height: 0;
	flex-shrink: 0;
	border-top: 4px solid #777;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transition: transform 0.1s ease-out;
}

.fotokino-phone-country-btn.is-open .fotokino-phone-country-arrow {
	transform: rotate(180deg);
}

.fotokino-phone-country-dropdown {
	display: none;
	position: absolute;
	z-index: 2100;
	top: 100%;
	left: 0;
	min-width: 260px;
	margin: 4px 0 0;
	padding: 4px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	max-height: 280px;
	overflow-y: auto;
}

.fotokino-phone-country-dropdown.is-open {
	display: block;
}

.fotokino-phone-country-option {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 8px 12px;
	border: 0;
	background: #fff;
	text-align: left;
	cursor: pointer;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 1.3;
}

.fotokino-phone-country-option:hover,
.fotokino-phone-country-option:focus,
.fotokino-phone-country-option.is-selected {
	background: #f5f5f5;
	outline: none;
}

.fotokino-phone-country-option-name {
	flex: 1;
	color: #262626;
}

.fotokino-phone-country-option-dial {
	color: #777;
	font-size: 13px;
	white-space: nowrap;
}

.fotokino-phone-field > input.form-control,
.fotokino-phone-field > input[type="tel"] {
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	height: 35px !important;
	min-height: 35px;
	max-height: 35px;
	padding: 5px 10px;
	margin-bottom: 0 !important;
	line-height: 20px;
	font-size: 15px;
	color: #1f1f1f;
	background-color: #eee;
	border: none;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
}

.fotokino-phone-field > input.form-control:focus,
.fotokino-phone-field > input[type="tel"]:focus {
	border: none !important;
	box-shadow: none !important;
	outline: none;
}
