.ebay-reviews-wrapper {
    border: 1px solid #ddd;
    padding: 15px;
    max-width: 500px;
    background: #fff;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.ebay-reviews-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ebay-logo {
    height: 30px;
    margin-right: 10px;
}

.ebay-header-text {
    font-weight: bold;
    font-size: 18px;
}

.ebay-review {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.review-text {
    font-style: italic;
}

.review-rating {
    color: #f5c518;
    font-weight: bold;
}
