.otemp-map-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.otemp-map {
	width: 100%;
	flex: 1 1 auto;
	min-height: 0;
}

.otemp-map-filters {
	flex: 0 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 20px;
}

.otemp-filter-chip {
	display: inline-flex;
	align-items: center;
	margin: 0 8px 8px 0;
	padding: 6px 14px;
	border: 2px solid var(--otemp-chip-color, #ea4335);
	border-radius: 999px;
	background: #fff;
	color: var(--otemp-chip-color, #ea4335);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.otemp-filter-chip:hover,
.otemp-filter-chip:focus,
.otemp-filter-chip:focus-visible,
.otemp-filter-chip:active {
	outline: none;
	box-shadow: none;
	border-color: var(--otemp-chip-color, #ea4335);
	background: #fff;
	color: var(--otemp-chip-color, #ea4335);
}

.otemp-filter-chip.is-active,
.otemp-filter-chip.is-active:hover,
.otemp-filter-chip.is-active:focus,
.otemp-filter-chip.is-active:active {
	border-color: var(--otemp-chip-color, #ea4335);
	background: var(--otemp-chip-color, #ea4335);
	color: #fff;
}

.otemp-infowindow {
	max-width: 240px;
	font-family: inherit;
}

.otemp-infowindow h3 {
	margin: 0 0 6px;
	font-size: 15px;
}

.otemp-infowindow p {
	margin: 0 0 4px;
	font-size: 13px;
}

.otemp-infowindow-button {
	display: inline-block;
	margin-top: 6px;
	padding: 6px 14px;
	border-radius: 4px;
	background: #be0027;
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.otemp-infowindow-button:hover {
	background: #96001e;
	color: #fff;
}

.otemp-map-list {
	max-width: 1180px;
	margin: 0 auto;
	padding: 40px 20px;
}

.otemp-map-list h3 {
	text-align: center;
	margin: 0 0 12px;
	font-size: 20px;
}

.otemp-map-table {
	width: 100%;
	border-collapse: collapse;
}

.otemp-map-table th,
.otemp-map-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #e2e2e2;
	text-align: left;
}

.otemp-map-table th {
	font-size: 13px;
	border-bottom-width: 2px;
}

.otemp-map-table tr:last-child td {
	border-bottom: none;
}

.otemp-map-table td:last-child,
.otemp-map-table th:last-child {
	text-align: right;
	white-space: nowrap;
}

.otemp-map-table-info {
	font-size: 14px;
	font-weight: 600;
	color: var(--otemp-chip-color, #ea4335);
	text-decoration: none;
}

.otemp-map-table-info:hover {
	text-decoration: underline;
}

.otemp-login-wrap {
	max-width: 360px;
	margin: 40px auto;
}

.otemp-login-wrap form p {
	margin: 0 0 12px;
}

.otemp-login-wrap input[type="text"],
.otemp-login-wrap input[type="password"] {
	width: 100%;
}

.otemp-access-denied {
	max-width: 1180px;
	margin: 40px auto;
	text-align: center;
}

.otemp-single-material-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.otemp-single-material {
	padding: 40px 0;
}

.otemp-single-title {
	text-align: center;
	margin: 0 0 24px;
}

.otemp-single-meta {
	max-width: 800px;
	margin: 0 auto 24px;
	text-align: center;
}

.otemp-single-meta p {
	margin: 0 0 6px;
}

.otemp-single-description {
	max-width: 800px;
	margin: 0 auto 32px;
}

.otemp-back-to-map {
	text-align: center;
	margin: 32px 0 0;
}

.otemp-back-to-map-button {
	display: inline-block;
	padding: 10px 24px;
	border-radius: 4px;
	background: #ea4335;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.otemp-back-to-map-button:hover {
	background: #c5321f;
	color: #fff;
}