#gellumdcw-map-container-wrapper {
    margin-bottom: 20px;
    margin-top: 20px;
}

#gellumdcw-map-canvas {
    height: 400px!important;
    width: 100%!important;
    border-radius: 15px!important;
    border: none!important;
    background-color: #f9f9f9;

    --gellumdcw-driving-route-color: #000; /* Driving route color */
    --gellumdcw-curved-line-color: #000;  /* Straight Line Color */
}

#gellumdcw-map-info {
    margin-top: -15px!important;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px 0px 15px 15px;
}

#gellumdcw-selected-location-text {
    font-size: 0.7em;
    color: #555;
    margin: 15px 0px 0px 0px;
}

#gellumdcw-delivery-cost-summary {
    font-size: 1em;
    color: #111111;
    
}

#gellumdcw-map-error-message {
    color: #D8000C; 
    background-color: #FFD2D2; 
    border: 1px solid #D8000C;
    padding: 0px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 10px;
    font-size: 0.9em;
}

.error-text-content {
    padding: 8px 16px 8px 16px; 
    display: inline-block; 
}


.gellumdcw-readonly-field {
    background-color: #e9ecef !important; 
    cursor: not-allowed !important; 
    opacity: 1 !important; 
}


.gellumdcw-readonly-field:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da !important;
}

/* Responsive map height for smaller screens if needed */
@media (max-width: 767px) { /* Adjust the breakpoint as needed */
    #gellumdcw-map-canvas {
        height: 450px!important;
    }
    #gellumdcw-map-container-wrapper {
    margin-bottom: 10px;
    margin-top: 0px;
}
}