.gmap-map-around {
    width: 100%;
}

.gmap_address_map {
    width: 100%;
    height: 350px;
}

.gm-style-mtc button {
    color: #2c2c2c !important;
}

.gm-control-active, .gm-control-active:hover {
    padding: 0px !important;
}

/* Geo-search message positioning and styling */
.geo-search {
    margin-top: 32px !important;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.geo-search.success-message {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 5px;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.geo-search.error-message {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: 5px;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
}

/* Ensure parent containers can position geo-search elements */
.addresspicker-container {
    position: relative;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .geo-search {
        font-size: 13px;
        padding: 6px 10px;
    }
}