/* Amazon Affiliate Pro - Frontend Styles */

/* Article */
.aap-article {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
    color: #333;
}
.aap-article h2 { color: #1a1a2e; font-size: 1.5em; margin: 1.5em 0 0.5em; }
.aap-article h3 { color: #2d3561; font-size: 1.2em; }
.aap-article .aap-disclosure {
    background: #fff8e1;
    border-left: 4px solid #f59e0b;
    padding: 10px 16px;
    font-size: 13px;
    border-radius: 0 6px 6px 0;
    margin-bottom: 20px;
    color: #92400e;
}
.aap-cta-btn {
    display: inline-block;
    background: #ff9900;
    color: #000 !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    margin: 16px 0;
    transition: transform 0.2s, box-shadow 0.2s;
}
.aap-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,153,0,0.4);
    color: #000 !important;
}

/* Comparison Table */
.aap-table-container { overflow-x: auto; margin: 24px 0; }
.aap-comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}
.aap-comparison-table thead { background: #1a1a2e; color: #fff; }
.aap-comparison-table th { padding: 14px 16px; text-align: left; font-weight: 600; }
.aap-comparison-table td { padding: 12px 16px; border-bottom: 1px solid #e5e7eb; }
.aap-comparison-table tr:nth-child(even) td { background: #f9fafb; }
.aap-comparison-table tr:hover td { background: #f0f4ff; }
.aap-table-img { width: 80px; height: 80px; object-fit: contain; }
.aap-buy-btn {
    display: inline-block;
    background: #ff9900;
    color: #000 !important;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}
.aap-buy-btn:hover { background: #e68a00; color: #000 !important; }

/* Badge */
.aap-badge {
    display: inline-block;
    background: #10b981;
    color: #fff;
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.aap-badge-editor { background: #6c63ff; }
