.pos-google-reviews {
  padding: 18px 0 26px;
}

.pgr-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.pgr-bar-left {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.pgr-glogo {
  width: 18px;
  height: 18px;
  flex: none;
}

.pgr-label {
  font-size: 13px;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-right: 2px;
}

.pgr-score {
  font-weight: 700;
  color: #333333;
  font-size: 14px;
}

.pgr-stars {
  display: inline-flex;
  gap: 1px;
  line-height: 1;
}
.pgr-stars i {
  font-style: normal;
  font-size: 14px;
}
.pgr-stars-sm i {
  font-size: 11px;
}
.pgr-star-on:before {
  content: '\2605';
  color: #f5a623;
}
.pgr-star-off:before {
  content: '\2605';
  color: #e0e0e0;
}

.pgr-count {
  font-size: 12.5px;
  color: #999999;
}

.pgr-cta {
  flex: none;
  color: #1ba5b8 !important;
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
.pgr-cta:hover {
  border-bottom-color: #1ba5b8;
  text-decoration: none;
}

.pgr-slider.owl-carousel {
  display: block;
}
/* avoid a flash of un-sliced full-width items before owl.carousel boots */
.pgr-slider:not(.owl-loaded) {
  display: flex;
  gap: 16px;
  overflow: hidden;
}
.pgr-slider:not(.owl-loaded) .pgr-item {
  flex: 0 0 calc(33.333% - 11px);
}
@media (max-width: 991px) {
  .pgr-slider:not(.owl-loaded) .pgr-item { flex-basis: calc(50% - 8px); }
}
@media (max-width: 575px) {
  .pgr-slider:not(.owl-loaded) .pgr-item { flex-basis: 100%; }
}

.pgr-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 2px 14px 2px 0;
}

.pgr-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
  margin-top: 2px;
}
.pgr-avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1ba5b8;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

.pgr-item-body {
  min-width: 0;
}

.pgr-item-head {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 2px;
}

.pgr-author {
  font-size: 12.5px;
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}

.pgr-text {
  font-size: 12.5px;
  line-height: 1.5;
  color: #777777;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* owl nav arrows, restyled small + subtle to match the slim strip */
.pgr-slider .owl-nav > div {
  position: absolute;
  top: -34px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 50%;
  color: #999999;
  font-size: 13px;
  cursor: pointer;
  transition: all 150ms ease;
}
.pgr-slider .owl-nav > div:hover {
  border-color: #1ba5b8;
  color: #1ba5b8;
}
.pgr-slider .owl-nav .owl-prev { right: 28px; }
.pgr-slider .owl-nav .owl-next { right: 0; }

@media (max-width: 575px) {
  .pos-google-reviews { padding: 14px 0 20px; }
  .pgr-slider .owl-nav { display: none; }
}

/* Placement on every other page, just above the footer (displayFooterBefore) -
   the homepage keeps its own full-width mid-page slot instead, see
   displayBlockPosition4. This sits inside the footer's existing
   .container > .row, so drop the section's own nested container padding
   and add a divider instead of the homepage's section padding/borders. */
.pgr-footer-slot {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e5e5e5;
}
.pgr-footer-slot .pos-google-reviews {
  padding: 0;
}
.pgr-footer-slot .pos-google-reviews > .container {
  padding: 0;
  width: 100%;
  max-width: none;
}

/* Mobile off-canvas menu - a single link-styled bar at the bottom of the
   drawer, below the category tabs. */
.pgr-mobile-menu {
  border-top: 1px solid #eeeeee;
  padding: 14px 20px;
}
.pgr-mobile-menu .pgr-bar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: inherit !important;
  text-decoration: none !important;
}
.pgr-mobile-menu .pgr-bar-left {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
}
.pgr-mobile-menu .pgr-label {
  font-size: 12px;
}
.pgr-mobile-menu .pgr-score {
  font-size: 13px;
}
.pgr-mobile-menu .pgr-count {
  font-size: 12px;
  flex: none;
}
