/* ===== Horní trust lišta – čistý styl, bez ikon, ostré hvězdy ===== */

#grw-topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 9px 20px;
  background: #00740f;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  z-index: 9999;
}

.grw-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.grw-topbar-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  text-decoration: none;
}

.grw-topbar-rating:hover {
  text-decoration: underline;
}

.grw-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}

.grw-google-icon-sm {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.grw-topbar-divider {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

@media (max-width: 640px) {
  #grw-topbar {
    gap: 8px 12px;
    padding: 7px 14px;
    font-size: 12px;
  }
  .grw-topbar-leaf,
  .grw-topbar-divider-leaf {
    display: none;
  }
}
