#wcgdc-checkout-map-container {
    margin-bottom: 30px;
    padding: 20px;
    background: #fcfcfc;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

#wcgdc-checkout-map-container h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
}

#wcgdc-map {
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1; /* Fix Leaflet overlap with standard dropdowns */
}

.wcgdc-reference-field {
    margin-bottom: 0 !important;
}

.wcgdc-address-search {
    margin-bottom: 10px;
    position: relative;
}

.wcgdc-suggestions {
    position: absolute;
    z-index: 100001;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 220px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    display: none;
}

.wcgdc-suggestions li {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 0.9em;
    border-bottom: 1px solid #f0f0f0;
}

.wcgdc-suggestions li:last-child {
    border-bottom: none;
}

.wcgdc-suggestions li:hover {
    background: #f7f7f7;
}
