/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2026 | 06:55:25 */
/*
 * Custom Guitar Atelier — product-page support block
 * Add this to the Custom CSS & JS plugin as CSS.
 */

.cga-team-help {
  --cga-help-accent: #9b661f;
  --cga-help-accent-hover: #724814;
  --cga-help-heading: #2e231f;
  --cga-help-text: #514640;
  --cga-help-line: #dfd7ce;

  width: 100%;
  max-width: 1120px;
  margin: 32px auto 42px;
  padding: 20px 24px;
  border-top: 1px solid var(--cga-help-line);
  border-bottom: 1px solid var(--cga-help-line);
  background: #fff;
  font-family: inherit;
}

.cga-team-help,
.cga-team-help * {
  box-sizing: border-box;
}

.cga-team-help__inner {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 30px);
}

.cga-team-help__portrait {
  flex: 0 0 clamp(88px, 10vw, 112px);
  width: clamp(88px, 10vw, 112px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: #f3efe9;
  box-shadow: 0 0 0 5px #f8f5f0;
}

.cga-team-help__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center 20%;
}

.cga-team-help__content {
  min-width: 0;
}

.cga-team-help__content h2 {
  margin: 0 0 4px;
  color: var(--cga-help-heading);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: .02em;
}

.cga-team-help__content p {
  margin: 0 0 8px;
  color: var(--cga-help-text);
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.45;
}

.cga-team-help__contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 14px;
}

.cga-team-help__contact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--cga-help-accent);
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: color .2s ease;
}

.cga-team-help__contact:hover,
.cga-team-help__contact:focus-visible {
  color: var(--cga-help-accent-hover);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cga-team-help__contact:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
  border-radius: 2px;
}

.cga-team-help__contact svg {
  flex: 0 0 1em;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.cga-team-help__contact--email {
  font-weight: 600;
}

.cga-team-help__email-address {
  font-size: .72em;
  font-weight: 500;
}

.cga-team-help__contact--email:hover .cga-team-help__email-address,
.cga-team-help__contact--email:focus-visible .cga-team-help__email-address {
  text-decoration: underline;
}

.cga-team-help__divider {
  width: 1px;
  height: 24px;
  background: var(--cga-help-line);
}

@media (max-width: 849px) {
  .cga-team-help {
    margin: 28px auto 36px;
    padding: 20px;
  }

  .cga-team-help__inner {
    gap: 20px;
  }

  .cga-team-help__contacts {
    align-items: flex-start;
    flex-direction: column;
  }

  .cga-team-help__divider {
    display: none;
  }
}

@media (max-width: 549px) {
  .cga-team-help {
    margin: 24px auto 32px;
    padding: 20px 16px;
    text-align: center;
  }

  .cga-team-help__inner {
    flex-direction: column;
    gap: 14px;
  }

  .cga-team-help__portrait {
    flex-basis: 96px;
    width: 96px;
  }

  .cga-team-help__contacts,
  .cga-team-help__contact {
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .cga-team-help__contact--email {
    flex-wrap: wrap;
    row-gap: 3px;
  }

  .cga-team-help__email-address {
    flex-basis: 100%;
    overflow-wrap: anywhere;
  }
}
