.google-reviews-badge {
    font-family: 'Arial', sans-serif;
    padding: 15px;
    border-radius: 8px;
    max-width: 300px;
    margin: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.google-reviews-badge.light-theme {
    background-color: #ffffff;
    color: #333333;
}

.google-reviews-badge.dark-theme {
    background-color: #333333;
    color: #ffffff;
}

.badge-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.business-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.business-info h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 500;
}

.rating {
    font-size: 20px;
    color: #fbbc05;
    display: flex;
    align-items: center;
}

.rating::after {
    content: '★★★★★';
    letter-spacing: 2px;
    margin-left: 5px;
}

.business-info p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #5f6368;
}

.powered-by {
    font-size: 14px;
    text-align: right;
    color: #5f6368;
    font-weight: 500;
}

.g-letter {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #4285f4;
    color: white;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 4px;
}

.light-theme .powered-by {
    color: #5f6368;
}

.dark-theme .powered-by,
.dark-theme .business-info p {
    color: #9aa0a6;
}

.dark-theme .g-letter {
    background-color: #8ab4f8;
    color: #202124;
}
