/** Google Sheet sync Styles **/

.wcgs-sync-wrapper {
    padding: 50px;
    text-align: center;
    background-color: azure
}

.wcgs-inputs {
    width: 30%;
    height: 50px;
    display: block;
    margin: 10px auto;
}

.wcgs-sync-btn {
    height: 35px;
    padding: 3px;
    width: 30%;
}
