.map-controls .control-group .mode-button {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    margin-bottom: 8px;
}

.map-controls .control-group .mode-button i {
    margin: 0;
    font-size: 15px;
    line-height: 1;
}

.map-controls .control-group .mode-button.active {
    border-color: #143c9b;
    box-shadow: inset 0 0 0 1px #143c9b;
}

/* Resize is a sub-option of Select, not a separate “mode” — avoid two .active borders at once */
.map-controls .control-group .mode-button.resize-on {
    border-color: #5b7fd1;
    background-color: rgba(20, 60, 155, 0.08);
    box-shadow: none;
}
