/* Rankwell SEO Checklist - Gutenberg Styles */

.rwsc-gutenberg-panel .components-panel__body-title {
    background: #f0f0f1;
}

.rwsc-gutenberg-container {
    padding: 4px 0;
}

.rwsc-keyword-field {
    margin-bottom: 16px;
}

.rwsc-actions {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.rwsc-auto-badge {
    font-size: 11px;
    color: #646970;
}

.rwsc-score-section {
    margin-bottom: 20px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 4px;
}

.rwsc-score-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.rwsc-score-value {
    font-weight: 600;
}

.rwsc-score-good {
    color: #00a32a;
}

.rwsc-score-warning {
    color: #dba617;
}

.rwsc-score-poor {
    color: #d63638;
}

.rwsc-progress {
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}

.rwsc-progress-fill {
    height: 100%;
    transition: width 0.3s ease;
}

.rwsc-checks-section {
    margin-bottom: 20px;
}

.rwsc-checks-section h4 {
    margin: 0 0 12px 0;
    font-size: 13px;
    font-weight: 600;
}

.rwsc-checks-list {
    max-height: 300px;
    overflow-y: auto;
}

.rwsc-check-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f1;
}

.rwsc-check-info {
    flex: 1;
}

.rwsc-check-label {
    font-weight: 500;
    margin-bottom: 2px;
}

.rwsc-check-desc {
    font-size: 11px;
    color: #646970;
}

.rwsc-check-badge {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    margin-left: 8px;
}

.rwsc-status-pass .rwsc-check-badge {
    background: #d1f7c4;
    color: #0c5b29;
}

.rwsc-status-warning .rwsc-check-badge {
    background: #fef7f1;
    color: #8a4b00;
}

.rwsc-status-fail .rwsc-check-badge {
    background: #fcf0f1;
    color: #8a2424;
}

.rwsc-status-info .rwsc-check-badge {
    background: #f0f6fc;
    color: #006ba1;
}

.rwsc-suggestions-section h4 {
    margin: 0 0 12px 0;
    font-size: 13px;
    font-weight: 600;
}

.rwsc-suggestion-item {
    padding: 12px;
    background: #f8f9fa;
    border-radius: 4px;
    margin-bottom: 12px;
}

.rwsc-suggestion-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.rwsc-priority {
    font-size: 9px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 10px;
    text-transform: uppercase;
}

.rwsc-priority-high {
    background: #fcf0f1;
    color: #8a2424;
}

.rwsc-priority-medium {
    background: #fef7f1;
    color: #8a4b00;
}

.rwsc-priority-low {
    background: #f0f6fc;
    color: #006ba1;
}

.rwsc-suggestion-message {
    font-size: 12px;
    color: #50575e;
    margin-bottom: 6px;
}

.rwsc-suggestion-action {
    font-size: 11px;
    color: #646970;
    font-style: italic;
}

.rwsc-suggestion-examples {
    margin-top: 8px;
    padding-left: 16px;
    font-size: 11px;
    color: #646970;
}

.rwsc-loading-gutenberg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px;
    color: #646970;
}