.prayer-page {
  --prayer-border: #d9c48a;
  --prayer-blue: #153e75;
  --prayer-green: #426FA8;
}

.prayer-panels {
  display: grid;
  gap: 1rem;
}

.prayer-hero,
.masters-panel,
.prayer-card {
  background:
    linear-gradient(135deg, rgba(255, 244, 220, 0.96), rgba(245, 250, 247, 0.96)),
    url("../../images/thumbs/background1.webp");
  background-position: center;
  background-size: cover;
  border: 1px solid var(--prayer-border);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(21, 62, 117, 0.1);
  padding: clamp(1rem, 2.4vw, 1.65rem);
}

.masters-panel {
  background:
    radial-gradient(circle at top center, rgba(255, 244, 220, 0.95), rgba(245, 250, 247, 0.92) 58%, rgba(255, 255, 255, 0.95)),
    url("../../images/thumbs/background1.webp");
}

.prayer-hero span,
.prayer-card h2 {
  color: var(--prayer-green);
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.prayer-hero h1 {
  color: var(--prayer-blue);
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  margin: 0.35rem 0;
}

.prayer-hero p {
  color: #334155;
  margin-bottom: 0;
}

.master-row {
  display: flex;
  gap: 1.45rem;
  justify-content: center;
}

.master-row-center {
  margin-bottom: 1.35rem;
}

.master-row figure {
  margin: 0;
  text-align: center;
}

.master-row img {
  aspect-ratio: 4 / 5;
  background: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 24px;
  box-shadow: 0 10px 24px rgba(21, 62, 117, 0.16);
  height: 170px;
  object-fit: cover;
  object-position: center top;
  width: 118px;
}

.master-row-center img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  height: 152px;
  object-fit: contain;
  padding: 0.45rem;
  width: 152px;
}

.master-row figcaption {
  color: var(--prayer-blue);
  font-family: "Cinzel", serif;
  font-size: 0.86rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.prayer-card h2 {
  color: var(--prayer-blue);
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: 0.8rem;
  text-align: center;
}

.prayer-lines-center {
  text-align: center;
}

.prayer-lines p {
  color: var(--prayer-blue);
  font-family: "Cinzel", serif;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.prayer-language-block {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #dde8e1;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(21, 62, 117, 0.08);
  padding: clamp(0.9rem, 2vw, 1.25rem);
}

.prayer-language-block h3 {
  color: var(--prayer-green);
  font-family: "Cinzel", serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.prayer-language-block p {
  color: #334155;
  font-family: "Cinzel", serif;
  font-size: clamp(1.08rem, 1.6vw, 1.22rem);
  line-height: 1.75;
  margin-bottom: 0.65rem;
}

.english-text p {
  font-family: "Cinzel", serif;
}

.invocation-text p {
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  line-height: 1.65;
  margin-bottom: 0.55rem;
}

.prayer-note {
  color: #334155;
  font-size: clamp(1.25rem, 2vw, 1.45rem);
}

.telugu-text,
.telugu-text p {
  font-family: "NTR", "Noto Sans Telugu", sans-serif;
}

.telugu-text p {
  font-size: clamp(1.45rem, 2.35vw, 1.72rem);
  line-height: 1.62;
  margin-bottom: 0.35rem;
}

.sloka-block p {
  margin-bottom: 0.2rem;
}

.preliminary-names {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0.65rem auto 0.9rem;
  max-width: 760px;
  text-align: center;
}

.preliminary-names p {
  margin-bottom: 0.1rem;
}

.cvv-prayer-block .prayer-bold-line {
  color: var(--prayer-blue);
  font-family: "Cinzel", serif;
  font-size: clamp(1.18rem, 2vw, 1.38rem);
  line-height: 1.55;
  margin-bottom: 0.45rem;
}

.highlight-peace {
  background: linear-gradient(90deg, rgba(255, 244, 197, 0.96), rgba(243,246,250, 0.96));
  border: 1px solid rgba(217, 196, 138, 0.9);
  border-radius: 8px;
  color: var(--prayer-blue) !important;
  display: inline-block;
  font-weight: 700;
  margin-top: 0.8rem;
  padding: 0.25rem 0.85rem;
}

.stotram-list p {
  margin-bottom: 0.6rem;
  padding-left: 2.1rem;
  position: relative;
}

.stotram-list p span {
  color: var(--prayer-green);
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}

@media (max-width: 767.98px) {
  .master-row-three {
    flex-wrap: wrap;
  }

  .master-row img,
  .master-row-center img {
    height: 138px;
    width: 104px;
  }

  .master-row-center img {
    height: 124px;
    width: 124px;
  }

  .prayer-language-block p {
    font-size: 1.06rem;
  }

  .telugu-text p {
    font-size: 1.32rem;
  }

  .preliminary-names {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.prayer-page h1,
.prayer-page h2,
.prayer-page h3,
.prayer-page h4,
.prayer-page h5,
.prayer-page h6 {
  font-family: "Libre Baskerville", Georgia, serif;
}
.prayer-page h1,
.prayer-page h2,
.prayer-page h3,
.prayer-page h4,
.prayer-page h5,
.prayer-page h6 {
  font-family: "Libre Baskerville", Georgia, serif;
}
