.pooja-page {
  font-family: 'Roboto Slab', serif; /* English default */
  font-size: 16px;
  letter-spacing: 0.15px;
  line-height: 1.85;
  color: #2c2c2c;
}

/* MAIN HEADING */
.pooja-page h1 {
  font-family: 'Roboto Slab', serif;
  text-align: center;
  color: var(--orange);
  font-size: 2rem;
  margin-bottom: 36px;
  text-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* SECTION HEADINGS */
.pooja-section h2,
.other-pooja h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: var(--orange);
  margin-bottom: 14px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* BODY TEXT */
.pooja-section p,
.pooja-section li {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  line-height: 1.85;
  color: #2c2c2c;
}

/* TABLES */
.table-wrap {
  overflow-x: auto;
  margin-top: 20px;
}

.pooja-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.pooja-table th,
.pooja-table td {
  padding: 14px 16px;
  text-align: left;
  font-family: 'Roboto Slab', serif;
}

.pooja-table th {
  background: var(--orange);
  color: #fff;
  font-weight: 600;
}

.pooja-table tr:nth-child(even) {
  background: #fafafa;
}

/* OTHER POOJAS */
.other-pooja {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.other-pooja img {
  width: 100%;
  max-height: 240px;
  object-fit: cover;
  margin-top: 12px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* LANGUAGE-SPECIFIC TUNING */
.pooja-page :lang(ml),
.pooja-page :lang(ta),
.pooja-page :lang(te),
.pooja-page :lang(kn),
.pooja-page :lang(hi),
.pooja-page :lang(mr) {
  letter-spacing: 0;
  line-height: 1.95;
  font-family: 'Noto Sans', sans-serif;
}

.pooja-page :lang(en) {
  letter-spacing: 0.15px;
  font-family: 'Roboto Slab', serif;
}

/* POOJA SECTION TITLE */
.pooja-section-title {
  background-color: #f5efe6;
  font-weight: 700;
  text-align: left;
  padding: 12px;
  font-size: 1.05rem;
  font-family: 'Roboto Slab', serif;
}
