html,
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto
}

body {
	display: block
}

a {
	color: #ff7b78;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #f3524f
}

input[type="checkbox"]:checked {
	accent-color: #f3524f
}

.btn-primary {
	color: #fff;
	background-color: #ff605d;
	border-color: #ff605d
}

.btn-outlined-primary {
	border-color: #ff605d;
	color: #ff605d
}

.btn-outlined-primary:hover {
	border-color: #f3524f;
	color: #f3524f
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	color: #fff !important;
	background-color: #f3524f !important;
	border-color: #f3524f !important
}

#map {
	width: 100%;
	height: 520px;
	min-height: 400px
}

.topbar {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px;
	min-height: 120px;
	background: #fff;
	border-bottom: 1px solid #ddd
}

.topbar-left {
	display: flex;
	align-items: center;
	justify-content: center
}

.topbar-logo {
	max-height: 70px;
	width: auto
}

.topbar-right {
	width: 100%
}

.autocomplete-wrapper {
	margin-bottom: 10px;
	position: relative
}

.autocomplete-item.no-hover {
  pointer-events: none;
  background: transparent;
  cursor: default;
}

.topbar-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	font-size: 14px
}

.topbar-filters .check-mark {
	font-size: 11px;
	color: #ff605d
}

.filter-label {
	background: #000;
	margin-right: -12px;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	min-width: 65px
}

.filter-status {
	padding: 8px;
	margin-top: 5px;
	background: #f0f0f0;
	border-radius: 4px;
	font-size: 12px;
	color: #666;
	text-align: center
}

.dropdown-item.active,
.dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: #ff605d
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: var(--bs-btn-active-color);
	background-color: #ff605d;
	border-color: #ff605d
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: 0 !important
}

.topbar-filters .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown.bootstrap-select {
	width: 100% !important
}

h3 {
	width: 100%;
	color: #ff7874;
	margin: 15px 0;
	font-size: 24px;
	position: relative;
	padding-bottom: 10px
}

h3:after {
	content: '';
	height: 3px;
	background: #ff7874;
	width: 20px;
	position: absolute;
	bottom: 0;
	left: 0
}

.details-panel img {
	width: 100%;
	height: 190px;
	object-fit: contain
}

.tag {
	background: #ff7874;
	color: white;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 12px;
	width: fit-content
}

.title {
	font-weight: bold;
	font-size: 16px;
	margin: 6px 0
}

.desc {
	font-size: 13px;
	color: #555;
	line-height: 1.5
}

.data {
	font-size: 13px;
	color: #555
}

.autocomplete-wrapper {
	position: relative
}

.clear-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 1.2rem;
	color: #888;
	display: none;
	user-select: none;
	outline: none
}

.clear-btn:hover {
	color: #333
}

.clear-btn:focus {
	outline: 2px solid #ff605d;
	border-radius: 2px
}

.autocomplete-results {
	position: absolute;
	background: white;
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	max-height: 220px;
	overflow-y: auto;
	z-index: 9999
}

.autocomplete-item {
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	transition: background 0.2s ease
}

.autocomplete-item strong {
	display: block;
	color: #ff7874
}

.autocomplete-item:hover {
	background: #ffdcdb
}

#loadingOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	z-index: 1000
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #fff !important
}

.input-group-text {
	background: #ff7b78;
	color: #fff;
	border-color: #ff7b78
}

.custom-select:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 .2rem #ffc7bb91
}

