#google-reviews-floater {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

#google-reviews-section {
    max-width: 500px;
    position: fixed;
    z-index: 10;
    background: white !important;
    height: 90%;
    border: 1px solid black;
    padding: 20px;
    display: none;
    left: 15px;
}

#google-reviews-wrapper {
    height: 90%;
    overflow-y: scroll;
}

#close-google-reviews {
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 8px;
    cursor: pointer;
}

#show-reviews {
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 2px 2px gray;
}

#show-reviews img {
    width: 140px;
}
