/**
 * Spinda Plugin Admin Styles
 */

.spinexim-container {
    margin: 20px 0;
}

.spinexim-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.spinexim-form-group {
    margin-bottom: 20px;
}

.spinexim-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.spinexim-select {
    min-width: 250px;
    padding: 6px 8px;
}

.spinexim-checkbox-label {
    display: inline-block;
    margin-right: 20px;
    font-weight: normal !important;
    cursor: pointer;
}

.spinexim-checkbox-label input {
    margin-right: 5px;
}

.spinexim-file-input {
    padding: 10px 0;
}

.spinexim-tab-content {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-top: none;
    padding: 20px;
}

.nav-tab-wrapper {
    margin-bottom: 0;
}

.description {
    color: #666;
    font-style: italic;
    margin-top: 5px;
}

.spinexim-container .notice {
    margin: 20px 0 0 0;
}

/* Additional styles for taxonomies page */
.spinexim-checkbox-group {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
}

.spinexim-checkbox-group .spinexim-checkbox-label {
    display: block;
    margin-bottom: 8px;
    padding: 5px 0;
}

.spinexim-checkbox-group .spinexim-checkbox-label:hover {
    background: #f0f0f0;
}

.notice-warning.inline {
    margin: 0 0 15px 0;
    padding: 10px;
}