/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.leaflet-popup-content {
	font-weight: bold;
}

.leaflet-popup-content > a {
	display: inline-block;
    background-color: #1E79C8;
    color: white;
    text-decoration: none;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 12px;
    transition: background-color 0.3s ease;
	font-weight: normal;
}

.leaflet-popup-content > a:hover {
    background-color: #145a90;
	color: white;
}

.leaflet-popup-content-wrapper {
	padding: 10px;
}

#location_list h5 {
	margin-bottom: 10px;
}


/* Accordion stuff */
.section {
	padding: 40px 0;
}
  
.accordion {
	border: none;
}

.accordion-item {
border-top: 1px solid #ddd;
}

.accordion-header {
	display: flex;
	padding: 10px;
	font-size: 16px;
	background: #f7f7f7;
	cursor: pointer;
}

.accordion-button {
	width: 100%;
	color: #555 !important;
	border: none;
	background: none;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordion-body {
	padding: 10px;
}

.accordion-body a {
	display: flex;
	align-items: center;
	margin: 5px 0;
	color: #1E79C8;
}

.external-link-icon {
	margin-left: 5px;
	width: 12px;
	height: 12px;
	background: url('https://cdn-icons-png.flaticon.com/512/7268/7268615.png') no-repeat center center;
	background-size: contain;
}

.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
