/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

.google-widget {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    text-align: center;
}

.google-widget .businessName {
    margin-bottom: 5px !important;
}

.google-widget .rating {
    font-size: 22px;
    color: #a22025;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.google-widget .rating span {
    font-size: 17px;
    margin-left: 5px;
}

.google-widget .reviewCount {
    font-size: 14px;
    color: #666;
    margin: 0 0 5px 0;
}

.review-button {
    display: inline-block;
    background: #a22025;
    color: #fff !important;
    text-decoration: none;
    border-radius: 0px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

.review-button:hover {
    background: #00007e !important;
}