* {
    box-sizing: border-box;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

#title {
    margin: 0;
    font-weight: bold;
    white-space: nowrap;
    font-size: 25px;
}

#options {
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 9px 22px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    color: #333;
    outline: none;
}

#map {
    height: 90vh;
    width: 100%;
}

.locker-popup {
    font-family: sans-serif;
    font-size: 16px;
    min-width: 280px;
    color: #333;
}

.locker-popup h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    color: #111;
}

.locker-popup p {
    margin: 8px 0;
    line-height: 1.5;
}

.locker-popup strong {
    color: #555;
    font-weight: 600;
}

.locker-popup a {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 20px;
    background-color: #333;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
}

.locker-popup a:hover {
    background-color: #555;
}

.marker-cluster-small {
    width: 42px !important;
    height: 42px !important;
}

.marker-cluster-small div {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 18px;
}

.marker-cluster-medium {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
}

.marker-cluster-medium div {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 20px;
    border-radius: 50% !important;
}

.marker-cluster-large {
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
}

.marker-cluster-large div {
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
    font-size: 17px;
    border-radius: 50% !important;
}
