html {
    scroll-padding-top: 100vh !important;
}

.alma-blocks {
    border: none;
    padding: 16px;
    background: #e7e7e7;
}

button.components-button.btn-alma-delete {
    background: #cc1818;
    color: #fff !important;
    height: 24px;
    padding: 2px 12px;
}

/*
.alma-blocks [role=textbox] {
    background: #fff;
    background: red;
}
*/

.alma-blocks .alma-block-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.alma-blocks .alma-item {
    border: solid 1px rgba(0, 0, 0, 0.5);
    padding: 8px;
    margin-bottom: 8px;
}

.alma-blocks [role=textbox],
.alma-blocks .wp-block-editor-rich-text input {
    border: solid 1px black;
    padding: 8px;
    background: greenyellow;
    margin-bottom: 8px;
    font-size: 14px;
}

.alma-blocks [role=textbox]:focus {
    background: lightgoldenrodyellow;
}

.alma-blocks .components-button {
    line-height: 100%;
    background: gray;
}

.alma-blocks-fieldset {
    border: solid 1px black;
    padding: 16px;
}