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

html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#map {
    height: 100vh;
    width: 100vw;
}

.leaflet-popup-content-wrapper {
    border-radius: 8px;
}

.leaflet-popup-content {
    margin: 12px 16px;
    line-height: 1.5;
}

.popup-title {
    font-weight: bold;
    color: #8B4513;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.popup-amount {
    font-size: 1rem;
    color: #2E7D32;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.popup-giftcard {
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    background-color: #f5f5f5;
    padding: 4px 8px;
    border-radius: 4px;
    color: #555;
    border: 1px solid #ddd;
}

.coffee-marker {
    background: none;
    border: none;
    font-size: 24px;
    text-align: center;
    line-height: 20px;
}