/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@media (max-width: 767px) {
	body {
		font-size: 1rem;
	}
}

.archive .grid small {
	font-weight: 600;
	color: #999;
	font-size: 0.8125rem;
}

.main-image {
	width: 100%;
	height: auto;
}

#description .wp-caption {
	max-width: 100%;
	width: 100%;
}

#description img {
	max-width: 100%;
}

.main_title_2 p {
	margin-bottom: 0;
	font-size: 1.2em;
}

.term-image {
	text-align: center;
	margin: 0 0 1em;
}

.term-image img {
	max-width: 100%;
	height: auto;
}



.search-button {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	margin-top: 11px;
	border: 0;
	background-color: transparent;
	stroke: #fff
}

@media (max-width: 991px) {
	.search-button {
		margin-top: 0;
	}
}

.sticky .search-button {
	stroke: #444;
}

.search-button:hover {
	/* background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.5); */
	transform: scale(1.1);
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
}

.search-button:active {
	transform: scale(0.95);
}

.search-button::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	transform: rotate(45deg);
	transition: all 0.5s;
	opacity: 0;
}


@keyframes shine {
	0% {
		transform: translateX(-100%) translateY(-100%) rotate(45deg);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateX(100%) translateY(100%) rotate(45deg);
		opacity: 0;
	}
}

.magnifying-glass {
	/* width: 32px;
	height: 32px; */
	width: 23px;
	height: 23px;
	transition: transform 0.3s ease;
}

.search-button:hover .magnifying-glass {
	transform: rotate(15deg);
}

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(20px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.search-popup.active {
	opacity: 1;
	visibility: visible;
}

.search-container {
	width: 90%;
	max-width: 800px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border-radius: 20px;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	transform: translateY(50px);
	transition: transform 0.3s ease;
}

.search-popup.active .search-container {
	transform: translateY(0);
}

.search-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.search-title {
	color: white;
	font-size: 20px;
	font-weight: 600;
}

.close-button {
	background: none;
	border: none;
	color: white;
	font-size: 30px;
	cursor: pointer;
	padding: 5px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.close-button:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: rotate(90deg);
}

/* 
.search-input-container {
	position: relative;
	width: 100%;
}

.search-input {
	width: 100%;
	padding: 20px 60px 20px 20px;
	font-size: 18px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.1);
	color: white;
	outline: none;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.search-input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.search-input:focus {
	border-color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.search-submit {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(135deg, #667eea, #764ba2);
	border: none;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.search-submit:hover {
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.search-results {
	margin-top: 30px;
	color: white;
	font-size: 16px;
	opacity: 0.8;
} */

@media (max-width: 768px) {
	.search-container {
		width: 95%;
		padding: 30px 20px;
	}

	/* .search-input {
		padding: 15px 50px 15px 15px;
		font-size: 16px;
	} */
}

.page-template-page-persons .strip figure {
	height: 260px;
}

#map {
	margin-bottom: 1.5em;
}

@media only screen and (max-width:1000px) {
	.home #map {
		pointer-events: none !important;
	}
}

@media only screen and (max-width:768px) {
	.home .map-wrapper .main_title_3 h2 {
		width: 70%;
	}

	.home .map-wrapper .main_title_3 a {
		bottom: 0;
		top: auto;
	}
}

.map-popup img {
	width: 100%;
}

.search-results ul {
	list-style-type: disc;
	margin-left: 2em;
	padding: 0;
}

.nothing_found {
	text-align: center;
	font-size: 1.5em;
	margin: 2em 0;
}





.select-container {
	position: relative;
	max-width: 300px;
	margin: 20px 0;
}

.custom-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	/* Remove border and add custom styling */
	border: none;
	outline: none;

	/* Size and spacing */
	width: 100%;
	padding: 16px 50px 16px 20px;
	font-size: 18px;
	line-height: 1.5;

	/* Colors and styling */
	background: white;
	color: #333;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

	/* Cursor */
	cursor: pointer;

	/* Transition for smooth interactions */
	transition: all 0.2s ease;
}

