/*
 * GS Project Toolkit 2.1.1 - Autoren/Trust CSS
 * Redaktioneller Minimalstil ohne unnötige Box-Rahmen.
 */
.gs-author-editorial-note--minimal {
  width: 100%;
  margin: 0 0 var(--gs-space-lg, 24px);
  padding: 0;
  background: transparent;
  border: 0;
  border-left: 0;
  box-shadow: none;
  border-radius: 0;
  color: var(--gs-color-text, #111827);
  font-family: inherit;
}
.gs-author-editorial-note--minimal .gs-author-editorial-note__content {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.gs-author-editorial-note--minimal .gs-author-editorial-note__label,
.gs-author-proof-box--minimal .gs-author-proof-box__label {
  margin: 0 0 8px;
  font-size: var(--gs-font-size-xs, 12px);
  line-height: var(--gs-line-height-tight, 1.25);
  font-weight: var(--gs-font-weight-bold, 700);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gs-color-text-muted, #4b5563);
}
.gs-author-editorial-note--minimal .gs-author-editorial-note__text {
  margin: 0;
  max-width: none;
  font-size: var(--gs-font-size-base, 16px);
  line-height: var(--gs-line-height-base, 1.55);
  color: var(--gs-color-text, #111827);
}
.gs-author-editorial-note--minimal .gs-author-editorial-note__links,
.gs-author-editorial-note--minimal .gs-ui-box__links {
  display: none !important;
}

.gs-author-proof-box--minimal {
  width: 100%;
  max-width: none;
  margin: var(--gs-space-xl, 32px) 0;
  padding: var(--gs-space-lg, 24px) 0 0;
  position: relative;
  background: transparent;
  border: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--gs-color-text, #111827);
  font-family: inherit;
}
.gs-author-proof-box--minimal::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 var(--gs-space-lg, 24px);
  background: var(--gs-color-border-soft, #e5e7eb);
}
.gs-author-proof-box--minimal .gs-author-proof-box__inner {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.gs-author-proof-box--minimal .gs-author-proof-box__avatar,
.gs-author-proof-box--minimal .gs-author-proof-box__avatar img {
  width: 52px;
  height: 52px;
  border-radius: var(--gs-avatar-radius, 50%);
}
.gs-author-proof-box--minimal .gs-author-proof-box__avatar {
  overflow: hidden;
  background: var(--gs-color-bg-soft, #f7f7f7);
}
.gs-author-proof-box--minimal .gs-author-proof-box__avatar img {
  display: block;
  object-fit: cover;
  object-position: center;
}
.gs-author-proof-box--minimal .gs-author-proof-box__content {
  width: 100%;
  max-width: none;
  min-width: 0;
}
.gs-author-proof-box--minimal .gs-author-proof-box__headline {
  margin: 0 0 12px;
  font-size: var(--gs-font-size-lg, 20px);
  line-height: var(--gs-line-height-tight, 1.25);
  font-weight: var(--gs-font-weight-bold, 700);
  color: var(--gs-color-text, #111827);
}
.gs-author-proof-box--minimal .gs-author-proof-box__bio {
  margin: 0 0 14px;
  font-size: var(--gs-font-size-base, 16px);
  line-height: var(--gs-line-height-base, 1.55);
  color: var(--gs-color-text, #111827);
}
.gs-author-proof-box--minimal .gs-author-proof-box__method {
  margin: 0 0 12px;
  padding-top: 14px;
  border-top: 1px solid var(--gs-color-border-soft, #e5e7eb);
  font-size: var(--gs-font-size-sm, 14px);
  line-height: var(--gs-line-height-base, 1.55);
  color: var(--gs-color-text, #111827);
}
.gs-author-proof-box--minimal .gs-author-proof-box__method strong {
  font-weight: var(--gs-font-weight-bold, 700);
}
.gs-author-proof-box--minimal .gs-author-proof-box__method span:empty { display: none; }
.gs-author-proof-box--minimal .gs-author-proof-box__links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-top: 8px;
  font-size: var(--gs-font-size-sm, 14px);
  line-height: 1.4;
  color: var(--gs-color-text-muted, #4b5563);
}
.gs-author-proof-box--minimal .gs-author-proof-box__links a {
  color: var(--gs-color-link, #0f3a66);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.gs-author-proof-box--minimal .gs-author-proof-box__links a:hover {
  color: var(--gs-color-link-hover, var(--gs-color-cta-primary, #2563eb));
}

.gs-premium-review-header--editorial-clean {
  width: 100%;
  margin: 28px 0 24px;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--gs-color-text, #111827);
  box-shadow: none;
  border-radius: 0;
  font-family: inherit;
}
.gs-premium-review-header--editorial-clean * { box-sizing: border-box; }
.gs-review-editorial-byline {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 0 14px;
}
.gs-review-editorial-avatar,
.gs-review-editorial-avatar img {
  width: 44px;
  height: 44px;
  border-radius: var(--gs-avatar-radius, 50%);
}
.gs-review-editorial-avatar { overflow: hidden; background: var(--gs-color-bg-soft, #f7f7f7); }
.gs-review-editorial-avatar img { display: block; object-fit: cover; object-position: center; }
.gs-review-editorial-author-line {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  line-height: 1.45;
}
.gs-review-editorial-author-line strong { font-weight: var(--gs-font-weight-bold, 700); }
.gs-review-editorial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--gs-color-text-muted, #4b5563);
}
.gs-review-editorial-decision {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid var(--gs-color-border-soft, #e5e7eb);
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--gs-color-text-muted, #4b5563);
  font-weight: 600;
}
.gs-review-editorial-decision:empty { display: none; }
.gs-review-editorial-synopsis { margin: 0 0 var(--gs-space-sm, 10px); }
.gs-review-editorial-synopsis .gs-product-synopsis { width: 100%; max-width: none; margin: 0; }
.gs-review-editorial-basis,
.gs-review-editorial-basis .gs-review-basis-box,
.gs-review-editorial-basis .gs-review-basis-shortcode,
.gs-review-editorial-basis .gs-ui-box {
  margin: var(--gs-space-sm, 10px) 0 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.gs-review-editorial-basis {
  font-size: var(--gs-font-size-sm, 14px);
  line-height: var(--gs-line-height-base, 1.55);
  color: var(--gs-color-text-muted, #4b5563);
}
.gs-review-editorial-basis p { margin: 0; }
.gs-review-editorial-basis strong {
  color: var(--gs-color-text, #111827);
  font-weight: var(--gs-font-weight-bold, 700);
}

.gs-review-basis-shortcode--minimal {
  width: 100%;
  margin: var(--gs-space-md, 16px) 0 var(--gs-space-lg, 24px);
  padding: 0;
  background: transparent;
  border: 0;
  border-left: 0;
  box-shadow: none;
  border-radius: 0;
  color: var(--gs-color-text-muted, #4b5563);
}
.gs-review-basis-shortcode--minimal .gs-review-basis-shortcode__content { padding: 0; }
.gs-review-basis-shortcode--minimal .gs-review-basis-shortcode__label {
  margin: 0 0 6px;
  font-size: var(--gs-font-size-xs, 12px);
  line-height: var(--gs-line-height-tight, 1.25);
  font-weight: var(--gs-font-weight-bold, 700);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--gs-color-text-muted, #4b5563);
}
.gs-review-basis-shortcode--minimal .gs-review-basis-shortcode__text {
  font-size: var(--gs-font-size-sm, 14px);
  line-height: var(--gs-line-height-base, 1.55);
}
.gs-review-basis-shortcode--minimal .gs-review-basis-shortcode__text p { margin: 0; }
.gs-review-basis-shortcode--minimal .gs-review-basis-shortcode__text strong {
  color: var(--gs-color-text, #111827);
  font-weight: var(--gs-font-weight-bold, 700);
}

@media (max-width: 1024px) {
  /* GS Project Toolkit 2.1.1 mobile review header */
  .gs-review-editorial-byline {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 16px 0 12px;
  }
  .gs-review-editorial-avatar,
  .gs-review-editorial-avatar img {
    width: 44px;
    height: 44px;
  }
  .gs-review-editorial-author {
    display: contents;
  }
  .gs-review-editorial-author-line {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    margin: 0;
  }
  .gs-review-editorial-meta {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 14px;
    margin-top: 10px;
    font-size: 13px;
  }
  .gs-review-editorial-meta span {
    display: block;
    margin: 0;
  }
  .gs-review-editorial-decision {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 10px;
  }
}
@media (max-width: 420px) {
  .gs-review-editorial-meta {
    grid-template-columns: 1fr 1fr;
    gap: 5px 10px;
  }
}
@media (max-width: 640px) {
  .gs-author-proof-box--minimal .gs-author-proof-box__inner { grid-template-columns: 1fr; gap: 12px; }
  .gs-author-proof-box--minimal .gs-author-proof-box__avatar,
  .gs-author-proof-box--minimal .gs-author-proof-box__avatar img { width: 48px; height: 48px; }
}
