/** Define plugin icon size **/
#toplevel_page_vybildbank-options div.wp-menu-image img {
    width: 20px;
    height: 20px;
}

/* Align spinner with Select button (bottom toolbar only) */
#vybildbank-modal .media-frame-toolbar .media-toolbar-primary .spinner {
    float: right;
    margin-top: 20px;
}

/* Required usage comment validation */
#vybildbank-modal .vybildbank-required-usage-comment {
    border: 2px solid red !important;
}

/* Hide URL field in attachment details */
#vybildbank-modal .attachment-details .setting[data-setting="url"] {
    display: none !important;
}

/* Hide uploader inline content */
#vybildbank-modal .attachments-browser .uploader-inline-content {
    display: none !important;
}

/* Hide media router tabs (Upload/Media Library) - not supported */
#vybildbank-modal .media-router {
    display: none !important;
}

/* Hide standard attachment filters (we use our own album filter) */
#vybildbank-modal #media-attachment-filters {
    display: none !important;
}

/* No results message */
#vybildbank-modal .vybildbank-no-results {
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 14px;
}

/* Album filter container - floats between secondary and primary */
#vybildbank-modal .vybildbank-filters {
    float: left;
    margin-left: 10px;
}

#vybildbank-modal .vybildbank-filter-label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 600;
    color: #1d2327;
}

#vybildbank-modal .vybildbank-filters select {
    margin-right: 8px;
}

/* Select2 height matching WordPress dropdown */
#vybildbank-modal .select2-selection__rendered {
    line-height: 28px !important;
}
#vybildbank-modal .select2-container .select2-selection--single {
    height: 30px !important;
}
#vybildbank-modal .select2-selection__arrow {
    height: 28px !important;
}



