.hdm-dua {
  --hdm-arabic-color: #171717;
  --hdm-translation-color: #148329;
  --hdm-line-color: rgba(20, 131, 41, 0.16);
  box-sizing: border-box;
  width: min(100%, 850px);
  margin-inline: auto;
  color: var(--hdm-arabic-color);
}

.hdm-dua *,
.hdm-dua *::before,
.hdm-dua *::after {
  box-sizing: border-box;
}

.hdm-dua__title {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.35;
}

.hdm-dua__media {
  margin-bottom: clamp(32px, 5vw, 52px);
}

.hdm-dua__image {
  overflow: hidden;
  width: min(100%, 680px);
  margin: 0 auto 18px;
  border-radius: 16px;
  background: #f4f4f4;
}

.hdm-dua__image img {
  display: block;
  width: 100%;
  height: auto;
}

.hdm-dua__audio-card {
  width: min(100%, 680px);
  margin-inline: auto;
  padding: 14px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fafafa;
}

.hdm-dua__reciter {
  margin: 0 0 9px;
  text-align: center;
  color: #3c434a;
  font-size: 15px;
}

.hdm-dua__reciter span {
  font-weight: 700;
}

.hdm-dua__audio {
  display: block;
  width: 100%;
  height: 42px;
}

.hdm-dua__pair {
  position: relative;
  margin: 0;
  padding: 0 0 clamp(30px, 5vw, 46px);
  text-align: center;
}

.hdm-dua__pair + .hdm-dua__pair {
  padding-top: clamp(30px, 5vw, 46px);
}

.hdm-dua__pair + .hdm-dua__pair::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 72px;
  height: 1px;
  background: var(--hdm-line-color);
  content: "";
  transform: translateX(-50%);
}

.hdm-dua__arabic,
.hdm-dua__translation {
  overflow-wrap: anywhere;
}

.hdm-dua__arabic {
  color: var(--hdm-arabic-color);
  font-family: "Noto Naskh Arabic", "Amiri", "Traditional Arabic", Tahoma, Arial, sans-serif;
  font-size: clamp(27px, 4.2vw, 38px);
  font-weight: 500;
  line-height: 2;
}

.hdm-dua__translation {
  margin-top: 8px;
  color: var(--hdm-translation-color);
  font-size: clamp(18px, 2.6vw, 22px);
  font-weight: 500;
  line-height: 2;
}

.hdm-dua__arabic p,
.hdm-dua__translation p {
  margin: 0;
}

.hdm-dua__arabic p + p,
.hdm-dua__translation p + p {
  margin-top: 0.5em;
}

.hdm-notice {
  max-width: 850px;
  margin: 16px auto;
  padding: 12px 14px;
  border-inline-start: 4px solid #dba617;
  background: #fff8e5;
  color: #3c434a;
}

@media (max-width: 600px) {
  .hdm-dua {
    width: 100%;
    padding-inline: 4px;
  }

  .hdm-dua__arabic {
    font-size: 25px;
    line-height: 1.95;
  }

  .hdm-dua__translation {
    font-size: 17px;
    line-height: 1.9;
  }

  .hdm-dua__pair {
    padding-bottom: 28px;
  }

  .hdm-dua__pair + .hdm-dua__pair {
    padding-top: 28px;
  }

  .hdm-dua__image,
  .hdm-dua__audio-card {
    border-radius: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hdm-dua * {
    scroll-behavior: auto !important;
  }
}
