.map-10804 {
    min-height: 250px;
    width: 100%;
    background-color: #e5e3df;
}

@media (min-width: 992px) {
    .map-10804 {
        min-height: 450px;
    }
}

.map-10804 .custom-marker-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -100%);
    cursor: pointer;
}

.map-10804 .marker-bubble {
    background-color: var(--color-2);
    border-radius: 10px;
    padding: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid var(--color-3);
    min-width: 100px;
    max-width: 120px;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.map-10804 .marker-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 4px;
}

.map-10804 .marker-text {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.map-10804 .marker-tail {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid var(--color-3);
    margin-top: -1px;
}
