/* Custom Styles for Amazon Affiliate Niche CMS */
.affiliate-product-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.affiliate-product-card:hover {
    transform: translateY(-2px);
}
.amazon-cta-btn {
    box-shadow: 0 4px 14px 0 rgba(245, 158, 11, 0.39);
}
.amazon-cta-btn:hover {
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.5);
}
.code-block {
    background-color: #1e1e2e;
    color: #cdd6f4;
    border-radius: 12px;
    padding: 16px;
    overflow-x: auto;
    font-size: 0.875rem;
    margin: 1.5rem 0;
}
#toc-list a {
    display: block;
    padding: 4px 8px;
    border-radius: 6px;
    color: #4b5563;
    text-decoration: none;
    transition: all 0.15s ease;
}
#toc-list a:hover {
    background-color: #eef2ff;
    color: #4f46e5;
    padding-left: 12px;
}
