/* GRWD named-manager card — quiet band on charcoal PDP, not a white call-out. */
.grwd-managers {
  --grwd-mgr-surface: #3d3d3d;
  --grwd-mgr-line: rgba(255, 255, 255, 0.12);
  --grwd-mgr-ink: #ffffff;
  --grwd-mgr-muted: #a8a8a8;
  --grwd-mgr-role: #c8c8c8;
  --grwd-mgr-wa-bg: rgba(37, 211, 102, 0.12);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0.65rem 0 0;
  width: 100%;
  max-width: 22rem;
}

.grwd-managers *,
.grwd-managers *::before,
.grwd-managers *::after {
  box-sizing: border-box;
}

.grwd-manager {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 10px 12px 16px 10px;
  background: var(--grwd-mgr-surface);
  border: 1px solid var(--grwd-mgr-line);
  border-radius: 4px;
  color: var(--grwd-mgr-ink);
  font-family: "Roboto", Arial, sans-serif;
  text-align: left;
  overflow: visible;
}

.grwd-manager__portrait {
  position: relative;
  flex: 0 0 80px;
  width: 80px;
  overflow: visible;
  z-index: 1;
}

.grwd-manager__photo {
  display: block;
  position: relative;
  z-index: 0;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 3px;
}

.grwd-manager__bubble {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  z-index: 3;
  margin: 0;
  width: max-content;
  max-width: 102px;
  padding: 5px 8px 6px;
  background: #f3efe6;
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border-radius: 12px;
}

.grwd-manager__tail {
  position: absolute;
  left: 42%;
  bottom: 100%;
  width: 18px;
  height: 12px;
  margin: 0 0 -2px -9px;
  background: #f3efe6;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.grwd-manager__wa {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 80px;
  background: var(--grwd-mgr-wa-bg);
  border-radius: 4px;
  text-decoration: none;
}

.grwd-manager__wa:hover,
.grwd-manager__wa:focus-visible {
  outline: 1px solid #25d366;
  outline-offset: 0;
  background: rgba(37, 211, 102, 0.2);
}

.grwd-manager__wa-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.grwd-manager__body {
  min-width: 0;
  flex: 1 1 auto;
  padding: 0;
}

.grwd-manager__kicker {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--grwd-mgr-muted);
  line-height: 1.2;
}

.grwd-manager__role {
  margin: 1px 0 4px;
  font-size: 12px;
  font-weight: 400;
  color: var(--grwd-mgr-role);
  line-height: 1.25;
}

.grwd-manager__name {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 600;
  color: var(--grwd-mgr-ink);
  line-height: 1.25;
}

.grwd-manager__phone,
.grwd-manager__email {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  white-space: nowrap;
}

.grwd-manager__phone a,
.grwd-manager__email a {
  color: var(--grwd-mgr-ink);
  text-decoration: none;
}

.grwd-manager__phone a:hover,
.grwd-manager__email a:hover {
  text-decoration: underline;
}

body.single-product .summary .grwd-manager,
body.single-product .summary .grwd-manager p:not(.grwd-manager__bubble),
body.single-product .summary .grwd-manager__name,
body.single-product .summary .grwd-manager__phone a {
  color: var(--grwd-mgr-ink);
}

.woocommerce div.product div.summary .grwd-manager p {
  margin: 0;
}

.woocommerce div.product div.summary .grwd-manager p.grwd-manager__name {
  margin: 0 0 2px;
}

body.single-product .summary .grwd-manager__kicker {
  color: var(--grwd-mgr-muted);
}

body.single-product .summary p.grwd-manager__bubble,
.woocommerce div.product div.summary p.grwd-manager__bubble {
  color: #1a1a1a;
  margin: 0;
}

.grwd-managers__desk {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--grwd-color-ink-muted, #d1d1d1);
}

.grwd-managers__desk-link {
  color: var(--grwd-color-ink, #ffffff);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.grwd-managers__desk-link:hover,
.grwd-managers__desk-link:focus-visible {
  color: var(--grwd-color-accent, #96bb47);
}

.grwd-manager .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 480px) {
  .grwd-manager {
    padding: 8px 10px 14px 8px;
    gap: 8px;
  }

  .grwd-manager__portrait {
    flex-basis: 72px;
    width: 72px;
  }

  .grwd-manager__photo {
    width: 72px;
    height: 72px;
  }

  .grwd-manager__wa {
    height: 72px;
  }

  .grwd-manager__bubble {
    max-width: 88px;
    font-size: 9px;
  }

  .grwd-manager__name {
    font-size: 14px;
  }
}
