/* Styles for the injected BAT section to match existing design */
.angie-bat-section {
    border-top: 1px solid #ddd; /* approximate border */
    background-color: #fff;
}

.angie-bat-section .e-n-accordion-item-title {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #333;
}

.angie-bat-section .e-n-accordion-item-content {
    padding: 0 20px 20px 20px;
    color: #555;
    line-height: 1.6;
}

.angie-bat-content p {
    margin-bottom: 15px;
}

.angie-bat-content strong {
    color: #000;
    font-weight: 700;
}

.angie-price {
    font-size: 1.1em;
    color: #000;
    margin-top: 10px;
}
