/* Central Mandir Directory: Jyotirlinga-aligned hub presentation. */
body.mandir-directory-page {
  overflow-x: clip;
  background: #fffdf8;
  font-family: var(--temple-font-ui);
}

.mandir-directory-breadcrumb {
  padding: 16px 0;
  border-bottom: 1px solid rgba(184, 117, 43, 0.14);
  background: #fffaf1;
}

.mandir-directory-breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  white-space: normal;
}

.mandir-directory-breadcrumb .breadcrumb-item,
.mandir-directory-breadcrumb .breadcrumb-item a,
.mandir-directory-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #6f4a28;
  font-family: "Roboto", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}

.mandir-directory-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 78px 0;
  background: #fdf2db url("../images/backgrounds/header-temple-mist-bg.png") center bottom / cover no-repeat;
  isolation: isolate;
}

.mandir-directory-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 251, 243, 0.96) 0%, rgba(255, 249, 237, 0.78) 52%, rgba(255, 249, 237, 0.16) 100%);
}

.mandir-directory-hero__content {
  max-width: 760px;
}

.mandir-directory-hero__eyebrow,
.mandir-directory-kicker {
  margin: 0 0 10px;
  color: #8b5a24;
  font-family: var(--temple-font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mandir-directory-hero h1 {
  margin: 0 0 14px;
  color: #24180f;
  font-family: var(--temple-font-heading);
  font-size: clamp(2rem, 1.5rem + 1.6vw, 3.1rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.mandir-directory-hero__subtitle {
  margin: 0 0 14px;
  color: #2d2118;
  font-family: var(--temple-font-heading);
  font-size: clamp(1.12rem, 0.98rem + 0.5vw, 1.4rem);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.mandir-directory-hero__content > p:last-child {
  max-width: 680px;
  margin: 0;
  color: #4d392a;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.82;
  overflow-wrap: anywhere;
}

.mandir-directory-content {
  padding: 76px 0 90px;
}

.mandir-directory-shell {
  width: calc(100% - 30px);
  max-width: 1320px;
}

.mandir-directory-intro {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 28px;
}

.mandir-directory-intro > div {
  max-width: 760px;
}

.mandir-directory-intro h2,
.mandir-directory-explainer h2,
.mandir-directory-bottom-cta h2 {
  margin: 0 0 10px;
  color: #24180f;
  font-family: var(--temple-font-heading);
  font-size: clamp(2rem, 1.52rem + 1.45vw, 2.9rem);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.mandir-directory-intro p:last-child,
.mandir-directory-explainer > p,
.mandir-directory-bottom-cta p {
  margin: 0;
  color: #4d392a;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.82;
  overflow-wrap: anywhere;
}

.mandir-directory-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.mandir-directory-summary > div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 16px;
  text-align: center;
  border: 1px solid rgba(184, 117, 43, 0.2);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, #fff8ec);
  box-shadow: 0 14px 28px rgba(74, 43, 18, 0.07);
}

.mandir-directory-summary strong {
  color: #9b5f1f;
  font-family: var(--temple-font-heading);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
}

.mandir-directory-summary span {
  margin-top: 9px;
  color: #51341e;
  font-family: var(--temple-font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.mandir-directory-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding: 20px 22px 22px;
  border: 1px solid var(--temple-border);
  border-radius: 24px;
  background: #fffdf8;
  box-shadow: var(--temple-shadow-soft);
}

.mandir-directory-toolbar > * {
  min-width: 0;
}

.mandir-directory-toolbar__field,
.mandir-directory-toolbar__search.temple-directory__search--compact {
  margin-bottom: 0;
}

.mandir-directory-toolbar__field label {
  display: block;
  margin: 0 0 8px;
  color: #4a3524;
  font-family: var(--temple-font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mandir-directory-toolbar__field input,
.mandir-directory-toolbar__field select {
  width: 100%;
  min-height: 56px;
  padding: 14px 44px 14px 16px;
  border: 1px solid var(--temple-border);
  border-radius: 18px;
  background: #fff;
  color: #2e2219;
  font-family: var(--temple-font-ui);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.mandir-directory-toolbar__field select {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%237a4c1b' d='M3.1 5.2a.75.75 0 0 1 1.06 0L7 8.04 9.84 5.2a.75.75 0 1 1 1.06 1.06L7.53 9.63a.75.75 0 0 1-1.06 0L3.1 6.26a.75.75 0 0 1 0-1.06Z'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  appearance: none;
}

.mandir-directory-toolbar__search span {
  display: block;
  position: relative;
}

.mandir-directory-toolbar__search i {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 1;
  color: #a66a2a;
  transform: translateY(-50%);
}

.mandir-directory-toolbar__search input {
  padding: 14px 18px 14px 50px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.mandir-directory-toolbar__search input::placeholder {
  color: rgba(77, 57, 42, 0.72);
  font-weight: 400;
}

.mandir-directory-toolbar__search input::-webkit-search-cancel-button {
  cursor: pointer;
  opacity: 0.65;
}

.mandir-directory-toolbar__field input:focus,
.mandir-directory-toolbar__field select:focus {
  outline: none;
  border-color: rgba(255, 193, 7, 0.38);
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.12);
}

body.mandir-directory-page .mandir-directory-toolbar__reset.default-btn {
  width: auto;
  min-width: 118px;
  min-height: 56px;
  align-self: end;
  margin: 0;
  padding: 0 26px;
  border: 0;
  white-space: nowrap;
}

.mandir-directory-chips {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
  padding: 20px 22px 22px;
  border: 1px solid var(--temple-border);
  border-radius: 24px;
  background: #fffdf8;
  box-shadow: var(--temple-shadow-soft);
  overflow: visible;
}

.mandir-directory-chips button {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid rgba(138, 92, 42, 0.18);
  border-radius: 999px;
  background: #fffaf2;
  color: #4a3524;
  font-family: "Roboto", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.mandir-directory-chips button:hover,
.mandir-directory-chips button.is-active {
  color: #7a4c1b;
  border-color: rgba(184, 117, 43, 0.28);
  background: rgba(184, 117, 43, 0.12);
  box-shadow: 0 8px 18px rgba(138, 92, 42, 0.08);
  transform: translateY(-1px);
}

.mandir-directory-chips button:focus-visible {
  outline: none;
  border-color: rgba(184, 117, 43, 0.48);
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.16), 0 8px 18px rgba(138, 92, 42, 0.08);
}

.mandir-directory-chips button:active {
  transform: translateY(0);
}

.mandir-directory-chips button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.mandir-directory-results {
  margin: 0 0 20px;
  color: #6f4d33;
  font-family: var(--temple-font-ui);
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.5;
}

.mandir-directory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.mandir-directory-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--temple-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--temple-shadow-soft);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.mandir-directory-card:hover,
.mandir-directory-card:focus-within {
  transform: translateY(-10px);
  border-color: rgba(176, 111, 31, 0.24);
  box-shadow: 0 24px 46px rgba(93, 57, 8, 0.12), 0 10px 24px rgba(212, 162, 74, 0.18);
}

.mandir-directory-card[hidden] {
  display: none !important;
}

.mandir-directory-card__image {
  aspect-ratio: 16 / 10;
  display: block;
  position: relative;
  overflow: hidden;
  background: #f8ead3;
}

.mandir-directory-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(50, 27, 10, 0.56));
}

.mandir-directory-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mandir-directory-card:hover .mandir-directory-card__image img {
  transform: scale(1.035);
}

.mandir-directory-card__image span {
  position: absolute;
  right: 14px;
  bottom: 13px;
  left: 14px;
  z-index: 1;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.mandir-directory-card__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.mandir-directory-card h2 {
  min-height: calc(1.22em * 2);
  margin: 0 0 12px;
  font-family: var(--temple-font-heading);
  font-size: clamp(1.4rem, 1.18rem + 0.42vw, 1.66rem);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.015em;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.mandir-directory-card h2 a {
  color: #24180f;
}

.mandir-directory-card h2 a:hover,
.mandir-directory-card h2 a:focus-visible {
  color: #7a4c1b;
}

.mandir-directory-card__content > p {
  min-height: 5.4em;
  margin: 0 0 17px;
  color: #4d392a;
  font-family: "Roboto", sans-serif;
  font-size: 0.98rem;
  line-height: 1.8;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
}

.mandir-directory-card__counts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: auto 0 18px;
}

.mandir-directory-card__counts > div {
  min-width: 0;
  padding: 11px;
  border-radius: 14px;
  background: #fff8ed;
  text-align: center;
}

.mandir-directory-card__counts dt {
  min-height: 2.7em;
  color: #806449;
  font-family: var(--temple-font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}

.mandir-directory-card__counts dd {
  margin: 4px 0 0;
  color: #8f551d;
  font-family: var(--temple-font-heading);
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.32;
}

body.mandir-directory-page .mandir-directory-card__cta.default-btn {
  width: auto;
  min-height: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto;
  padding-inline: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: normal;
  text-transform: none;
}

.mandir-directory-empty {
  padding: 64px 24px;
  text-align: center;
  border: 1px dashed rgba(184, 117, 43, 0.35);
  border-radius: 22px;
  background: #fff9f0;
}

.mandir-directory-empty[hidden] {
  display: none !important;
}

.mandir-directory-empty i {
  margin-bottom: 16px;
  color: #a76727;
  font-size: 2rem;
}

.mandir-directory-empty h2 {
  margin-bottom: 8px;
  color: #24180f;
  font-family: var(--temple-font-heading);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.mandir-directory-empty p {
  margin: 0 0 20px;
  color: #4d392a;
  font-family: var(--temple-font-ui);
  font-size: 1rem;
  line-height: 1.8;
}

body.mandir-directory-page .mandir-directory-empty__reset.default-btn {
  min-height: 56px;
  margin-top: 0;
  padding: 0 26px;
  border: 0;
}

body.mandir-directory-page .mandir-directory-bottom-cta__action.default-btn {
  min-height: 54px;
  height: 54px;
  margin-top: 0;
  padding-inline: 18px;
}

.mandir-directory-explainer,
.mandir-directory-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 58px;
  padding: 36px;
  border: 1px solid rgba(184, 117, 43, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff9ef, #fdf0d8);
}

.mandir-directory-explainer > div,
.mandir-directory-bottom-cta > div {
  max-width: 670px;
}

.mandir-directory-explainer > p {
  max-width: 510px;
}

.mandir-directory-bottom-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 24px;
  border-color: rgba(255, 193, 7, 0.22);
  background-color: #1f150f;
  background-image:
    linear-gradient(rgba(25, 15, 10, 0.58), rgba(10, 6, 4, 0.82)),
    url("../images/backgrounds/divine-temple-footer-bg.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 20px 46px rgba(34, 20, 10, 0.18);
}

.mandir-directory-bottom-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 16%, rgba(244, 201, 128, 0.12) 0%, rgba(244, 201, 128, 0) 34%),
    linear-gradient(180deg, rgba(10, 6, 4, 0.14), rgba(10, 6, 4, 0.45));
}

.mandir-directory-bottom-cta h2,
.mandir-directory-bottom-cta p {
  position: relative;
  z-index: 1;
}

.mandir-directory-bottom-cta h2 {
  color: #fff9ef;
}

.mandir-directory-bottom-cta p {
  color: rgba(255, 244, 229, 0.88);
}

.mandir-directory-bottom-cta .default-btn {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  white-space: nowrap;
}

body.mandir-directory-page .mandir-directory-toolbar__reset.default-btn,
body.mandir-directory-page .mandir-directory-empty__reset.default-btn,
body.mandir-directory-page .mandir-directory-toolbar__reset.default-btn span,
body.mandir-directory-page .mandir-directory-empty__reset.default-btn span {
  font-family: var(--temple-font-ui);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.mandir-directory-page .mandir-directory-toolbar__reset.default-btn,
body.mandir-directory-page .mandir-directory-empty__reset.default-btn {
  letter-spacing: normal;
}

body.mandir-directory-page .mandir-directory-bottom-cta__action.default-btn,
body.mandir-directory-page .mandir-directory-card__cta.default-btn span,
body.mandir-directory-page .mandir-directory-bottom-cta__action.default-btn span {
  font-family: var(--temple-font-ui);
  font-size: 1rem;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: normal;
  text-transform: none;
}

body.mandir-directory-page .mandir-directory-card__cta.default-btn span,
body.mandir-directory-page .mandir-directory-bottom-cta__action.default-btn span {
  line-height: 1;
}

body.mandir-directory-page .temple-directory__action.default-btn:focus-visible {
  outline: none;
  box-shadow: 0 12px 28px rgba(173, 106, 32, 0.22), 0 0 0 4px rgba(255, 193, 7, 0.16);
}

body.mandir-directory-page .temple-directory__action.default-btn:active {
  transform: translateY(0);
  box-shadow: 0 10px 22px rgba(156, 95, 31, 0.2);
}

body.mandir-directory-page .temple-directory__action.default-btn[disabled],
body.mandir-directory-page .temple-directory__action.default-btn[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.58;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  body.mandir-directory-page .temple-directory__action.default-btn:hover,
  body.mandir-directory-page .temple-directory__action.default-btn:focus-visible,
  body.mandir-directory-page .mandir-directory-card:hover .mandir-directory-card__cta.default-btn,
  body.mandir-directory-page .mandir-directory-card:focus-within .mandir-directory-card__cta.default-btn {
    animation: none;
    transform: translate3d(3px, 0, 0);
    background: #9b5f1f;
    border-color: #9b5f1f;
    box-shadow: 0 18px 34px rgba(173, 106, 32, 0.22), 0 0 0 1px rgba(244, 217, 172, 0.16), 0 0 18px rgba(173, 106, 32, 0.14);
    filter: saturate(1.01) brightness(0.99);
  }

  body.mandir-directory-page .temple-directory__action.default-btn:hover::after,
  body.mandir-directory-page .temple-directory__action.default-btn:focus-visible::after,
  body.mandir-directory-page .mandir-directory-card:hover .mandir-directory-card__cta.default-btn::after,
  body.mandir-directory-page .mandir-directory-card:focus-within .mandir-directory-card__cta.default-btn::after {
    transform: skewX(-22deg) translateX(300%);
  }
}

@media (max-width: 1439.98px) {
  .mandir-directory-chips {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mandir-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199.98px) {
  .mandir-directory-hero {
    min-height: 390px;
  }

  .mandir-directory-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mandir-directory-toolbar__reset {
    width: 100%;
  }

  .mandir-directory-chips {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mandir-directory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mandir-directory-explainer,
  .mandir-directory-bottom-cta {
    align-items: flex-start;
  }

  .mandir-directory-bottom-cta {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .mandir-directory-toolbar__search,
  body.mandir-directory-page .mandir-directory-toolbar__reset.default-btn {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .mandir-directory-breadcrumb {
    padding: 12px 0;
  }

  .mandir-directory-hero {
    min-height: 360px;
    padding: 58px 0;
    background-position: 62% bottom;
  }

  .mandir-directory-hero::before {
    background: rgba(255, 249, 237, 0.88);
  }

  .mandir-directory-content {
    padding: 54px 0 70px;
  }

  .mandir-directory-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mandir-directory-summary > div {
    min-height: 112px;
    padding: 18px 10px;
  }

  .mandir-directory-toolbar {
    grid-template-columns: minmax(0, 1fr);
    padding: 18px;
  }

  .mandir-directory-toolbar__search,
  body.mandir-directory-page .mandir-directory-toolbar__reset.default-btn {
    grid-column: auto;
  }

  .mandir-directory-toolbar__field input,
  .mandir-directory-toolbar__field select,
  body.mandir-directory-page .mandir-directory-toolbar__reset.default-btn {
    min-height: 54px;
  }

  .mandir-directory-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 18px;
    border-radius: 20px;
  }

  .mandir-directory-chips button {
    min-height: 48px;
    padding: 10px 12px;
    font-size: 0.9rem;
  }

  .mandir-directory-chips button[data-directory-filter="ganesh-murugan-ayyappa"],
  .mandir-directory-chips button[data-directory-filter="devotion-special"] {
    grid-column: 1 / -1;
  }

  .mandir-directory-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .mandir-directory-card h2,
  .mandir-directory-card__content > p {
    min-height: 0;
  }

  .mandir-directory-explainer,
  .mandir-directory-bottom-cta {
    flex-direction: column;
    gap: 20px;
    padding: 26px 22px;
  }

  .mandir-directory-bottom-cta .default-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 389.98px) {
  .mandir-directory-shell {
    width: calc(100% - 22px);
  }

  .mandir-directory-summary span {
    font-size: 0.76rem;
  }

  .mandir-directory-card__content {
    padding: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mandir-directory-card,
  .mandir-directory-card__image img,
  .mandir-directory-chips button,
  body.mandir-directory-page .temple-directory__action.default-btn {
    transition: none;
  }
}
