.segmented-control-cam {
    display: flex;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 4px;
    flex: 1;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    max-height: 50px;
}

.segmented-control-cam button {
    flex: 1;
    padding: 10px;
    background-color: #f1f1f1;
    border: none;
    cursor: pointer;
}

.segmented-control-cam button.active {
    background-color: #337ab7;
    color: #fff;
}