.wcfm-form-row {
    margin-bottom: 20px;
}
.wcfm-form-row label {
    min-width: 200px;
}

.wcfm-form-row input {
    min-width: 600px;
    display: block;
}
.not-connected {
    color: #d50000;
}

.connected {
    color: #2c8726;
}

a.square_import_products_btn {
    border-radius: 3px;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    padding: 0.4em 1em;
    border: 0;
    line-height: 1.6;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
    display: block;
    max-width: fit-content;
    margin-bottom: 10px;
}
.wcfm-container hr {
    border-color: #eceef2 !important;
    border-width: 1px !important;
}
.wcfm-form-row em {
    color: #9d9d9d;
}

a.square_save_settings_btn {
    border-radius: 3px;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    padding: 0.4em 1em;
    border: 0;
    line-height: 1.6;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 0px -7px rgba(0,0,0,0);
    display: block;
    text-align: center;
    max-width: 600px;
    margin-top: 20px;
    font-size: 17px;
}
.devider {
    height: 20px;
    width: 100%;
    clear: both;
}
#wcfm-main-contentainer label {
    /* display: inline-block !important; */
    width: 300px !important;
    max-width: 300px;
}

.d-none {
    display: none !important;
}
p.webhook-api code {
    background: #ccd7dd4a;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #ddd;
}