.badge {
  min-height: 100vh;
}
.badge .main-badge .google-font {
  width: 15%;
}
.badge .main-badge .rating-number {
  color: black;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
.rating-star i {
  line-height: 28px;
  font-size: 22px;
  color: rgb(252, 191, 2);
}
.badge .main-badge .small-text {
  color: #11111180;
  font-size: 12px;
  line-height: 1.17;
  text-decoration: underline;
  text-decoration-color: #11111180;
}

.badge .offcanvas .offcanvas-body .google-font {
  width: 8%;
}
.badge .offcanvas .offcanvas-body .google-font-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: white;
}
.badge .offcanvas .offcanvas-body .rating-star {
  font-size: 15px;
  line-height: 20px;
  color: rgb(252, 191, 2);
}
.badge .offcanvas .offcanvas-body .rating-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: white;
}

.badge .offcanvas .offcanvas-body .card .card-body .review-photo {
  display: inline-block;
  position: relative;
  width: 15%;
}
.badge .offcanvas .offcanvas-body .card .card-body .review-date .google-image {
  width: 20%;
  margin-top: -2px;
}

.dark-badge {
  background-color: rgb(34, 34, 34);
  color: white;
}
.bg-dark {
  background-color: rgb(0, 0, 0);
}

.badge .offcanvas .offcanvas-body .card {
  background-color: rgb(34, 34, 34);
  border-radius: 8px;
}
.badge .offcanvas .offcanvas-body .card .card-body {
  color: white;
}