.form-control:focus {
	box-shadow: 0 0 0 .2rem #ffc7bb91;
	outline: 0;
	border: 1px solid #ffc7bb91
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-option:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-group:not(.multiselect-active-item-fallback),
.multiselect-container .multiselect-all:not(.multiselect-active-item-fallback) {
	background-color: #fff;
	color: #6c757d;
	font-size: 14px
}

.multiselect-container .multiselect-option:hover,
.multiselect-container .multiselect-group:hover,
.multiselect-container .multiselect-all:hover,
.multiselect-container .multiselect-option:focus,
.multiselect-container .multiselect-group:focus,
.multiselect-container .multiselect-all:focus {
	background-color: #ffc7bb91 !important
}

span.multiselect-selected-text {
	font-size: 14px;
	color: #6c757d
}

.dropdown-menu.show {
	display: block;
	width: 100%;
	margin-top: -1px;
	border-radius: 0
}

.event-item .desc,
.suggestion-item .desc,
.suggestion-item .copy {
	font-size: 12px;
	color: #6c757d
}

.event-item .card-footer,
.suggestion-item .card-footer {
	background: transparent;
	border-color: transparent
}

.footer {
	font-size: 14px;
	padding: 20px 0;
	border-top: 1px solid #eee
}

.footer .copy {
	font-size: 12px;
	color: #6c757d
}

.donations-section {
	padding: 60px 0;
	background: #f9f9f9
}

.don-title {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px
}

.don-subtitle {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	font-size: 16px;
	color: #666
}

.don-card {
	background: #fff;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	text-align: center;
	margin-top: 25px;
	transition: all 0.2s ease-in-out
}

.don-card:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.don-card h3 {
	font-size: 20px;
	margin-bottom: 10px
}

.don-highlight {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	margin: 4px 0
}

.don-qr {
	width: 110px;
	margin-top: 15px;
	opacity: 0.9
}

.cookie-banner {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #ffffff;
	border: 1px solid #ddd;
	padding: 15px 20px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	font-size: 14px;
	z-index: 9999;
	display: none;
	text-align: center
}

.cookie-banner button {
	margin-top: 10px;
	width: auto
}

.suggestion-img-wrapper {
	width: 100%;
	height: 180px;
	overflow: hidden;
	padding: 10px
}

.suggestion-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.event-img-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.event-img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.ss-main .ss-multi-selected .ss-values .ss-value {
	background-color: #ff7b78
}

.card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	transition: box-shadow 0.2s ease
}

.card:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)
}

.img.lazy {
	background: #f5f5f5
}

@media (max-width:1200px) {
	#map {
		height: 400px
	}
}

@media (max-width:992px) {
	#map {
		height: 350px
	}

	.topbar {
		min-height: auto;
		flex-direction: column
	}

	.topbar-left {
		margin-bottom: 15px;
		width: 100%
	}

	.topbar-right {
		width: 100%
	}

	.topbar-right .container {
		padding: 0
	}

	.topbar-right .row {
		row-gap: 10px
	}

	.col-10 {
		width: 100% !important;
		max-width: 100% !important;
		padding: 15px
	}

	.details-content {
		padding: 12px
	}

	.title {
		font-size: 14px
	}

	.desc {
		font-size: 12px
	}
}

@media (max-width:768px) {
	.topbar {
		height: auto;
		padding: 15px
	}

	.topbar-logo {
		max-height: 50px
	}

	.topbar-filters {
		gap: 5px 10px
	}

	.filter-label {
		min-width: 55px;
		font-size: 12px;
		padding: 0 8px;
		line-height: 36px;
		margin-right: -8px
	}

	.bootstrap-select.show>.dropdown-toggle {
		border-radius: 4px
	}

	.card-body {
		padding: 12px
	}

	.card-text {
		margin: 0
	}

	.col-10 {
		width: 100% !important;
		padding: 10px
	}

	.col-md-8,
	.col-md-4 {
		border-right: none !important
	}

	.details-panel {
		padding: 12px
	}

	h3 {
		margin: 10px 0;
		font-size: 20px;
		padding-bottom: 8px
	}

	h3:after {
		width: 15px
	}

	.dropdown.bootstrap-select {
		width: 100% !important
	}

	.topbar-right .row {
		gap: 5px
	}
}

@media (max-width:576px) {
	#map {
		height: 300px;
		min-height: 300px
	}

	.topbar {
		padding: 10px
	}

	.topbar-logo {
		max-height: 45px
	}

	.topbar-right .container {
		width: 100%;
		padding: 0
	}

	.col-sm-12 {
		width: 100%
	}

	.filter-label {
		font-size: 11px;
		min-width: 50px
	}

	.autocomplete-wrapper input {
		font-size: 14px
	}

	.autocomplete-results {
		max-height: 180px
	}

	.form-control {
		font-size: 14px
	}

	.btn-sm {
		padding: 0.25rem 0.4rem;
		font-size: 0.7rem
	}

	.title {
		font-size: 13px
	}

	.desc {
		font-size: 11px
	}

	.card {
		margin-bottom: 10px
	}

	.suggestion-img-wrapper,
	.event-img-wrapper {
		height: 120px
	}

	.row.g-0 {
		flex-direction: column
	}

	.col-md-4,
	.col-md-8 {
		width: 100% !important
	}

	.row.g-0 .col-md-4 {
		margin-bottom: 10px
	}

	.footer {
		font-size: 12px;
		padding: 15px
	}

	.footer .copy {
		font-size: 10px
	}
}