.custom-select:focus {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	transform: translateY(-1px);
}

.custom-select:active {
	transform: translateY(0);
}

/* Custom arrow */
.select-container::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);

	/* Arrow shape */
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #666;

	/* Prevent clicking */
	pointer-events: none;

	/* Transition for smooth rotation */
	transition: transform 0.2s ease;
}

.select-container:focus-within::after {
	transform: translateY(-50%) rotate(180deg);
}

/* Alternative custom arrow styles */
.select-container.chevron::after {
	border: none;
	width: 12px;
	height: 12px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: translateY(-70%) rotate(45deg);
}

.select-container.chevron:focus-within::after {
	transform: translateY(-30%) rotate(-135deg);
}

/* Different color themes */
.select-container.primary .custom-select {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
}

.select-container.primary::after {
	border-top-color: white;
}

.select-container.success .custom-select {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
	color: white;
}

.select-container.success::after {
	border-top-color: white;
}

@media only screen and (max-width:768px) {
	.select-container {
		max-width: 100%;
		margin: 5px 0
	}

	#object-filters select {
		width: 100%;
	}
}


@media (max-width: 767px) {
	.main_categories .container {
		padding: 0 2px;
	}

	.main_categories ul li a h3 {
		display: block;
		font-size: 0.8em;
		line-break: anywhere;
	}
}

ul.wp-block-list {
	list-style: disc;
	margin: 0 0 25px 2em;
}


.breadcrumb {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem 0;
	display: flex;
	align-items: center;
	background: white;
	padding: 10px 18px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.breadcrumb li {
	display: flex;
	align-items: center;
}

.breadcrumb li:not(:last-child)::after {
	content: '›';
	margin: 0 12px;
	color: #999;
	font-size: 20px;
	font-weight: 300;
}

.breadcrumb a {
	color: #777;
	text-decoration: none;
	transition: color 0.2s;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb li:last-child {
	color: #777;
	font-weight: 500;
}

.postmeta {
	font-size: 1.2em;
}

.postmeta .audio {
	display: flex;
	align-items: center;
	gap: 10px;
	/* Space between icon and text */
}

.postmeta a.audio i {
	font-size: 2em;
}

.postmeta a.audio {
	color: #004dda;
	font-weight: bold;
}

.postmeta a.audio:hover {
	color: #777;
}


.wp-block-details {
	padding: 1em !important;
	margin: 1em 0;
	border-radius: 5px;
	background: #f5f5f5 !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.singlepost .wp-block-column figure {
	margin: 0px;
}

.singlepost .main-image {
	margin: 0px -30px 30px 0;
}

.search-results li {
	margin-bottom: 1em;
}

.museums a.grid_item {
	height: 280px;
}

.post-content ul,
.post-content ol {
	list-style: initial;
	/* Or use 'disc' for ul, 'decimal' for ol separately */
	margin-left: 1.5em;
	padding-left: 0;
}

/* For better control, specify each separately */
.post-content ul {
	list-style: disc;
	margin-left: 1.5em;
	padding-left: 0;
}

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: 0;
}

.wp-block-image {
	margin-bottom: 1.5em;
}

/* blockquote {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 1.5rem;
  border-radius: 20px;
  margin: 1.5rem 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  font-weight: 300;
  position: relative;
}

blockquote::before {
  content: '"';
  font-size: 5rem;
  position: absolute;
  top: 0px;
  left: 15px;
  opacity: 0.3;
  font-family: serif;
} */

blockquote {
	background-color: rgba(0, 77, 218, 0.05);
	padding: 2em 2em 0.5em;
	position: relative;
	border-radius: 10px;
	font-size: 1.25em;
}

details.wp-block-details summary + * {
	margin-top: 30px;
}

