@charset "utf-8";
/* CSS Document */


	.izzit_link {
		font-family: Roboto, sans-serif;
		font-size: 105%;
		font-weight: bold;
		color: #006699;
		text-decoration: none;
		outline: 0;
	}

	.izzit_link:hover {
		font-family: Roboto, sans-serif;
		font-size: 105%;
		font-weight: bold;
		color: #0099cc;
		text-decoration: none;
		outline: 0;
	}

	.guide_height {
		min-height: 320px
	}

	@media (max-width: 660px) {
		.guide_height {
			min-height: 420px
		}
	}
	#filter-container {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
		background-color: #f0f0f0;
		border-radius: 15px;
		flex-wrap: wrap;
		width: 100%;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
			rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;

		background-color: #f0f0f0;
	}

	#filter-container-bar {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 100%;
		background-color: #f0f0f0;
	}

	/* Styles for screens narrower than 1000px */
	@media (max-width: 1100px) {
		#filter-container-bar {
			/* Set the flex items to take up half of the container width */
			justify-content: flex-start;
			column-gap: 20px;
			row-gap: 15px;
		}

		#filter-container-bar>* {
			/* Adjust the flex basis to ensure two columns */
			flex: 1 1 calc(50% - 30px);
			/* Adjust the -10px for spacing between items if needed */
			box-sizing: border-box;
			/* Ensure padding and border are included in the width */
			margin: 5px;
			/* Add margin to create space between items if needed */
			
		}
	}

	.izzit_link {
		font-family: Roboto, sans-serif;
		font-size: 105%;
		font-weight: bold;
		color: #006699;
		text-decoration: none;
		outline: 0;
	}

	.izzit_link:hover {
		font-family: Roboto, sans-serif;
		font-size: 105%;
		font-weight: bold;
		color: #0099cc;
		text-decoration: none;
		outline: 0;
	}

	.guide_height {
		min-height: 240px
	}

	@media (max-width: 700px) {
		.guide_height {
			min-height: 220px
		}
	}

	.filter-text {
		color: #1e5ea0;
		font-weight: bold;
		margin-bottom: 5px;
	}

	select {
		padding: 10px;
		border-radius: 10px;
		border: 2px solid #ffffff;
		outline: none;
		transition: border-color 0.3s;
	}

	select:hover {
		border-color: #5e9ee0;
	}

	select:focus {
		border-color: #5e9ee0;
	}

	.guidesContainer {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		column-gap: 30px;
		padding-top: 30px;
		row-gap: 40px;
		flex-basis: 25%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.guide-poster-container {
		display: flex;
		flex-direction: column;
		flex: 1 1 calc(15% - 30px);
		/* 4 columns per row with spacing */
		box-sizing: border-box;
		/* Include padding in width calculations */
		text-decoration: none;
		max-width: calc(25% - 15px);
	}

	
	@media screen and (max-width: 1100px) {
		.guide-poster-container {
			flex: 1 1 calc(20% - 30px);
			max-width: calc(20% - 30px);
		}
	}

	

	/* For screens smaller than 792px, 2 columns per row */
	@media screen and (max-width: 850px) {
		.guide-poster-container {
			flex: 1 1 calc(33.33% - 30px);
			max-width: calc(33.33% - 30px);
		}
	}

	@media screen and (max-width: 700px) {
		.guide-poster-container {
			flex: 1 1 calc(50% - 30px);
			max-width: calc(50% - 30px);
		}
	}

	@media screen and (max-width: 450px) {
		.guide-poster-container {
			flex: 1 1 calc(100% - 10px);
			max-width: calc(100% - 10px);
		}
	}

	/* For screens smaller than 587px, 1 column per row */
	@media screen and (max-width: 587px) {
		
		#filter-container-bar{
			flex-direction: column;
			row-gap: 5px;
		}
		.filter-item{
			display: flex;
			flex-direction: row !important;
			align-items: center;
			justify-content: space-between;
			flex: 1 1 calc(100% - 10px);
		}
		.filter-item select {
			width: 70%;
		}
	}

	

	.guide-poster-container .guide-poster {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.guide-poster p{
		padding-top: 15px;
		padding-left: 10px
	}

	.guide-poster-container .guide-poster img {
		width: 100%;
		height: auto;
		display: block;
		transition: transform 0.3s, box-shadow 0.5s;
		border-radius: 15px;
		max-height: 300px;
	}

	.guide-not-found {
		text-align: center;
		font-size: 1.8rem;
		font-weight: 600;
	}

	.izzit_btn_refresh {
		max-width: 230px;
		margin-top: 15px;
		color: #ffffff;
		background-color: #5e9ee0;
		font-size: 16px;
		padding: 12px 15px;
		text-align: center;
		display: block;
		margin-bottom: 0;
		font-weight: 400;
		line-height: 1.42857143;
		white-space: nowrap;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border-bottom: 1px solid #ffffff;
		border-top: none;
		border-left: none;
		border-right: none;
		webkit-border-radius: 7px;
		border-radius: 7px;
		transition-delay: 0.3s;
		transition: fade;
		text-decoration: none;
	}

	.filter-item{
		display: flex;
		flex-direction: column;
	}
	.izzit_btn_disabled {
		cursor: default;
		background-color: #696c6e;
	}

	.izzit_btn_disabled:hover {
		cursor: default;
		background-color: #696c6e;
	}

	.highlighted img,
	.guide-poster img:hover {
		transform: scale(1.05);
		box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
		outline: 4px solid #ffcc00;
	}
