.extended-heading-edit {
    background: #f5f6fa;
    border-radius: 6px;
    margin-top: 10px;
}

.short-title-input,
.anchor-link-input {
    margin-top: 10px;
    display: block;
}

.extended-heading-edit h1,
.extended-heading-edit h2,
.extended-heading-edit h3,
.extended-heading-edit h4,
.extended-heading-edit h5{
    padding: 10px;
}
.extended-heading-edit .components-base-control {
    position: relative;
    padding: 10px;
    margin: 0 10px;
    border-left: 4px solid #0073aa;
    background: #f8f8f8;
}

.extended-heading-edit .components-base-control input{
    font-size: 14px;
    color: #666;
    border: 1px dashed #0073aa;
    border-radius: 3px;
    padding: 20px;
}