.badge-flex-container {
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999;
  width: 400px;
  max-width: 100%;
  display: none;
  grid-template-rows: auto auto auto;
  height: 100%;
}

.google-review-badge-v2 {
  padding: 2em 1em;
  /*    height: 93.5vh;*/
  background: #f7f9f9;
  overflow-y: scroll;
  z-index: 999;
  box-shadow: 0 0 5px #ccc;
  font-size: 0.9em;
  text-align: left;
  color: #777;
}
.google-review-badge-v2 .google-review-badge {
  display: flex;
  gap: 10px;
  margin-bottom: 1em;
  font-size: 13px;
}
.google-review-badge-v2 .name {
  font-weight: bold;
  color: #0063dd;
  font-size: 1.1em;
  margin: 0;
}
.google-review-badge-v2 .flex-thumb {
  flex-shrink: 0;
}
.google-review-badge-v2 .flex-thumb img {
  max-width: 50px;
}
.google-review-badge-v2 div {
  margin-top: 5px;
}
.google-review-badge-v2 .star-count {
  display: block;
  margin-top: 5px;
  margin-bottom: 7px;
}
.google-review-badge-v2 .circle {
  background: #0063dd;
  border-radius: 100%;
  color: #fff;
  min-width: 50px;
  max-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 1.5em;
  line-height: 50px;
  font-weight: bold;
  margin: 0;
}
.google-review-badge-v2 .g-starts {
  float: left;
  color: #ff6900;
  font-weight: bold;
  font-size: 1.2em;
}

.badge-flex-buttons {
  background: #fff;
  display: flex;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 0 5px #ccc;
  padding: 1em 0;
}
.badge-flex-buttons button {
  padding: 0.25em 0.5em;
  height: auto;
  font-size: 0.9em;
  color: rgb(52, 73, 94);
  background: #eee;
  border: 1px solid #ccc;
}
.badge-flex-buttons a {
  text-decoration: none;
  color: #0063dd;
}
.badge-flex-buttons a:hover {
  text-decoration: underline;
  color: #0063dd !important;
}

.badge-logo {
  box-shadow: 0 0 5px #ccc;
  padding: 1em;
  background: #fff;
}
.badge-logo .flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.badge-logo .company-logo {
  max-width: 100px;
  height: auto;
}
.badge-logo p.flex {
  display: flex;
  align-items: center;
  gap: 3px;
}
.badge-logo p {
  margin: 3px 0;
}
.badge-logo .g-stars {
  float: left;
  font-size: 1em;
  color: #ff6900;
  font-weight: bold;
  font-size: 1.2em;
}
.badge-logo .close {
  color: #777;
  font-weight: bold;
  cursor: pointer;
}

.badge-summary {
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 230px;
  background: #fff;
  padding: 1em;
  border-top: 5px solid #34a853;
  cursor: pointer;
  z-index: 99999;
  box-shadow: 0 0 3px #bfbfbf;
}
.badge-summary .flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.badge-summary p {
  clear: both;
  padding: 0;
  margin: 3px 0;
  font-size: 16px;
}
.badge-summary .g-stars {
  color: #ff6900;
  font-weight: bold;
  font-size: 1.2em;
}
.badge-summary p.flex {
  display: flex;
  align-items: center;
  gap: 3px;
}
.badge-summary .grey {
  color: #777;
}

.review-badge-hidden {
  display: none !important;
}

.displaygrid {
  display: grid;
}

@-moz-document url-prefix() {
  .badge-flex-container {
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */