h3 {
  color: #BD3D24;
}

.pron-chart {
  background-image: url(../images/pronunciation/pron_chart.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}

.pron-outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 2%;
}
@media (min-width: 768px) {
  .pron-outer {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pron-inner {
  border-bottom: solid 1px #e3e3e3;
}

.pron-row {
  margin: 16px 0 0;
}
.pron-row .alphabet {
  font-size: 1.625rem;
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
.pron-row .pron {
  display: inline-block;
  padding: 0 10px;
}

.word-item {
  margin: 4px 0;
}
.word-item:last-child {
  margin-bottom: 8px;
}

.summary-box {
  border: dotted 4px #BD3D24;
  margin: 10px 0;
  padding: 0 20px;
  border-radius: 10px;
}

.table-basic {
  padding: 8px;
}
.table-basic tr td, .table-basic tr th {
  border-bottom: solid 1px #e3e3e3;
  padding: 4px;
}

.play-button {
  width: 30px;
  height: 30px;
  background-color: #BD3D24;
  border-radius: 4px;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.play-button img {
  width: 100%;
  margin: 0 auto;
}

.play-button-south {
  width: 30px;
  height: 30px;
  background-color: #BD3D24;
  border-radius: 4px;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  background-color: #34BAB3;
}
.play-button-south img {
  width: 100%;
  margin: 0 auto;
}

.tones-li {
  font-weight: bold;
}
.tones-mark {
  padding: 0 20px;
  font-size: 1.625rem;
  color: #BD3D24;
}

.tones-image {
  background-image: url(../images/pronunciation/viet_tone.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
}

.tone-lead {
  display: block;
}/*# sourceMappingURL=style_pronunciation.css.map */