#address-input-group {
    display: none;
}

.pac-container {
    z-index: 9999 !important;
    position: absolute !important;
}

.modal {
    overflow: visible !important;
}

#delivery-banner {
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
#address-input-group {
    display: none;
}
#delivery-banner {
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
