/* Estilos gerais e container principal */
.vbo-search-suggestions-container{
	background-color: #fff;
	border: 1px solid #e2e2e2;
	margin-bottom: 40px;
	padding: 35px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.vbo-booking-solutions-container{
	background-color: #fff;
	border: 1px solid #e2e2e2;
	margin-bottom: 40px;
	padding: 35px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.vbo-closest-booking-solutions{
	background-color: #fff;
	border: 1px solid #e2e2e2;
	margin-bottom: 40px;
	padding: 35px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* Ttulos principais */
.vbo-search-suggestions-container h4{
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #222;
	text-align: left;
}

.vbo-booking-solutions-container h4{
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 25px;
	color: #222;
	text-align: left;
}

.vbo-closest-booking-solutions h3{
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 25px;
	color: #222;
	text-align: left;
}

/* Texto introdutrio */
.vbo-search-suggestions-intro{
	color: #555;
	line-height: 1.7em;
	margin-bottom: 25px;
	font-size: 16px;
	margin-top: 0;
}

/* Tabela de disponibilidade */
.vbo-search-suggestions-av{
	width: 100%;
	overflow-x: auto;
	margin-bottom: 35px;
	border: 1px solid #e2e2e2;
}

.vbo-search-suggestions-av table{
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}

/* Cabealho de ms */
.vbo-search-suggestions-av-mon{
	font-weight: 600;
	color: #222;
	padding: 15px;
	text-align: left;
	border: 1px solid #e2e2e2;
	background-color: #f9f9f9;
	vertical-align: middle;
	width: 120px;
}

/* Dias do ms */
.vbo-search-suggestions-month-day{
	text-align: center;
	padding: 8px 5px;
	border: 1px solid #e2e2e2;
	background-color: #f9f9f9;
	min-width: 35px;
	font-weight: 600;
}

.vbo-suggestion-weekday{
	display: block;
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin-top: 2px;
}

.vbo-suggestion-daynumber{
	display: block;
	font-size: 15px;
	font-weight: 600;
}

/* Clulas de disponibilidade */
.vbo-search-suggestions-av-day{
	text-align: center;
	padding: 10px 5px;
	border: 1px solid #e2e2e2;
	font-weight: 600;
	font-size: 16px;
}

.vbo-suggestion-free{
	color: #222;
}

.vbo-suggestion-busy{
	color: #e74c3c;
}

/* Clulas de disponibilidade (hover) */
.vbo-search-suggestions-av-day:hover{
	cursor: pointer;
	background-color: #f0f0f0;
}

/* Destaque para perodo selecionado */
.vbo-search-suggestions-month-day-requested{
	background-color: #253F2A;
	color: #fff;
}

.vbo-search-suggestions-month-day-requested .vbo-suggestion-weekday{
	color: #fff;
}

.vbo-search-suggestions-month-day-requested .vbo-suggestion-daynumber{
	color: #fff;
}

/* Grid de solues */
.vbo-booking-solutions{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	margin-top: 25px;
}

/* Card de soluo */
.vbo-booking-solution{
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding: 25px;
	transition: all 0.3s ease-in-out;
	display: flex;
	flex-direction: column;
}

/* Card de soluo (hover) */
.vbo-booking-solution:hover{
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

/* Datas */
.vbo-booking-solution-dates{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.vbo-booking-solution-checkin{
	display: flex;
	flex-direction: column;
}

.vbo-booking-solution-checkout{
	display: flex;
	flex-direction: column;
}

.vbo-booking-solution-date-lbl{
	font-size: 14px;
	color: #555;
	margin-bottom: 5px;
}

.vbo-booking-solution-date-dt{
	font-weight: 600;
	color: #253F2A;
	font-size: 18px;
}

.vbo-booking-solution-totrooms{
	font-weight: 600;
	color: #222;
	margin-bottom: 15px;
	font-size: 18px;
}

.vbo-booking-solution-room{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
}

.vbo-booking-solution-rname a{
	color: #253F2A;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
}

.vbo-booking-solution-rname a:hover{
	text-decoration: underline;
}

.vbo-booking-solution-guests{
	color: #555;
	font-size: 15px;
	text-align: right;
}

/* Boto de reserva */
.vbo-booking-solution-book{
	margin-top: 15px;
}

/* Container de opes para solues mais prximas */
.vbo-booking-options-container{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Cards de opo */
.vbo-booking-option{
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.3s ease;
}

/* Cards de opo (hover) */
.vbo-booking-option:hover{
	box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

/* Informaes de data */
.vbo-booking-dates-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
	border-bottom: 1px solid #f0f0f0;
	background-color: #fcfcfc;
}

.vbo-date-info{
	color: #222;
	font-size: 16px;
}

.vbo-date-info em{
	font-style: normal;
	color: #253F2A;
	font-weight: 600;
}

/* Wrapper do boto de busca */
.vbo-search-button-wrapper{
	padding: 15px 25px;
	text-align: right;
}

/* Boto de busca */
.vbo-search-button{
	display: inline-block;
	background-color: #253F2A;
	color: #ffffff;
	border: none;
	height: 45px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 0 30px;
	cursor: pointer;
	transition: opacity 0.3s ease;
	min-width: 200px;
	max-width: 250px;
}

/* Boto de busca (hover) */
.vbo-search-button:hover{
	opacity: 0.85;
}

/* Estilos especficos da tabela */
table{
	border-collapse: collapse;
	width: 100%;
}

table td{
	border: 1px solid #e2e2e2;
	padding: 8px 5px;
	text-align: center;
	vertical-align: middle;
}

table th{
	border: 1px solid #e2e2e2;
	padding: 8px 5px;
	text-align: center;
	vertical-align: middle;
}

/* Primeira coluna da tabela */
td:first-child{
	text-align: left;
	padding: 15px;
	background-color: #f9f9f9;
	font-weight: 600;
	color: #222;
	width: 120px;
}

/* Boto especfico de reserva */
.vbo-booking-solution-book a{
	background-color: #253F2A;
	color: #ffffff !important;
	text-transform: uppercase;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 100%;
	border: none;
	text-decoration: none;
}

/* Table */
#vbo-search-suggestions .vbo-search-suggestions-av .table{
	margin-bottom:0px;
}

/* Vbo search suggestions container */
#vbo-search-suggestions .vbo-search-suggestions-container{
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:25px;
}

/* Vbo booking solutions container */
#vbo-search-suggestions .vbo-booking-solutions-container{
	border-style:none;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

/* Vbo booking solution rooms */
.vbo-booking-solutions .vbo-booking-solution .vbo-booking-solution-rooms{
	margin-bottom:0px;
}

/* Vbo search solution dates */
.vbo-search-solutions .vbo-search-solution .vbo-search-solution-dates{
	margin-bottom:5px;
}

/* Vbo search solution book */
.vbo-search-solutions .vbo-search-solution .vbo-search-solution-book{
	margin-bottom:25px;
}

/* 991px and smaller screen sizes */
@media (max-width: 991px){

	/* Estilos gerais e container principal */
	.vbo-search-suggestions-container{
		padding: 25px;
	}
	
	.vbo-booking-solutions-container{
		padding: 25px;
	}
	
	.vbo-closest-booking-solutions{
		padding: 25px;
	}
	
	/* Grid de solues */
	.vbo-booking-solutions{
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	
	/* Tabela de disponibilidade */
	.vbo-search-suggestions-av{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	/* Informaes de data */
	.vbo-booking-dates-info{
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	
	/* Wrapper do boto de busca */
	.vbo-search-button-wrapper{
		text-align: center;
	}
	
	/* Boto de busca */
	.vbo-search-button{
		width: 100%;
		max-width: none;
	}
	
}

/* 767px and smaller screen sizes */
@media (max-width: 767px){

	/* Grid de solues */
	.vbo-booking-solutions{
		grid-template-columns: 1fr;
	}
	
	/* Card de soluo */
	.vbo-booking-solution{
		padding: 20px;
	}
	
	/* Datas */
	.vbo-booking-solution-dates{
		grid-template-columns: 1fr;
		row-gap: 15px;
	}
	
	/* Ttulos principais */
	.vbo-search-suggestions-container h4{
		font-size: 20px;
	}
	
	.vbo-booking-solutions-container h4{
		font-size: 20px;
	}
	
	.vbo-closest-booking-solutions h3{
		font-size: 20px;
	}
	
	/* Tabela de disponibilidade */
	.vbo-search-suggestions-av{
		max-width: 100%;
		overflow-x: auto;
	}
	
	.vbo-search-suggestions-av table{
		min-width: 650px;
	}
	
}

/* 480px and smaller screen sizes */
@media (max-width: 480px){

	/* Estilos gerais e container principal */
	.vbo-search-suggestions-container{
		padding: 15px;
	}
	
	.vbo-booking-solutions-container{
		padding: 15px;
	}
	
	.vbo-closest-booking-solutions{
		padding: 15px;
	}
	
	/* Card de soluo */
	.vbo-booking-solution{
		padding: 15px;
	}
	
	.vbo-booking-solution-room{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.vbo-booking-solution-rname{
		margin-bottom: 8px;
	}
	
	.vbo-booking-solution-guests{
		text-align: left;
	}
	
	/* Boto de busca */
	.vbo-search-button{
		font-size: 14px;
	}
	
	/* Boto especfico de reserva */
	.vbo-booking-solution-book a{
		font-size: 14px;
	}
	
	/* Informaes de data */
	.vbo-booking-dates-info{
		padding: 15px;
	}
	
	/* Wrapper do boto de busca */
	.vbo-search-button-wrapper{
		padding: 15px;
	}
	
}