.progressmatify-switcher {
    .components-button-group {
        width: 100%;
        margin-bottom: 16px;
    }

    .switcher-button {
        width: 100%;
        justify-content: center;
        box-shadow: inset 0 0 0 1px #e0e0e0 !important;
        &.progressmatify-active {
            background-color: #eeeeee;
        }
    }
}

.progressmatify-switcher-content {
    margin-top: 8px !important;
}
