.ewgr-simple {
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  margin: 20px auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: #102136;
  color: #fff;
  font-family: inherit;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.ewgr-simple *, .ewgr-simple *::before, .ewgr-simple *::after { box-sizing: border-box; }
.ewgr-simple__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.ewgr-simple__title { display: flex; align-items: center; gap: 12px; }
.ewgr-simple__title h3 { margin: 0; color: #fff; font-size: 22px; line-height: 1.2; }
.ewgr-simple__google { color: #4285f4; font-size: 17px; font-weight: 700; letter-spacing: -.3px; }
.ewgr-simple__score { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.ewgr-simple__score strong { font-size: 21px; }
.ewgr-simple__stars { color: #fbbc04; letter-spacing: 1px; }
.ewgr-simple__count { color: #b6c3d1; font-size: 14px; }
.ewgr-simple__review { margin: 12px 0; padding: 14px 16px; border-left: 3px solid #c7ff3e; border-radius: 8px; background: rgba(255, 255, 255, .055); }
.ewgr-simple__review p { margin: 0 0 8px; color: #fff; line-height: 1.55; }
.ewgr-simple__review footer { color: #b6c3d1; font-size: 13px; }
.ewgr-simple__review footer strong { color: #fff; }
.ewgr-simple__link { display: inline-flex; align-items: center; justify-content: center; margin-top: 10px; padding: 11px 16px; border-radius: 8px; background: #c7ff3e; color: #071220 !important; font-weight: 700; text-decoration: none !important; }
.ewgr-simple__link:hover, .ewgr-simple__link:focus { background: #d7ff78; color: #071220 !important; }
.ewgr-simple__source { display: block; margin-top: 10px; color: #b6c3d1; }
.ewgr-admin-hint { display: inline-block; padding: 10px 12px; border: 1px dashed currentColor; }

@media (max-width: 620px) {
  .ewgr-simple { padding: 18px; border-radius: 12px; }
  .ewgr-simple__top { align-items: flex-start; flex-direction: column; }
  .ewgr-simple__score { justify-content: flex-start; }
  .ewgr-simple__title h3 { font-size: 20px; }
}
