/* Кнопка дополнительных настроек блока */
.blk-ext-settings__link {
    display: inline-block;
    background-color: #007d7e;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 6px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.blk-ext-settings__arrow {
    display: inline-block;
}
.blk-ext-settings[open] .blk-ext-settings__arrow {
    transform: rotate(-90deg);
}

.blk-ext-settings summary {
    cursor: pointer;
}
.blk-ext-settings summary::-webkit-details-marker {
    display: none;
}


/* Выравнивание параграфов в Draftail */

.Draftail-block--PARAGRAPH-LEFT .public-DraftStyleDefault-block {
    text-align: left;
}
.Draftail-block--PARAGRAPH-RIGHT .public-DraftStyleDefault-block {
    text-align: right;
}
.Draftail-block--PARAGRAPH-CENTER .public-DraftStyleDefault-block {
    text-align: center;
}

.Draftail-block--PARAGRAPH-CLEARFIX {
    border: 1px dashed #ccc;
}




:root, :host {
    /* Reduce the UI density by 20% for users of the default theme. */
    --w-density-factor: 0.8;
}
.w-density-snug {
    /* For snug theme users, set a UI density even lower than vanilla Wagtail. */
    --w-density-factor: 0.25;
}


.listing .title {
    min-width: 14em;
}
.listing .url {
    display: block;
    min-width: 25em;
}

.warning {
    color: red;
}