.cashlite-form,
.cashlite-dashboard {
    max-width: 420px;
    border: 1px solid #d8dde3;
    padding: 16px;
    background: #fff;
}

.cashlite-panel {
    margin-top: 20px;
}

.cashlite-form-inline label {
    display: block;
    font-weight: 600;
}

.cashlite-form-inline input,
.cashlite-form-inline select,
.cashlite-form-inline button {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.cashlite-table {
    width: 100%;
    border-collapse: collapse;
}

.cashlite-table th,
.cashlite-table td {
    border: 1px solid #d8dde3;
    padding: 8px;
    text-align: left;
}

.cashlite-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.cashlite-form input,
.cashlite-form button {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.cashlite-form button {
    cursor: pointer;
}

.cashlite-error {
    color: #b42318;
}

.cashlite-success {
    color: #067647;
}

.cashlite-notice {
    border-left: 4px solid #1d4ed8;
    background: #eff6ff;
    padding: 12px;
}
