@charset "UTF-8";

.autocomplete-suggestions {
	background: #fff;
	position: absolute;
	z-index: 9999;
	list-style: none;
	padding: 0;
	margin-top: 2px;
	left: 0px;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
}

.autocomplete-suggestions li {
	padding: 8px 12px;
	cursor: pointer;
}

.autocomplete-suggestions li:hover {
	background-color: #f0f0f0;
}

@media ( max-width : 767px) {
	.app-section-wrapper {
		order: 1;
	}
}

.app-section {
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	margin-top: 20px;
}

@media ( max-width : 767px) {
	.app-section {
		flex-direction: row;
		justify-content: center;
	}
}

@media ( max-width : 767px) {
	.app-section .app-item {
		padding: 0 10px;
	}
}

.app-item {
	padding: 10px 0;
}

@media ( max-width : 767px) {
}

.accordion-button.active {
  background-color: #f5f5f5 !important;
}

.accordion-button::after {
  transition: transform 0.3s ease !important;
}

.accordion-button.active::after {
  transform: rotate(180deg) !important;
}

.dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
}

.room-item .btn {
  line-height: 1;
  padding: 2px 6px;
}

.room-item span.count {
  min-width: 20px;
  text-align: center;
  display: inline-block;
}

#roomSummary {
  cursor: pointer;
  background: #fff;
}

.room-dropdown {
  display: none; /* hidden by default */
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.child-age-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 80px;
  margin-top: 5px;
}
.child-age-item {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.child-age-item label {
  font-size: 12px;
  color: #555;
}
.child-age-select {
  width: 80px;
  padding: 3px 6px;
}



