/* World temples — accents on sacred-places base */

.wt-intro {
  margin: 0.85rem auto 0;
  max-width: 42rem;
  color: #5c534c;
  line-height: 1.65;
}

.wt-world-map {
  min-height: 28rem;
}

.wt-card-mantra {
  margin: 0.35rem 0 0;
  font-family: "Noto Serif Devanagari", Georgia, serif;
  font-size: 0.88rem;
  color: #b45309;
  line-height: 1.4;
}

.wt-cross {
  text-align: center;
  margin: 1.5rem 0 2rem;
  color: #5c534c;
}

.wt-cross a {
  color: #b45309;
  font-weight: 600;
  text-decoration: none;
}

.wt-deity-link {
  color: #b45309;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(180, 83, 9, 0.35);
}

.wt-style {
  color: #2a1c12;
  margin-bottom: 0.5rem;
}

.wt-mantra-list {
  display: grid;
  gap: 0.55rem;
}

.wt-mantra {
  text-align: left;
  border: 1px solid rgba(180, 83, 9, 0.25);
  background: rgba(255, 252, 246, 0.95);
  border-radius: 0.85rem;
  padding: 0.9rem 1rem;
  font: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.wt-mantra:hover,
.wt-mantra.is-active {
  transform: translateY(-2px);
  border-color: rgba(180, 83, 9, 0.45);
  box-shadow: 0 8px 18px rgba(180, 83, 9, 0.1);
}

.wt-mantra-sa {
  font-family: "Noto Serif Devanagari", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #2a1c12;
  display: block;
}

.wt-list {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  color: #5c534c;
  line-height: 1.55;
}

.wt-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  margin-top: 0.75rem;
}

.wt-color-label {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b45309;
  font-weight: 700;
  margin-right: 0.25rem;
}

.wt-color-chip {
  display: inline-flex;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(28, 20, 16, 0.12);
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  color: #2a1c12;
}

@media (max-width: 640px) {
  .wt-world-map {
    min-height: 20rem;
  }
}
