/****************************************************
 *
 *   COLORS.SCSS - App Color Variables
 *
 ****************************************************/
.pronunciation-intro-panel {
  margin: 1.5rem auto 2rem;
  padding: 2rem 2.5rem;
  border: 1px solid #e5dccf;
  border-left: 6px solid #a82e33;
  border-radius: 10px;
  background: linear-gradient(180deg, #fffdf8 0%, #f8f3e8 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: left;
  width: 85%;
  max-width: 1100px;
  color: #2f2a25;
}

.pronunciation-intro-content {
  line-height: 1.7;
}

.pronunciation-intro-content h1,
.pronunciation-intro-content h2,
.pronunciation-intro-content h3,
.pronunciation-intro-content h4 {
  margin: 1.5rem 0 0.75rem;
  color: #6f4c1d;
  line-height: 1.25;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e5dccf;
}

.pronunciation-intro-content h3:first-of-type {
  margin-top: 1.25rem;
}

.pronunciation-intro-content p {
  margin: 0 0 1rem;
}

.pronunciation-intro-content p:last-child {
  margin-bottom: 0;
}

.pronunciation-intro-content ul,
.pronunciation-intro-content ol {
  margin: 0.4rem 0 0.9rem 1.2rem;
}

.pronunciation-intro-content li {
  margin-bottom: 0.35rem;
}

.pronunciation-intro-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.pronunciation-intro-content th,
.pronunciation-intro-content td {
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f0e8dc;
  vertical-align: top;
}

.pronunciation-intro-content tr:last-child td {
  border-bottom: none;
}

.pronunciation-intro-content th {
  background: #f7f0e4;
  color: #5d3f16;
  font-weight: 700;
}

.pronunciation-intro-content td:first-child {
  font-weight: 600;
  min-width: 150px;
  background: #fafaf8;
}

.pronunciation-intro-content tr:hover td {
  background: #f9f5ed;
  transition: background 0.2s ease;
}

.pronunciation-intro-content tr:hover td:first-child {
  background: #f4efe5;
}

@media (max-width: 768px) {
  .pronunciation-intro-panel {
    width: 95%;
    padding: 1.25rem 1rem;
    margin: 1rem auto;
  }
  .pronunciation-intro-content h3 {
    font-size: 1.1rem;
  }
  .pronunciation-intro-content table {
    font-size: 0.9rem;
  }
  .pronunciation-intro-content td:first-child {
    min-width: 120px;
  }
}

/*# sourceMappingURL=pronunciation.css.map */
