/*
 Theme Name: Astra RankedShopping Child
 Theme URI: https://www.rankedshopping.com
 Description: Child theme for Astra, optimized for affiliate listicles.
 Author: RankedShopping
 Template: astra
 Version: 1.0.0
 Text Domain: astra-rankedshopping-child
*/

/* Basic listicle item spacing */
.rs-listicle-item {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}
.rs-listicle-item h2,
.rs-listicle-item h3 {
    margin-top: 0;
}
.rs-badge {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    background: #f1f5f9;
}
.rs-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.9rem;
}
.rs-comparison-table th,
.rs-comparison-table td {
    border: 1px solid #e5e7eb;
    padding: 0.75rem;
}
.rs-comparison-table th {
    background: #f9fafb;
    text-align: left;
}
.rs-affiliate-button {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
}
