/*.draly-gallery-preview*/
.draly-gallery-preview {
    display: flex;
    margin-top: 30px;
    gap: 10px;
}

.draly-gallery-preview:empty {
    display: none;
}

.draly-gallery-preview .draly-gallery-thumb {
    position: relative;
    display: block;
}

.draly-gallery-preview .draly-gallery-thumb .draly-gallery-delete {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f15d58;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/*#redux-add-widget */
#redux-add-widget form {
    text-align: center;
}

#redux-add-widget-input {
    max-width: 95%;
    padding: 8px;
    margin-bottom: 14px;
    margin-top: 3px;
    text-align: center;
}

#redux-add-widget h3 {
    text-align: center !important;
    font-size: 1.3em;
    margin-top: 5px;
}

/*Customizer*/
#customize-theme-controls > ul > li > h3::before {
    font: normal 20px/1 dashicons;
    inset-inline-start: 10px;
    opacity: .6;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 10px);
    z-index: 1;
}

.customize-pane-parent .accordion-section-title button.accordion-trigger {
    padding-inline-start: 45px;
}