.dynawpel-status-messages {
    margin: 20px 0;
}

.dynawpel-status-message {
    padding: 10px;
    margin: 5px 0;
    border-radius: 4px;
}

.dynawpel-status-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

.dynawpel-status-error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

.dynawpel-status-warning {
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
}

/* Switch Styling */
.dynawpel-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.dynawpel-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.dynawpel-company-website-icon {
    margin-left: 5px;
    font-size: 0.8em;
}

/* Icon Selector Styles */
.elementor-control-featured_icon .select2-container .select2-selection__clear,
.elementor-control-non_featured_icon .select2-container .select2-selection__clear {
    display: none;
}

/* Styles für beide Icon-Dropdowns */
.elementor-control-featured_icon .select2-container,
.elementor-control-non_featured_icon .select2-container,
.elementor-control-featured_icon .select2-container .select2-selection--single,
.elementor-control-non_featured_icon .select2-container .select2-selection--single,
.elementor-control-featured_icon .select2-container .select2-selection .select2-selection__rendered,
.elementor-control-non_featured_icon .select2-container .select2-selection .select2-selection__rendered {
    min-width: 113px !important;
    width: auto !important;
}

/* Dropdown-Liste selbst */
.select2-container--default .select2-results > .select2-results__options {
    min-width: 113px !important;
}

/* Allgemeine Select2 Styles für beide Dropdowns */
[class*="elementor-control-"] .select2-container,
[class*="elementor-control-"] .select2-container .select2-selection--single,
[class*="elementor-control-"] .select2-container .select2-selection .select2-selection__rendered {
    width: 113px !important;
}

/* Spezifische Styles für die Icon-Dropdowns */
.elementor-control-featured_icon .select2-container,
.elementor-control-featured_icon .select2-container .select2-selection--single,
.elementor-control-non_featured_icon .select2-container,
.elementor-control-non_featured_icon .select2-container .select2-selection--single {
    width: 113px !important;
}

/* Optional: Verbessere auch die Darstellung der Icons in der Liste */
.select2-container .select2-results__option span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.select2-container .select2-results__option i {
    width: 20px;
    text-align: center;
}