.formable-wrap {
    max-width: 600px;
    margin: 48px auto;
    background: #fefefe;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
}

.formable-content {
    margin: 24px;
}

.formable-connect {
    margin: 24px;
    text-align: center;

    .button {
        padding: 6px 18px;
        height: auto;
    }
}

.formable-shortcodes {
    input {
        background: none;
        padding: 0;
        margin: 0;
        font-family: Consolas, Monaco, monospace;
        unicode-bidi: embed;
        font-size: 13px;
        border: 0;
        cursor: pointer;
        box-shadow: none;
        outline: none;
        width: 100%;

        &:focus {
            border: 0;
            box-shadow: none;
        }
    }

    h3 {
        margin: 0;
        font-size: 1.1em;
        display: flex;
        justify-content: space-between;

        a {
            font-size: 0.9em;
            font-weight: normal;
        }
    }

    li {
        margin-bottom: 1em;
    }
}

.formable-settings {
    .postbox {
        max-width: 600px;
    }
}

.formable-actions {
    display: flex;

    form {
        margin-right: 6px;
    }
}
