﻿.ab-buyersguide-container {
    width: 80%;
    margin: 0 auto;
    padding: 20px
}

.ab-buyersguide-product {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #f9f9f9
}

.ab-buyersguide-product img {
    max-width: 100%;
    border-radius: 8px
}

.ab-buyersguide-product h2 {
    color: #333;
    background: transparent;
}

.ab-buyersguide-product .cta-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px
}

    .ab-buyersguide-product .cta-button:hover {
        background-color: #0056b3
    }

.ab-buyersguide-product .summary, .ab-buyersguide-product .reasons {
    margin-top: 10px
}

.ab-buyersguide-product .reasons ul {
    list-style-type: disc;
    margin-left: 20px
}
