.elementor-1123 .elementor-element.elementor-element-3979843{--display:flex;}@media(max-width:767px){.elementor-1123 .elementor-element.elementor-element-3979843{--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}}/* Start custom CSS for html, class: .elementor-element-88147ee */.pronunciation-guide {
  display: grid;
  gap: 0.75rem;
  max-width: 850px;
  margin: 0 auto;
  color: #fff;
}

.pronunciation-row {
  display: grid;
  grid-template-columns: 160px 220px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}

.pronunciation-name {
  font-weight: 700;
  color: #fff;
}

.pronunciation-text {
  font-style: italic;
  color: #fff;
}

.pronunciation-row audio {
  width: 100%;
  max-width: 260px;
}

@media (max-width: 700px) {
  .pronunciation-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    text-align: center;
  }

  .pronunciation-row audio {
    max-width: 100%;
    margin: 0 auto;
  }
}

.pronunciation-header {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  opacity: 0.85;
  border-bottom: 2px solid rgba(255,255,255,0.45);
}

.pronunciation-audio-label {
  color: #fff;
}

@media (max-width: 700px) {
  .pronunciation-header {
    display: none;
  }
}/* End custom CSS */