.gf-osm-map .leaflet-control {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.gf-osm-map .leaflet-control button,
.gf-osm-map .leaflet-control input {
    font-family: inherit; /* Inherit font from parent (template's default) */
    font-size: inherit; /* Inherit font size from template */
    border: none;
    background: transparent;
    box-shadow: none;
}

.gf-osm-map .gf-locate-btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

/* Toolbar */
.gf-osm-toolbar {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    background: rgba(255, 255, 255, 0.85);
    padding: 6px 8px;
    border-radius: 4px;
    z-index: 1000;
}

.gf-osm-toolbar input {
    flex: 1;
    padding: 4px 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit; /* Inherit font from template */
    font-size: inherit; /* Inherit font size from template */
}

.gf-osm-toolbar button {
    background: #3880ff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    font-family: inherit; /* Inherit font from template */
    font-size: inherit; /* Inherit font size from template */
    cursor: pointer;
}

/* Address display */
.gf-osm-address {
    margin-top: 5px;
    font-family: inherit; /* Inherit font from template */
    font-size: 14px;
    color: #333;
    direction: rtl;
    text-align: right;
}