/**
 * AEO Bob Lite - Admin Styles
 *
 * @package AEO_Bob_Lite
 * @since   1.0.0
 */

/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.3);
    }
}

/* ==========================================================================
   Meta Box - Sidebar
   ========================================================================== */

#aeo-bob-lite-score.postbox {
    background: white !important;
    margin-bottom: 20px !important;
    border: 1px solid #c3c4c7 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

#aeo-bob-lite-score.postbox .postbox-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

#aeo-bob-lite-score.postbox .postbox-header h2,
#aeo-bob-lite-score.postbox .postbox-header .hndle {
    color: white !important;
}

#aeo-bob-lite-score .handlediv {
    display: none !important;
}

#aeo-bob-lite-score .inside {
    display: block !important;
}

/* ==========================================================================
   Score Badges - Post Columns
   ========================================================================== */

.aeo-bob-score {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    min-width: 36px;
}

.aeo-bob-score-good {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.aeo-bob-score-fair {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.aeo-bob-score-poor {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.aeo-bob-not-analyzed {
    background: #e9ecef;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

/* Post list column widths */
.wp-admin.edit-php .wp-list-table {
    table-layout: auto !important;
}

.wp-admin.edit-php .wp-list-table .column-aeo_bob_aeo,
.wp-admin.edit-php .wp-list-table .column-aeo_bob_seo {
    width: 60px !important;
    max-width: 60px !important;
    min-width: 60px !important;
    flex: 0 0 60px !important;
    text-align: center !important;
}

.wp-admin.edit-php .wp-list-table.posts .column-title,
.wp-admin.edit-php .wp-list-table.pages .column-title {
    width: auto !important;
    min-width: 400px !important;
    max-width: none !important;
}

/* ==========================================================================
   Meta Box Sidebar
   ========================================================================== */

.aeo-bob-logo-img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.aeo-bob-optimization-counter {
    background: #e7f3ff;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    text-align: center;
    border-left: 4px solid #2271b1;
}

.aeo-bob-optimization-counter.limit-reached {
    background: #fff3cd;
    border-left-color: #dc3545;
}

.aeo-bob-counter-label {
    font-size: 11px;
    color: #666;
    margin-bottom: 3px;
    font-weight: 600;
}

.aeo-bob-counter-value {
    font-size: 20px;
    font-weight: 700;
    color: #2271b1;
}

.aeo-bob-optimization-counter.limit-reached .aeo-bob-counter-value {
    color: #dc3545;
}

.aeo-bob-counter-status {
    font-size: 10px;
    color: #666;
    margin-top: 2px;
}

.aeo-bob-testing-mode {
    color: #667eea;
    font-weight: 600;
}

.aeo-bob-preview-mode {
    color: #dc3545;
    font-weight: 600;
}

.aeo-bob-no-scores {
    padding: 15px;
    text-align: center;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.aeo-bob-no-scores strong {
    color: #667eea;
}

.aeo-bob-button-hint {
    margin-top: 8px;
    font-size: 11px;
    color: #666;
    text-align: center;
}

.aeo-bob-api-warning {
    margin-top: 10px;
    font-size: 11px;
    color: #d63638;
    text-align: center;
}

.aeo-bob-analyze-button,
.aeo-bob-optimize-button {
    margin-top: 10px;
}

.aeo-bob-analyze-button button,
.aeo-bob-optimize-button button {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

.aeo-bob-reanalyze-button {
    margin-top: 10px;
}

.aeo-bob-reanalyze-button button {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 8px;
}

.aeo-bob-score-improvement {
    display: none;
    margin-top: 15px;
    padding: 15px;
    background: #e7f3ff;
    border-radius: 8px;
    border-left: 4px solid #2271b1;
}

.aeo-bob-improvement-title {
    margin: 0 0 10px 0;
    color: #2271b1;
    font-size: 13px;
    font-weight: 600;
}

.aeo-bob-improvement-scores {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aeo-bob-improvement-row {
    /* Default SEO row styling */
}

.aeo-bob-improvement-row-aeo {
    border-top: 1px solid #c3e6cb;
    padding-top: 10px;
}

.aeo-bob-improvement-label {
    font-size: 11px;
    color: #2271b1;
    margin-bottom: 3px;
}

.aeo-bob-improvement-value {
    font-size: 18px;
    font-weight: 600;
    color: #2271b1;
}

.aeo-bob-improvement-value-aeo {
    color: #10b981;
}

.aeo-bob-improvement-delta {
    font-size: 11px;
    margin-top: 2px;
    font-weight: 600;
}

.aeo-bob-sidebar-upgrade-cta {
    margin-top: 15px;
    padding: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    text-align: center;
}

.aeo-bob-upgrade-text {
    color: white;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 600;
}

.aeo-bob-sidebar-upgrade-cta .aeo-bob-upgrade-btn {
    width: 100%;
    background: white;
    color: #667eea;
    border: none;
    font-weight: 600;
}

.aeo-bob-sidebar-upgrade-cta .aeo-bob-upgrade-btn:hover {
    background: #f3f4f6;
    color: #5a67d8;
}

/* Scroll notification */
.aeo-bob-scroll-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px 40px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
    z-index: 99998;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.aeo-bob-scroll-notification-text {
    margin-bottom: 8px;
}

.aeo-bob-scroll-notification-arrow {
    font-size: 30px;
    animation: aeoBobBounceArrow 1s ease-in-out infinite;
}

@keyframes aeoBobBounceArrow {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

/* Delta box styling */
.aeo-bob-delta-box {
    padding: 8px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
}

.aeo-bob-delta-box.positive {
    background: #d1fae5;
    border: 1px solid #a7f3d0;
}

.aeo-bob-delta-box.negative {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.aeo-bob-delta-box.neutral {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.aeo-bob-delta-details {
    font-size: 11px;
    margin-top: 4px;
    opacity: 0.8;
}

.aeo-bob-negative {
    color: #dc3545;
}

.aeo-bob-rescore-btn {
    background: #10b981 !important;
    border-color: #10b981 !important;
}

.aeo-bob-optimize-btn {
    background: #93003c !important;
    border-color: #93003c !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 10px;
}

/* ==========================================================================
   Meta Box Content
   ========================================================================== */

.aeo-bob-score-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
}

.aeo-bob-score-bar {
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
}

.aeo-bob-score-fill {
    height: 100%;
    transition: width 0.3s ease;
}

.aeo-bob-hint-item {
    padding: 12px;
    margin-bottom: 10px;
    background: #f8f9fa;
    border-left: 3px solid #667eea;
    border-radius: 4px;
    font-size: 13px;
}

.aeo-bob-hint-title {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

/* ==========================================================================
   Optimization Panel
   ========================================================================== */

.aeo-bob-optimizer-postbox {
    margin-top: 20px;
}

.aeo-bob-scores-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.aeo-bob-scores-header h3 {
    margin: 0;
    color: white;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.aeo-bob-scores-display {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.aeo-bob-scores-display .aeo-bob-score-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
    border-bottom: none;
}

.aeo-bob-score-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
}

.aeo-bob-scores-sidebar {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

/* Optimization panel scores - high contrast white on gradient */
.aeo-bob-scores-header .aeo-bob-score-value {
    font-weight: 900;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}

.aeo-bob-scores-header .aeo-bob-score-label {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.95;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Sidebar scores - keep purple color */
.aeo-bob-scores-sidebar .aeo-bob-score-label {
    font-weight: 600;
    font-size: 13px;
}

.aeo-bob-scores-sidebar .aeo-bob-score-value {
    font-weight: 700;
    font-size: 16px;
    color: #667eea;
}

/* Generic fallback */
.aeo-bob-score-label {
    font-weight: 600;
    font-size: 13px;
}

.aeo-bob-score-value {
    font-weight: 700;
    font-size: 16px;
    color: #667eea;
}

.aeo-bob-rescore-container {
    text-align: center;
    margin-top: 15px;
}

.aeo-bob-rescore-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    color: white;
    font-weight: 600;
    padding: 8px 24px;
}

.aeo-bob-rescore-status {
    margin-top: 10px;
    font-size: 13px;
}

.aeo-bob-scores-hint {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    opacity: 0.9;
}

/* Section boxes */
.aeo-bob-section {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.aeo-bob-section h3 {
    margin: 0 0 10px 0;
    font-size: 15px;
}

.aeo-bob-section p {
    margin: 0 0 15px 0;
    font-size: 13px;
    color: #666;
}

/* Connection status */
.aeo-bob-connection-success {
    background: #d4edda;
    color: #155724;
    padding: 10px;
    border-radius: 6px;
    border-left: 4px solid #28a745;
}

.aeo-bob-connection-error {
    background: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 6px;
    border-left: 4px solid #dc3545;
}

/* Voice profile */
.aeo-bob-voice-profile,
.aeo-bob-voice-profile-box {
    background: #e7f3ff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
    border-left: 4px solid #2271b1;
}

.aeo-bob-voice-profile h4,
.aeo-bob-voice-profile-title {
    margin: 0 0 10px 0;
    color: #2271b1;
    font-size: 14px;
    font-weight: 600;
}

.aeo-bob-voice-profile-details {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.aeo-bob-voice-profile-details strong {
    color: #333;
}

/* Success/Error message styling */
.aeo-bob-success {
    color: #155724;
    background: #d4edda;
    padding: 8px 12px;
    border-radius: 4px;
    border-left: 3px solid #28a745;
    display: inline-block;
}

.aeo-bob-error {
    color: #721c24;
    background: #f8d7da;
    padding: 8px 12px;
    border-radius: 4px;
    border-left: 3px solid #dc3545;
    display: inline-block;
}

/* Usage stats */
.aeo-bob-usage-stats {
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.aeo-bob-usage-stats-normal {
    background: #e7f3ff;
    border-left: 4px solid #2271b1;
}

.aeo-bob-usage-stats-warning {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}

.aeo-bob-usage-stats-limit {
    background: #fff3cd;
    border-left: 4px solid #dc3545;
}

.aeo-bob-usage-count {
    font-size: 18px;
    font-weight: 700;
}

.aeo-bob-testing-mode {
    font-size: 14px;
    color: #667eea;
}

.aeo-bob-preview-mode-notice {
    margin-top: 8px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
}

.aeo-bob-preview-mode-text {
    color: #856404;
    font-weight: 600;
    font-size: 13px;
}

.aeo-bob-preview-mode-hint {
    font-size: 12px;
}

/* Suggestions results */
.aeo-bob-suggestions-results {
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.aeo-bob-suggestions-results h4 {
    margin: 0 0 15px 0;
    color: #2271b1;
    font-size: 14px;
}

/* Status messages */
.aeo-bob-status {
    margin-top: 10px;
    font-size: 13px;
}

.aeo-bob-status.success,
.aeo-bob-status .success {
    color: #155724;
    background: #d4edda;
    padding: 8px 12px;
    border-radius: 4px;
    border-left: 3px solid #28a745;
}

.aeo-bob-status.error,
.aeo-bob-status .error {
    color: #721c24;
    background: #f8d7da;
    padding: 8px 12px;
    border-radius: 4px;
    border-left: 3px solid #dc3545;
}

/* Voice profile display container */
#aeo-bob-lite-voice-profile-display {
    margin-bottom: 15px;
}

/* Voice status message */
#aeo-bob-lite-voice-status {
    margin-top: 10px;
}

#aeo-bob-lite-voice-status p {
    margin: 0;
    padding: 8px 12px;
    border-radius: 4px;
}

#aeo-bob-lite-voice-status .aeo-bob-success {
    color: #155724;
    background: #d4edda;
    border-left: 3px solid #28a745;
}

#aeo-bob-lite-voice-status .aeo-bob-error {
    color: #721c24;
    background: #f8d7da;
    border-left: 3px solid #dc3545;
}

/* Spinner */
.aeo-bob-spinner {
    display: none;
    float: none;
    margin-left: 10px;
}

.aeo-bob-spinner.is-active {
    display: inline-block;
}

/* ==========================================================================
   Pro Upgrade CTA
   ========================================================================== */

.aeo-bob-pro-cta {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}

.aeo-bob-pro-cta h3 {
    margin: 0 0 15px 0;
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.aeo-bob-pro-cta p {
    margin: 0 0 20px 0;
    opacity: 0.95;
    font-size: 14px;
    line-height: 1.6;
}

.aeo-bob-pro-features {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.aeo-bob-pro-features h4 {
    color: white;
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.aeo-bob-pro-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aeo-bob-pro-features li {
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.aeo-bob-pro-features li:last-child {
    border-bottom: none;
}

.aeo-bob-pro-btn {
    background: white;
    color: #4f46e5;
    font-weight: bold;
    border: none;
    font-size: 16px;
    padding: 12px 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.aeo-bob-pro-btn:hover {
    color: #4f46e5;
    background: #f3f4f6;
}

.aeo-bob-pro-footer {
    margin: 15px 0 0 0;
    font-size: 12px;
    opacity: 0.85;
}

/* ==========================================================================
   Dashboard Page
   ========================================================================== */

.aeo-bob-dashboard-wrap {
    max-width: 1200px;
}

.aeo-bob-dashboard-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.aeo-bob-dashboard-logo {
    height: 60px;
    margin-right: 20px;
}

.aeo-bob-dashboard-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.aeo-bob-dashboard-version {
    background: #667eea;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 15px;
}

.aeo-bob-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.aeo-bob-stat-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.aeo-bob-stat-icon {
    font-size: 24px;
    margin-bottom: 10px;
}

.aeo-bob-stat-value {
    font-size: 36px;
    font-weight: 700;
    color: #667eea;
}

.aeo-bob-stat-label {
    font-size: 13px;
    color: #64748b;
    margin-top: 5px;
}

.aeo-bob-quick-actions {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 30px;
}

.aeo-bob-quick-actions h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #1e293b;
}

.aeo-bob-actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.aeo-bob-action-btn {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none;
    color: #334155;
    transition: all 0.2s ease;
}

.aeo-bob-action-btn:hover {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

.aeo-bob-action-icon {
    font-size: 20px;
    margin-right: 12px;
}

.aeo-bob-action-text {
    font-size: 14px;
    font-weight: 500;
}

/* ==========================================================================
   Upgrade Page
   ========================================================================== */

.aeo-bob-lite-upgrade {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.aeo-bob-upgrade-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 40px;
    text-align: center;
    border-radius: 16px;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
}

.aeo-bob-upgrade-title {
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.aeo-bob-upgrade-tagline {
    font-size: 18px;
    margin: 0 0 25px 0;
    opacity: 0.95;
}

.aeo-bob-upgrade-cta {
    background: white;
    color: #667eea;
    font-weight: bold;
    padding: 15px 40px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: pulse 2s infinite;
}

.aeo-bob-upgrade-cta:hover {
    background: #f3f4f6;
    color: #5a67d8;
}

.aeo-bob-upgrade-guarantee {
    margin: 20px 0 0 0;
    font-size: 14px;
    opacity: 0.9;
}

/* Section Titles */
.aeo-bob-section-title {
    text-align: center;
    font-size: 24px;
    color: #1e293b;
    margin: 0 0 30px 0;
}

/* Comparison Section */
.aeo-bob-comparison-section {
    background: white;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.aeo-bob-comparison-table {
    border-collapse: collapse;
    width: 100%;
}

.aeo-bob-comparison-table th,
.aeo-bob-comparison-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.aeo-bob-comparison-table thead th {
    background: #f8fafc;
    font-weight: 600;
}

.aeo-bob-feature-col {
    width: 50%;
}

.aeo-bob-lite-col,
.aeo-bob-pro-col {
    width: 25%;
    text-align: center;
}

.aeo-bob-center {
    text-align: center;
}

.aeo-bob-pro-cell {
    background: #f0fdf4;
}

.aeo-bob-pro-check {
    color: #10b981;
    font-size: 18px;
}

/* Pricing Section */
.aeo-bob-pricing-section {
    margin-bottom: 40px;
}

.aeo-bob-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.aeo-bob-pricing-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.aeo-bob-pricing-card.featured {
    transform: scale(1.05);
    border: 3px solid #fbbf24;
    box-shadow: 0 10px 40px rgba(251, 191, 36, 0.3);
}

.aeo-bob-plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #fbbf24;
    color: #1e293b;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.aeo-bob-plan-name {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 10px 0 20px 0;
}

.aeo-bob-plan-price {
    margin-bottom: 20px;
}

.aeo-bob-currency {
    font-size: 24px;
    font-weight: 600;
    color: #667eea;
    vertical-align: top;
}

.aeo-bob-amount {
    font-size: 56px;
    font-weight: 700;
    color: #667eea;
    line-height: 1;
}

.aeo-bob-period {
    font-size: 16px;
    color: #64748b;
}

.aeo-bob-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: left;
}

.aeo-bob-plan-features li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
}

.aeo-bob-plan-features li:last-child {
    border-bottom: none;
}

.aeo-bob-plan-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
}

/* FAQ Section */
.aeo-bob-faq-section {
    background: white;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.aeo-bob-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.aeo-bob-faq-item {
    padding: 20px;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid #667eea;
}

.aeo-bob-faq-item h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    color: #1e293b;
}

.aeo-bob-faq-item p {
    margin: 0;
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

/* Final CTA */
.aeo-bob-final-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 50px 40px;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
}

.aeo-bob-final-cta h2 {
    color: white;
    font-size: 28px;
    margin: 0 0 15px 0;
}

.aeo-bob-final-cta p {
    font-size: 16px;
    margin: 0 0 25px 0;
    opacity: 0.95;
}

/* ==========================================================================
   Settings Page
   ========================================================================== */

.aeo-bob-settings-info {
    background: #f0f9ff;
    border-left: 4px solid #0ea5e9;
    padding: 15px;
    margin: 15px 0;
}

.aeo-bob-settings-warning {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 15px;
    margin: 15px 0;
}

.aeo-bob-settings-info p,
.aeo-bob-settings-warning p {
    margin: 0;
}

/* ==========================================================================
   SEO Analyzer Meta Box
   ========================================================================== */

.aeo-bob-analyzer-header {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    background: linear-gradient(135deg, #2271b1, #0969da);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(34, 113, 177, 0.3);
}

.aeo-bob-analyzer-logo {
    width: 45px;
    height: auto;
    margin-bottom: 8px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.aeo-bob-analyzer-title {
    color: white;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.aeo-bob-analyzer-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    font-weight: 500;
}

.aeo-bob-score-circles {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.aeo-bob-score-circle-container {
    text-align: center;
}

.aeo-bob-score-circle {
    position: relative;
    width: 60px;
    height: 60px;
}

.aeo-bob-score-circle svg {
    transform: rotate(-90deg);
}

.aeo-bob-score-circle .score-background {
    fill: none;
    stroke: #e5e7eb;
    stroke-width: 4;
}

.aeo-bob-score-circle .score-progress {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.5s ease;
}

.aeo-bob-gradient-success .score-progress {
    stroke: #10b981;
}

.aeo-bob-gradient-primary .score-progress {
    stroke: #667eea;
}

.aeo-bob-gradient-secondary .score-progress {
    stroke: #94a3b8;
}

.aeo-bob-score-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 14px;
}

.aeo-bob-score-type {
    margin-top: 5px;
    font-weight: 600;
    font-size: 10px;
}

.aeo-bob-last-analysis {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 11px;
    color: #666;
    text-align: center;
}

.aeo-bob-instructions {
    margin-top: 15px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 11px;
    color: #666;
    text-align: center;
}

/* ==========================================================================
   Sidebar Meta Box Styles
   ========================================================================== */

.aeo-bob-meta-box-header {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #1d2327;
    display: flex;
    align-items: center;
    gap: 8px;
}

.aeo-bob-meta-box-logo {
    height: 24px;
    vertical-align: middle;
}

.aeo-bob-status-badge {
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 600;
    color: white;
}

.aeo-bob-status-badge-success {
    background: #10b981;
}

.aeo-bob-status-badge-warning {
    background: #f59e0b;
}

.aeo-bob-status-badge-error {
    background: #ef4444;
}

.aeo-bob-status-badge-neutral {
    background: #6b7280;
}

.aeo-bob-meta-box-description {
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #666;
}

.aeo-bob-meta-box-scores {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    padding: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
}

.aeo-bob-meta-box-score {
    flex: 1;
    text-align: center;
    padding: 10px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
}

.aeo-bob-meta-box-score-value {
    font-size: 24px;
    font-weight: 700;
    color: white;
}

.aeo-bob-meta-box-score-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.aeo-bob-meta-box-profile {
    background: #f0f9ff;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 15px;
    border-left: 3px solid #2271b1;
}

.aeo-bob-meta-box-profile h4 {
    margin: 0 0 8px 0;
    font-size: 12px;
    color: #2271b1;
}

.aeo-bob-meta-box-profile-details {
    font-size: 11px;
    color: #666;
}

.aeo-bob-meta-box-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aeo-bob-meta-box-btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    border: none;
}

.aeo-bob-meta-box-btn-primary {
    background: #667eea;
    color: white;
}

.aeo-bob-meta-box-btn-primary:hover {
    background: #5a67d8;
}

.aeo-bob-meta-box-btn-secondary {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #d1d5db;
}

.aeo-bob-meta-box-btn-secondary:hover {
    background: #e5e7eb;
}

.aeo-bob-meta-box-link {
    display: block;
    text-align: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
    font-size: 12px;
    color: #667eea;
    text-decoration: none;
}

.aeo-bob-meta-box-link:hover {
    color: #5a67d8;
    text-decoration: underline;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 782px) {
    .aeo-bob-stats-grid {
        grid-template-columns: 1fr;
    }

    .aeo-bob-pricing-grid {
        grid-template-columns: 1fr;
    }

    .aeo-bob-pricing-card.featured {
        transform: none;
    }

    .aeo-bob-scores-display {
        flex-direction: column;
        gap: 20px;
    }

    .aeo-bob-meta-box-scores {
        flex-direction: column;
    }

    .aeo-bob-dashboard-columns {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Dashboard Page Styles
   ========================================================================== */

.aeo-bob-lite-dashboard {
    max-width: 1400px;
}

.aeo-bob-dashboard-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px 30px;
    border-radius: 12px;
    margin: 20px 0 30px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.aeo-bob-header-content {
    display: flex;
    align-items: center;
    gap: 25px;
}

.aeo-bob-header-logo {
    flex-shrink: 0;
}

.aeo-bob-dashboard-logo-img {
    width: 90px;
    height: 90px;
    border-radius: 16px;
    background: white;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.aeo-bob-header-text {
    flex: 1;
}

.aeo-bob-dashboard-title {
    color: white;
    margin: 0 0 8px 0;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.aeo-bob-lite-badge {
    background: rgba(255, 255, 255, 0.25);
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 8px;
}

.aeo-bob-dashboard-tagline {
    font-size: 17px;
    margin: 0 0 4px 0;
    opacity: 0.95;
    line-height: 1.5;
}

.aeo-bob-dashboard-version {
    font-size: 13px;
    margin: 0;
    opacity: 0.75;
}

.aeo-bob-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.aeo-bob-stat-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.aeo-bob-stat-card .stat-icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.aeo-bob-stat-card .stat-value {
    font-size: 32px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 8px;
}

.aeo-bob-stat-card .stat-label {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.aeo-bob-dashboard-columns {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin: 20px 0;
}

.aeo-bob-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.aeo-bob-card h2 {
    margin-top: 0;
    font-size: 20px;
}

.aeo-bob-card h3 {
    font-size: 16px;
    margin-top: 0;
}

.aeo-bob-steps .step {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.aeo-bob-steps .step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.aeo-bob-steps .step-content h3 {
    margin: 0 0 5px 0;
}

.aeo-bob-steps .step-content p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.aeo-bob-features {
    margin-top: 30px;
}

.aeo-bob-features-list {
    list-style: none;
    padding: 0;
}

.aeo-bob-features-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
}

.aeo-bob-features-list li:last-child {
    border-bottom: none;
}

.aeo-bob-dashboard-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body .aeo-bob-pro-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.aeo-bob-pro-title {
    color: white;
    margin-top: 0;
}

.aeo-bob-pro-tagline {
    font-size: 16px;
    opacity: 0.95;
}

.pro-features {
    margin: 20px 0;
}

.pro-feature-item {
    margin-bottom: 12px;
}

.pro-feature-item small {
    opacity: 0.9;
}

.aeo-bob-upgrade-btn {
    background: white;
    color: #667eea;
    border: none;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 15px 30px;
    font-size: 16px;
    box-sizing: border-box;
}

.aeo-bob-upgrade-btn:hover,
.aeo-bob-upgrade-btn:focus {
    background: #f8f9fa;
    color: #5a67d8;
}

.aeo-bob-guarantee {
    text-align: center;
    margin: 15px 0 0 0;
    opacity: 0.9;
    font-size: 13px;
}

.aeo-bob-resources-card {
    margin-top: 0;
}

.aeo-bob-resources-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aeo-bob-resources-list li {
    margin-bottom: 10px;
}

.aeo-bob-link {
    text-decoration: none;
    color: #667eea;
    font-weight: 500;
    transition: color 0.2s;
}

.aeo-bob-link:hover {
    color: #764ba2;
}

/* ==========================================================================
   Settings Page
   ========================================================================== */

.aeo-bob-settings-notice {
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
}

.aeo-bob-settings-notice-info {
    background: #f0f9ff;
    border-left: 4px solid #0ea5e9;
}

.aeo-bob-settings-notice-warning {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
}

.aeo-bob-settings-notice-title {
    margin: 0 0 10px 0;
}

.aeo-bob-settings-notice-text {
    margin: 0;
}

.aeo-bob-settings-list {
    margin: 0;
    padding-left: 20px;
}

.aeo-bob-settings-btn-margin {
    margin-left: 10px;
}

.aeo-bob-settings-test-result {
    margin-top: 10px;
}

.aeo-bob-settings-success {
    color: #16a34a;
    margin: 0;
}

.aeo-bob-settings-error {
    color: #dc2626;
    margin: 0;
}

.aeo-bob-settings-info {
    color: #64748b;
    margin: 0;
}

/* ==========================================================================
   SEO Analyzer Meta Box
   ========================================================================== */

.aeo-bob-analyzer-box {
    min-height: 200px;
}

.aeo-bob-analyzer-header {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    background: linear-gradient(135deg, #2271b1, #0969da);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(34, 113, 177, 0.3);
}

.aeo-bob-analyzer-logo {
    width: 45px;
    height: auto;
    margin-bottom: 8px;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.aeo-bob-analyzer-title {
    color: white;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.aeo-bob-analyzer-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    font-weight: 500;
}

.aeo-bob-analyzer-scores {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.aeo-bob-analyzer-score-item {
    text-align: center;
}

.aeo-bob-analyzer-score-number {
    font-size: 14px;
}

.aeo-bob-analyzer-score-max {
    font-size: 10px;
}

.aeo-bob-analyzer-score-label {
    margin-top: 5px;
    font-weight: 600;
    font-size: 10px;
}

.aeo-bob-analyzer-last-analysis {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    font-size: 11px;
    color: #666;
    text-align: center;
}

.aeo-bob-analyzer-instructions {
    margin-top: 15px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 11px;
    color: #666;
    text-align: center;
}

/* ==========================================================================
   Plugin Action Links
   ========================================================================== */

.aeo-bob-go-pro-link {
    color: #00d084;
    font-weight: bold;
}

/* ==========================================================================
   Post Edit Screens - Footer Spacing
   ========================================================================== */

body.post-php #wpbody-content,
body.post-new-php #wpbody-content {
    padding-bottom: 80px !important;
}

#aeo-bob-lite-optimizer.postbox,
#aeo-bob-lite-score.postbox {
    position: relative !important;
    z-index: 100 !important;
}

.aeo-bob-scroll-notification {
    z-index: 9998 !important;
}

/* ==========================================================================
   Dashboard Page
   ========================================================================== */

.aeo-bob-lite-dashboard {
    max-width: 1400px;
}

.aeo-bob-stat-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.aeo-bob-stat-card .stat-icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.aeo-bob-stat-card .stat-value {
    font-size: 32px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 8px;
}

.aeo-bob-stat-card .stat-label {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.aeo-bob-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.aeo-bob-card h2 {
    margin-top: 0;
    font-size: 20px;
}

.aeo-bob-card h3 {
    font-size: 16px;
    margin-top: 0;
}

.aeo-bob-steps .step {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.aeo-bob-steps .step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.aeo-bob-steps .step-content h3 {
    margin: 0 0 5px 0;
}

.aeo-bob-steps .step-content p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.aeo-bob-features ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
}

.aeo-bob-features ul li:last-child {
    border-bottom: none;
}

.aeo-bob-pro-card .pro-features > div {
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

/* Dashboard page - hide WordPress admin notices */
.toplevel_page_aeo-bob-lite-dashboard #screen-meta-links,
.toplevel_page_aeo-bob-lite-dashboard #screen-meta,
.toplevel_page_aeo-bob-lite-dashboard .notice,
.toplevel_page_aeo-bob-lite-dashboard .update-nag {
    display: none !important;
}

/* ==========================================================================
   Optimization Panel - Post Edit Screens
   ========================================================================== */

.aeo-bob-section h3 {
    font-size: 14px;
    font-weight: 600;
}

.aeo-bob-section h5 {
    font-weight: 600;
}

#aeo-bob-lite-optimizer .spinner {
    float: none;
    margin: 0;
}

#aeo-bob-lite-optimizer .button {
    font-size: 13px;
}

/* ==========================================================================
   AI Suggestions Results Panel
   ========================================================================== */

#aeo-bob-lite-suggestions-results {
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

#aeo-bob-lite-suggestions-results > h4 {
    margin: 0 0 15px 0;
    color: #2271b1;
    font-size: 14px;
}

/* Section headers for Content and FAQ */
#aeo-bob-lite-suggestions-content h5 {
    margin: 20px 0 10px 0;
    font-size: 13px;
    font-weight: 600;
}

#aeo-bob-lite-suggestions-content h5:first-child {
    margin-top: 0;
}

/* Content Improvements section header */
.aeo-bob-suggestions-section-content h5 {
    color: #2271b1;
}

/* FAQ section header */
.aeo-bob-suggestions-section-faq h5 {
    color: #10b981;
}

/* Section description text */
.aeo-bob-suggestions-description {
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #666;
    font-style: italic;
}

/* Content suggestion item */
.aeo-bob-suggestion-item {
    margin-bottom: 15px;
    padding: 12px;
    border-left: 3px solid #2271b1;
    background: white;
    border-radius: 4px;
}

.aeo-bob-suggestion-item label {
    display: flex;
    align-items: start;
    cursor: pointer;
}

.aeo-bob-suggestion-item .suggestion-checkbox {
    margin: 4px 10px 0 0;
    flex-shrink: 0;
}

.aeo-bob-suggestion-content {
    flex: 1;
}

/* Original text box (yellow) */
.aeo-bob-original-box {
    background: #fff9db;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.aeo-bob-original-label {
    font-size: 11px;
    color: #856404;
    font-weight: 600;
    margin-bottom: 4px;
}

.aeo-bob-original-text {
    font-size: 12px;
    color: #666;
    font-style: italic;
}

/* Improved text box (green) */
.aeo-bob-improved-box {
    background: #d4edda;
    padding: 8px;
    border-radius: 4px;
}

.aeo-bob-improved-label {
    font-size: 11px;
    color: #155724;
    font-weight: 600;
    margin-bottom: 4px;
}

.aeo-bob-improved-text {
    font-size: 13px;
    color: #000;
}

/* New paragraph box (blue) */
.aeo-bob-new-paragraph-box {
    background: #e7f3ff;
    padding: 8px;
    border-radius: 4px;
}

.aeo-bob-new-paragraph-label {
    font-size: 11px;
    color: #0c5460;
    font-weight: 600;
    margin-bottom: 4px;
}

.aeo-bob-new-paragraph-text {
    font-size: 13px;
    color: #000;
}

/* FAQ suggestion item */
.aeo-bob-faq-item {
    margin-bottom: 10px;
    padding: 10px;
    border-left: 3px solid #10b981;
    background: white;
    border-radius: 4px;
}

.aeo-bob-faq-item label {
    display: flex;
    align-items: start;
    cursor: pointer;
}

.aeo-bob-faq-item .suggestion-checkbox {
    margin: 4px 10px 0 0;
    flex-shrink: 0;
}

.aeo-bob-faq-content {
    flex: 1;
    font-size: 13px;
}

.aeo-bob-faq-question {
    font-weight: 600;
    margin-bottom: 4px;
}

.aeo-bob-faq-answer {
    color: #666;
}

/* v1.5.58: Manual mode FAQ copyable blocks */
.aeo-bob-faq-manual {
    background: #f0f9ff;
    border: 2px dashed #3b82f6;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 15px;
    cursor: text;
    transition: all 0.2s ease;
}

.aeo-bob-faq-manual:hover {
    background: #e0f2fe;
    border-color: #2563eb;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
}

.aeo-bob-faq-copyable {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

.aeo-bob-faq-copyable h3.aeo-bob-faq-question {
    font-size: 16px;
    font-weight: 600;
    color: #1e40af;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1.4;
}

.aeo-bob-faq-copyable p.aeo-bob-faq-answer {
    font-size: 14px;
    color: #374151;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.aeo-bob-copy-instruction {
    font-size: 11px;
    color: #6b7280;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cbd5e1;
    text-align: center;
    font-style: italic;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Apply suggestions button */
#aeo-bob-lite-apply-suggestions {
    margin-top: 15px;
}
