.quickroute-stop-tile-tools {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.quickroute-stop-remove {
    display: grid;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 107, 107, 0.45);
    border-radius: 6px;
    background: rgba(255, 107, 107, 0.08);
    color: #ffc1c1;
    cursor: pointer;
}

.quickroute-stop-remove svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
}

.quickroute-stop-remove:hover,
.quickroute-stop-remove:focus-visible {
    background: rgba(255, 107, 107, 0.18);
}

.quickroute-stop-remove:disabled {
    opacity: 0.5;
    cursor: wait;
}
