.angie-switch-wrapper-fe4f390a {
    display: flex;
}

.angie-switch-container-fe4f390a {
    display: inline-flex;
    align-items: center;
    background-color: #f4f4f5;
    border-radius: 50px;
    padding: 4px;
}

.angie-switch-btn-fe4f390a {
    appearance: none;
    border: none;
    background: transparent;
    padding: 8px 16px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.angie-switch-btn-fe4f390a:focus {
    outline: none;
}

.angie-switch-btn-fe4f390a.active {
    background-color: #0056b3;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}