.carousel-inner {
  border-radius: 18px;
}
.carousel-item {
  min-height: auto !important;
}
.carousel-indicators [data-bs-target] {
    background: #327881;
}


.flexible-slider-editor {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 6px;
    background: #f9f9f9;
}

.flexible-slider-editor-header {
    margin-bottom: 10px;
}

.flexible-slider-editor-header span.dashicons {
    vertical-align: middle;
    margin-right: 6px;
}

.flexible-slider-editor-instructions {
    margin: 4px 0 10px;
    font-size: 13px;
    color: #555;
}
