#mission-map {
width: 100%;
height: 80vh;
border-radius: 20px;
overflow: hidden; border: 1px solid #ccc; } #mission-map-filters {
margin-top: 20px;
padding: 15px;
background: #f9f9f9;
border-radius: 20px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
color: #333;
} #mission-map-filters label {
margin-right: 10px;
font-size: 14px;
cursor: pointer;
} .marker-hover {
transform: scale(1.2);
transition: transform 0.2s ease;
}   .leaflet-popup-content-wrapper,
.leaflet-popup-tip,
.leaflet-popup-content {
background: none !important;
border: none !important;
box-shadow: none !important;
padding: 0 !important;
margin: 0 !important;
}   .popup-container {
width: 300px;
background-color: #fff; border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
font-family: sans-serif;
}   .popup-top-header {
text-align: center;
margin-bottom: 10px;
margin-top: 10px;
}
.popup-city {
font-family: "UncutSans", sans-serif; font-weight: 600; font-size: 30px;
color: #1E5183; line-height: 1;
margin: 0;
padding: 0;
} .popup-city-divider {
height: 2px;
background-color: #EC785C; margin: 5px auto 0;
width: 90%; }   .popup-mission-box {
display: block;
background-color: #1E5183; color: #fff; text-align: center;
padding: 10px 15px; border-radius: 20px;
text-decoration: none;
transition: transform 0.3s ease;
margin: 10px 20px; }
.popup-mission-box:hover {
transform: scale(1.01);
} .popup-mission-name {
font-family: "UncutSans", sans-serif;
font-size: 18px;
color: #fff;
margin: 0;
padding: 0;
} .popup-mission-type {
font-family: "UncutSans", sans-serif;
font-size: 16px;
color: #fff;
margin-top: 5px;
}   .popup-body {
background-color: #fff;
padding: 20px;
color: #1E5183; }
.popup-item {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.popup-item i {
margin-right: 5px; }
.popup-label {
font-weight: bold;
margin-right: 5px;
color: #1E5183;
}
.popup-value {
color: #1E5183;
}
.popup-value a {
color: #1E5183 !important;
text-decoration: none;
}
.popup-value a:hover {
text-decoration: underline;
} .popup-divider {
height: 2px;
background-color: #EC785C;
margin: 15px 0;
width: 90%;
margin-left: auto;
margin-right: auto;
}   @media (max-width: 480px) {
.popup-container {
width: 95%;
}
}#feedback-box {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
font-family: Arial, sans-serif;
} #feedback-toggle {
background-color: #000; color: #fff;
border: none;
border-radius: 30px;
padding: 12px 20px;
cursor: pointer;
font-weight: bold;
font-size: 14px;
display: flex;
align-items: center;
gap: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
transition: background-color 0.3s ease;
}
#feedback-toggle:hover {
background-color: #333;
} .feedback-icon {
font-size: 18px;
} #feedback-form {
background: #fff;
border-radius: 10px;
box-shadow: 0 8px 24px rgba(0,0,0,0.15);
padding: 20px;
margin-bottom: 10px;
width: 320px;
max-width: 90vw;
display: none;
} #feedback-form.open {
display: block;
} #device-detected {
margin-bottom: 10px;
font-size: 14px;
color: #333;
} #device-detected a#edit-device {
color: #0073aa;
text-decoration: underline;
cursor: pointer;
font-weight: normal;
margin-left: 6px;
}
#device-detected a#edit-device:hover {
color: #005177;
} #device-options {
margin-bottom: 15px;
font-size: 14px;
}
#device-options label {
display: block;
margin-bottom: 6px;
cursor: pointer;
user-select: none;
}
#device-options input[type="radio"] {
margin-right: 8px;
vertical-align: middle;
} #feedback-form label {
font-size: 14px;
margin-bottom: 6px;
display: block;
cursor: pointer;
user-select: none;
} #feedback-form textarea {
width: 100%;
min-height: 80px;
margin-top: 10px;
margin-bottom: 15px;
font-family: Arial, sans-serif;
font-size: 14px;
padding: 8px;
border: 1px solid #ccc;
border-radius: 6px;
resize: vertical;
box-sizing: border-box;
transition: border-color 0.3s ease;
}
#feedback-form textarea:focus {
border-color: #0073aa;
outline: none;
} #feedback-form button[type="submit"] {
background-color: #000; color: #fff;
border: none;
padding: 10px 18px;
border-radius: 6px;
font-weight: bold;
cursor: pointer;
font-size: 14px;
transition: background-color 0.3s ease;
}
#feedback-form button[type="submit"]:hover {
background-color: #222;
} @media (max-width: 400px) {
#feedback-form {
width: 95vw;
padding: 15px;
}
#feedback-toggle {
padding: 10px 14px;
font-size: 13px;
}
}