/* Admin styles for Selective Thumbnail Regenerator */
.strgrtr-container {
    margin-top: 20px;
    max-width: 800px;
}

.strgrtr-form-container {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}

#strgrtr-count-info {
    margin: 10px 0;
    padding: 10px;
    background: #f8f8f8;
    border-left: 4px solid #46b450;
}

#strgrtr-count-info.error {
    border-left-color: #dc3232;
}

#strgrtr-progress-container {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-top: 20px;
}

#strgrtr-progress-bar {
    margin: 15px 0;
    height: 20px;
}

#strgrtr-progress-text {
    margin: 10px 0;
}

#strgrtr-messages {
    margin-top: 15px;
    padding: 10px;
    background: #f8f8f8;
}

.strgrtr-notice {
    margin: 5px 0;
}

.strgrtr-notice.success {
    color: #46b450;
}

.strgrtr-notice.error {
    color: #dc3232;
}

.strgrtr-current-image {
    font-style: italic;
    margin-top: 5px;
}

.hidden {
    display: none;
}