/*
Theme Name: Ikara Child Theme
Theme URI: https://ikara-healing.com
Description: The description of the child theme goes here
Author: Marten Thorand
Author URI: https://ikara-healing.com
Template: generatepress
Version: 1.0.0
*/

.menu-item-login a {
  padding: .5em 1em;
  /* deine Button-Styles */
}
.menu-item-user-icon .login-icon {
  width: 24px;
  height: auto;
  /* ggf. zusätzliches Styling */
}


.g-static-rating-widget {
  display: inline-block;
  font-family: 'Glober', sans-serif;
  font-size: 14px;
  color: #f5f5f5;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 6px 10px;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  max-width: max-content;
}

.g-static-rating-widget a {
  display: flex;
  align-items: center; /* ALLE Elemente vertikal mittig */
  gap: 8px;
  text-decoration: none;
  color: inherit;
  flex-wrap: wrap;
}

.g-static-logo-text {
  display: flex;
  align-items: center;
  gap: 6px;
}

.g-logo-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.g-text {
  font-weight: 500;
  font-size: 13px;
  color: #f0f0f0;
  line-height: 1;
}

.g-static-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  color: #fcd34d;
  line-height: 1;
}

.g-rating {
  font-size: 14px;
  line-height: 1;
  padding-top: 1px; /* statt transform */
}

.g-review-count {
  font-size: 13px;
  color: #e5e5e5;
  line-height: 1;
  padding-top: 1px;
}

/* 📱 Responsives Verhalten */
@media (max-width: 500px) {
  .g-static-rating-widget {
    font-size: 13px;
    padding: 5px 8px;
  }

  .g-logo-img {
    width: 18px;
    height: 18px;
  }

  .g-static-rating-widget a {
    gap: 6px;
  }

  .g-review-count {
    display: block;
    width: 100%;
    margin-top: 2px;
    text-align: left;
  }
}
