/**
 * Public Styles
 */

.aarw-disclaimer {
    background: #f0f0f0;
    padding: 15px;
    margin: 20px 0;
    border-left: 4px solid #0073aa;
    font-size: 0.9em;
}

.aarw-affiliate-button {
    text-align: center;
    margin: 30px 0;
}

.aarw-button {
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
}

.aarw-button-primary {
    background: #ff9900;
    color: #fff;
}

.aarw-button-primary:hover {
    background: #e88c00;
    color: #fff;
}

.aarw-price-box {
    background: #f9f9f9;
    border: 2px solid #ff9900;
    padding: 20px;
    margin: 30px 0;
    text-align: center;
    border-radius: 5px;
}

.aarw-price-box img {
    max-width: 200px;
    height: auto;
    margin-bottom: 15px;
}

.aarw-price {
    font-size: 28px;
    font-weight: bold;
    color: #B12704;
    margin: 15px 0;
}

.aarw-rating {
    margin: 10px 0;
}

.aarw-stars {
    color: #ff9900;
    font-size: 18px;
}

.aarw-buy-button {
    display: inline-block;
    background: #ff9900;
    color: #fff;
    padding: 12px 40px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.aarw-buy-button:hover {
    background: #e88c00;
    color: #fff;
}

.aarw-comparison-table {
    overflow-x: auto;
    margin: 30px 0;
}

.aarw-comparison-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.aarw-comparison-table th,
.aarw-comparison-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.aarw-comparison-table th {
    background: #f0f0f0;
    font-weight: bold;
}

.aarw-comparison-table img {
    max-width: 100px;
    height: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .aarw-button {
        padding: 12px 20px;
        font-size: 16px;
    }

    .aarw-price-box img {
        max-width: 150px;
    }

    .aarw-price {
        font-size: 24px;
    }
}
