.wdk-wrap {
    margin: 20px 0;
    max-width: 100%;
}

.wdk-wrap .postbox {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: none;
    border-radius: 4px;
    background-color: inherit;
}

.wdk-wrap .postbox-header {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    background-color: inherit;
}

.wdk-wrap .postbox-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.wdk-wrap .inside {
    padding: 15px;
    background-color: inherit;
}

.wdk-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.wdk-field-edit {
    position: relative;
    padding: 10px 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    background-color: inherit;
}

.wdk-field-edit label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.wdk-field-container {
    position: relative;
}

.wdk-control {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 40px;
    background-color: inherit;
}

select.wdk-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

.wdk-col-md-1 {width: 8.333%;}
.wdk-col-md-2 {width: 16.667%;}
.wdk-col-md-3 {width: 25%;}
.wdk-col-md-4 {width: 33.333%;}
.wdk-col-md-5 {width: 41.667%;}
.wdk-col-md-6 {width: 50%;}
.wdk-col-md-7 {width: 58.333%;}
.wdk-col-md-8 {width: 66.667%;}
.wdk-col-md-9 {width: 75%;}
.wdk-col-md-10 {width: 83.333%;}
.wdk-col-md-11 {width: 91.667%;}
.wdk-col-md-12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.wdk-section-separator {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    padding-bottom: 10px;
}

.wdk-section-separator h3 {
    margin: 0;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
}

textarea.wdk-control {
    min-height: 120px;
    height: auto;
}

input[type="checkbox"].wdk-control {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    cursor: pointer;
    padding: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

input[type="checkbox"].wdk-control:checked {
    background-color: inherit;
    border-color: inherit;
}

input[type="checkbox"].wdk-control:checked::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: inherit;
    font-size: 14px;
    line-height: 20px;
}

select.wdk-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

button.wdk-submit-loading {
    padding: 10px 20px;
    font-size: 16px;
    background-color: inherit;
    border-color: inherit;
    color: inherit;
    border-radius: 4px;
    cursor: pointer;
    height: auto;
    line-height: normal;
}

button.wdk-submit-loading:hover {
    background-color: inherit;
    border-color: inherit;
}

@media (max-width: 767px) {
    .wdk-col-md-1, .wdk-col-md-2, .wdk-col-md-3, .wdk-col-md-4,
    .wdk-col-md-5, .wdk-col-md-6, .wdk-col-md-7, .wdk-col-md-8,
    .wdk-col-md-9, .wdk-col-md-10, .wdk-col-md-11, .wdk-col-md-12 {
        width: 100%;
    }
}

.notice {
    padding: 12px 15px;
    margin: 15px 0;
    border-left: 4px solid;
    background-color: inherit;
}

.notice-success {
    border-color: inherit;
}

.notice-error {
    border-color: inherit;
}

.notice-warning {
    border-color: inherit;
}

.wdk-checkbox-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #010101;
    margin: 0;
}
