#nudge_seo_ai_metabox {
    background-color: #f0f2f5;
    border: 0;
    box-shadow: none;
}

#nudge-seo-ai-app {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #3c434a;
}

.nudge-seo-ai-header {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.nudge-seo-ai-logo {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.nudge-seo-ai-header h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    flex-grow: 1;
}

.nudge-seo-ai-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #666;
}

#nudge-seo-ai-app .widefat {
    width: 100%;
}

#nudge-seo-ai-app .button-primary {
    background: #2271b1;
    border-color: #2271b1;
    box-shadow: none;
    text-shadow: none;
}

#nudge-seo-ai-results-container {
    margin-top: 15px;
}

.nudge-seo-ai-source-info {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    padding: 8px;
    background-color: #fff;
    border-radius: 4px;
}

.nudge-seo-ai-gap-nudge {
    background-color: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 10px;
}

.nudge-seo-ai-gap-nudge p {
    margin: 0;
}

.nudge-seo-ai-gap-nudge strong {
    color: #856404;
}

.nudge-seo-ai-topic-list {
    background-color: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 10px;
}

.nudge-seo-ai-topic-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.nudge-seo-ai-topic-item:last-child {
    border-bottom: none;
}

.nudge-seo-ai-topic-item .icon {
    margin-right: 8px;
    font-size: 18px;
}

.nudge-seo-ai-topic-item .icon.covered {
    color: #28a745;
}

.nudge-seo-ai-topic-item .icon.uncovered {
    color: #dc3545;
}

.nudge-seo-ai-topic-item .stars {
    margin-left: auto;
    color: #ffc107;
}

.nudge-seo-ai-progress {
    margin-bottom: 15px;
}

.nudge-seo-ai-progress-bar-container {
    background-color: #e9ecef;
    border-radius: 4px;
    height: 8px;
    overflow: hidden;
}

.nudge-seo-ai-progress-bar {
    background-color: #28a745;
    height: 100%;
    width: 0%;
    transition: width 0.3s ease-in-out;
}

.nudge-seo-ai-progress-label {
    font-size: 12px;
    text-align: right;
    margin-top: 4px;
    color: #666;
}

.nudge-seo-ai-premium-features {
    background-color: #e7e5ff;
    border: 1px solid #d8d3ff;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
}

.nudge-seo-ai-premium-features h4 {
    margin: 0 0 5px 0;
    color: #49457a;
}

.nudge-seo-ai-premium-features p {
    margin: 0 0 10px 0;
    font-size: 12px;
}

.nudge-seo-ai-credits-info {
    font-size: 11px;
    color: #6c757d;
    margin-top: 8px !important;
}

#nudge-seo-ai-message-area .notice {
    margin-left: 0 !important;
    margin-right: 0 !important;
}