/* Astrotalk-inspired home polish + theme toggle */
.lc-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}
.lc-online-pill,
.lc-offer-pill,
.lc-speed-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid rgba(201, 168, 76, 0.4);
  background: rgba(16, 20, 47, 0.65);
  color: #f3e8d0;
}
.lc-offer-pill {
  background: linear-gradient(135deg, #c9a84c, #a8883a);
  color: #0c1024;
  border-color: transparent;
}
.lc-online-pill__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3ddc97;
  box-shadow: 0 0 0 0 rgba(61, 220, 151, 0.6);
  animation: lcPulse 1.6s infinite;
}
@keyframes lcPulse {
  0% { box-shadow: 0 0 0 0 rgba(61, 220, 151, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(61, 220, 151, 0); }
  100% { box-shadow: 0 0 0 0 rgba(61, 220, 151, 0); }
}
.lc-hero-points {
  margin: 0;
  padding: 0;
}
.lc-hero-points li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(243, 232, 208, 0.9);
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}
.lc-hero-points i { color: #c9a84c; }

.lc-activity-bar {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  overflow: hidden;
  padding: 0.65rem 1rem 0.65rem 0;
  position: relative;
  z-index: 4;
  background: rgba(8, 9, 22, 0.94);
  border-top: 1px solid rgba(201, 168, 76, 0.14);
  border-bottom: 1px solid rgba(201, 168, 76, 0.14);
}
.lc-activity-bar__count {
  flex: 0 0 auto;
  margin-left: 1rem;
  position: relative;
  z-index: 3;
  white-space: nowrap;
  font-size: 0.74rem;
  box-shadow: 10px 0 18px rgba(8, 9, 22, 0.95);
}
.lc-activity-bar__viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 12px, #000 100%);
}
.lc-activity-bar__track {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: premiumTicker 40s linear infinite;
  white-space: nowrap;
}
.lc-activity-bar__item em {
  font-style: normal;
  opacity: 0.7;
  margin-left: 0.25rem;
}

.lc-horoscope-periods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}
.lc-period-chip {
  display: inline-flex;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: #6b5344 !important;
  text-decoration: none !important;
  font-size: 0.85rem;
  font-weight: 600;
  background: #fff;
}
.lc-period-chip.is-active,
.lc-period-chip:hover {
  background: linear-gradient(135deg, #c9a84c, #a8883a);
  color: #0c1024 !important;
  border-color: transparent;
}

.lc-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 0.35rem;
  border-radius: 999px !important;
  border: 1px solid rgba(201, 168, 76, 0.45) !important;
  background: rgba(201, 168, 76, 0.12) !important;
  color: #e8c878 !important;
}
.lc-theme-toggle__icon-light { display: none; }
html.lc-theme-light .lc-theme-toggle__icon-dark { display: none; }
html.lc-theme-light .lc-theme-toggle__icon-light { display: inline; }

/* Light theme (premium surface inversion) */
html.lc-theme-light #lc-v2.premium-active,
html.lc-theme-light body {
  background: #f7f1e6 !important;
  color: #2c2118 !important;
}
html.lc-theme-light #lc-v2.premium-active header.lc-premium-header {
  background: rgba(255, 250, 242, 0.96) !important;
  border-bottom: 1px solid rgba(166, 132, 60, 0.25) !important;
}
html.lc-theme-light #lc-v2.premium-active header.lc-premium-header .nav-link,
html.lc-theme-light #lc-v2.premium-active header.lc-premium-header .lc-header-title,
html.lc-theme-light #lc-v2.premium-active .premium-hero__subtitle,
html.lc-theme-light #lc-v2.premium-active .premium-section-subtitle {
  color: #3a2a1a !important;
}
html.lc-theme-light #lc-v2.premium-active .premium-hero__title,
html.lc-theme-light #lc-v2.premium-active .premium-section-title {
  color: #1a1208 !important;
}
html.lc-theme-light .lc-online-pill,
html.lc-theme-light .lc-speed-pill,
html.lc-theme-light .lc-activity-bar__count {
  background: #fff;
  color: #3a2a1a;
  border-color: rgba(166, 132, 60, 0.35);
}
html.lc-theme-light .lc-hero-points li { color: #4a3728; }
html.lc-theme-light #lc-v2.premium-active .premium-stat-card {
  background: #fff !important;
  border-color: rgba(166, 132, 60, 0.25) !important;
}
html.lc-theme-light #lc-v2.premium-active #footer {
  background: #1a1528 !important;
}

@media (max-width: 575.98px) {
  .lc-hero-badges { gap: 0.4rem; }
  .lc-online-pill, .lc-offer-pill, .lc-speed-pill { font-size: 0.72rem; padding: 0.35rem 0.65rem; }
  .lc-activity-bar__count { display: none; }
}
/* Sticky header offset for in-page anchors from menu */
#premium-hindu-calendar,
#premium-choghadiya,
#premium-festival-calendar,
#premium-app-pocket,
#premium-daily-horoscope,
#premium-blog,
#premium-live-astrologers,
#premium-faq {
  scroll-margin-top: 96px;
}

/* ===== Homepage polish: free services, wheel, birth visual, choghadiya ===== */
.lc-free-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .lc-free-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
  .lc-free-services { grid-template-columns: 1fr; }
}
.lc-free-service {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  text-decoration: none !important;
  color: #f3e9d0 !important;
  background: linear-gradient(145deg, rgba(22, 18, 48, 0.92), rgba(12, 10, 32, 0.88));
  border: 1px solid rgba(201, 168, 76, 0.22);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.lc-free-service:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 168, 76, 0.55);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  color: #fff8e7 !important;
}
.lc-free-service__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.15rem;
  color: #c9a84c;
  background: rgba(201, 168, 76, 0.12);
  border: 1px solid rgba(201, 168, 76, 0.28);
}
.lc-free-service__body { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; flex: 1; }
.lc-free-service__label { font-weight: 700; font-size: 0.95rem; line-height: 1.25; }
.lc-free-service__hint { font-size: 0.75rem; color: rgba(243, 233, 208, 0.62); }
.lc-free-service__arrow { color: #c9a84c; opacity: 0.7; font-size: 1.1rem; }
html.lc-theme-light .lc-free-service {
  background: #fff;
  color: #2a2110 !important;
  border-color: rgba(166, 132, 60, 0.35);
}
html.lc-theme-light .lc-free-service__hint { color: #6b5a3a; }
html.lc-theme-light .lc-free-service__icon { color: #a6843c; }

/* ===== Premium hero zodiac wheel ===== */
#lc-v2.premium-active .premium-hero__wheel {
  --wheel-spin: 60s;
  --wheel-radius: min(148px, 34vw);
  position: relative !important;
  right: auto;
  top: auto;
  transform: none !important;
  width: min(400px, 90%);
  height: min(400px, 90vw);
  margin: 0 auto;
  z-index: 2;
  animation: none !important;
  pointer-events: none;
  filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.4));
}

#lc-v2.premium-active .premium-hero__wheel .premium-zodiac-wheel-css,
#lc-v2.premium-active .premium-hero__wheel .premium-zodiac-wheel-css__glyphs,
#lc-v2.premium-active .premium-hero__wheel .premium-zodiac-wheel-css__glyph {
  pointer-events: auto;
}

#lc-v2.premium-active .premium-hero__content {
  position: relative;
  z-index: 5;
}

#lc-v2.premium-active .premium-hero__content .col-lg-6 {
  position: relative;
  z-index: 6;
  max-width: none;
}

#lc-v2.premium-active .premium-hero__vignette {
  background:
    linear-gradient(90deg, rgba(5, 5, 16, 0.5) 0%, rgba(5, 5, 16, 0.12) 55%, rgba(5, 5, 16, 0.25) 100%),
    linear-gradient(180deg,
      rgba(5, 5, 16, 0.45) 0%,
      rgba(5, 5, 16, 0.08) 40%,
      rgba(5, 5, 16, 0.2) 70%,
      rgba(5, 5, 16, 0.82) 100%) !important;
}

@media (max-width: 991.98px) {
  #lc-v2.premium-active .premium-hero__wheel {
    --wheel-radius: min(120px, 32vw);
    width: min(300px, 78vw);
    height: min(300px, 78vw);
    margin: 1.5rem auto 0;
    opacity: 0.98;
  }
  #lc-v2.premium-active .premium-hero {
    padding-bottom: 3rem;
  }
  #lc-v2.premium-active .premium-zodiac-wheel-css__name {
    font-size: 0.5rem;
  }
  #lc-v2.premium-active .premium-zodiac-wheel-css__orb {
    width: 2.15rem;
    height: 2.15rem;
  }
}
#lc-v2.premium-active .premium-zodiac-wheel-css {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: none !important;
  background: transparent;
  border: none;
  box-shadow: none;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__glow {
  position: absolute;
  inset: -8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.16) 0%, rgba(123, 94, 167, 0.1) 42%, transparent 70%);
  pointer-events: none;
  animation: lcWheelPulse 5s ease-in-out infinite;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__disc {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 30%, rgba(255, 240, 200, 0.12), transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(22, 14, 48, 0.92) 0%, rgba(12, 8, 30, 0.95) 70%, rgba(8, 6, 22, 0.75) 100%);
  border: 1px solid rgba(201, 168, 76, 0.32);
  box-shadow:
    inset 0 0 50px rgba(0, 0, 0, 0.45),
    0 0 60px rgba(123, 94, 167, 0.22),
    0 20px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: lcWheelSpin var(--wheel-spin) linear infinite;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__ring--outer {
  inset: 3%;
  border: 1.5px solid rgba(240, 208, 128, 0.55);
  box-shadow: 0 0 20px rgba(201, 168, 76, 0.12);
}

#lc-v2.premium-active .premium-zodiac-wheel-css__ring--outer::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 1px dashed rgba(240, 208, 128, 0.28);
}

#lc-v2.premium-active .premium-zodiac-wheel-css__ring--mid {
  inset: 18%;
  border: 1px solid rgba(201, 168, 76, 0.2);
  animation-duration: calc(var(--wheel-spin) * 1.35);
  animation-direction: reverse;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__ring--inner {
  inset: 30%;
  border: 1px solid rgba(201, 168, 76, 0.16);
  animation: none;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__aura,
#lc-v2.premium-active .premium-zodiac-wheel-css__inner,
#lc-v2.premium-active .premium-zodiac-wheel-css::after {
  display: none !important;
  content: none;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__core {
  position: absolute;
  inset: 36%;
  z-index: 3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 38% 32%, rgba(255, 236, 180, 0.28), transparent 42%),
    radial-gradient(circle, rgba(28, 18, 55, 0.95) 0%, rgba(10, 8, 24, 0.98) 100%);
  border: 1px solid rgba(240, 208, 128, 0.42);
  box-shadow:
    0 0 28px rgba(201, 168, 76, 0.28),
    inset 0 0 16px rgba(240, 208, 128, 0.08);
  animation: lcWheelPulse 4s ease-in-out infinite;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__core-ring {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.18);
  pointer-events: none;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__star {
  position: relative;
  z-index: 1;
  font-size: 1.35rem;
  line-height: 1;
  color: #f6e2a0;
  text-shadow: 0 0 16px rgba(255, 220, 120, 0.85);
  animation: lcStarTwinkle 2.8s ease-in-out infinite;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__glyphs {
  position: absolute;
  inset: 0;
  z-index: 7;
  border-radius: 50%;
  animation: lcWheelSpin var(--wheel-spin) linear infinite !important;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__spoke {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  transform: rotate(calc(var(--glyph-i) * 30deg - 90deg)) translate(0, calc(-1 * var(--wheel-radius))) !important;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__glyph {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none !important;
  color: inherit;
  font-size: inherit !important;
  text-shadow: none !important;
  animation: lcWheelCounterSpin var(--wheel-spin) linear infinite;
  transition: filter 0.25s ease;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__orb {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 248, 220, 0.35), transparent 42%),
    radial-gradient(circle, rgba(42, 28, 78, 0.98) 0%, rgba(16, 10, 36, 1) 100%);
  border: 1.5px solid rgba(245, 216, 140, 0.75);
  box-shadow:
    0 0 0 4px rgba(201, 168, 76, 0.12),
    0 0 22px rgba(240, 208, 128, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__symbol {
  font-size: 1.05rem;
  line-height: 1;
  color: #ffe9a8;
  text-shadow: 0 0 10px rgba(240, 208, 128, 0.45);
}

#lc-v2.premium-active .premium-zodiac-wheel-css__name {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243, 226, 168, 0.92);
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  line-height: 1;
}

#lc-v2.premium-active .premium-zodiac-wheel-css__glyph:hover {
  z-index: 6;
  filter: drop-shadow(0 0 10px rgba(240, 208, 128, 0.55));
}

#lc-v2.premium-active .premium-zodiac-wheel-css__glyph:hover .premium-zodiac-wheel-css__orb {
  transform: scale(1.14);
  border-color: rgba(255, 230, 160, 0.85);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 245, 210, 0.35), transparent 48%),
    radial-gradient(circle, rgba(50, 34, 90, 0.96) 0%, rgba(18, 12, 40, 0.98) 100%);
  box-shadow:
    0 0 0 4px rgba(201, 168, 76, 0.14),
    0 0 22px rgba(240, 208, 128, 0.4);
}

#lc-v2.premium-active .premium-zodiac-wheel-css:hover .premium-zodiac-wheel-css__glyphs,
#lc-v2.premium-active .premium-zodiac-wheel-css:hover .premium-zodiac-wheel-css__glyph,
#lc-v2.premium-active .premium-zodiac-wheel-css:hover .premium-zodiac-wheel-css__ring {
  animation-play-state: paused;
}

/* legacy class aliases so old tile selectors do not break */
#lc-v2.premium-active .premium-zodiac-wheel-css__tile {
  all: unset;
}

@keyframes lcWheelSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes lcWheelCounterSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes lcWheelPulse {
  0%, 100% { opacity: 0.88; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.03); }
}

@keyframes lcStarTwinkle {
  0%, 100% { opacity: 0.8; transform: scale(1) rotate(0deg); }
  50% { opacity: 1; transform: scale(1.12) rotate(10deg); }
}

@media (max-width: 991.98px) {
  #lc-v2.premium-active .premium-hero__wheel {
    --wheel-radius: min(120px, 32vw);
    width: min(300px, 78vw);
    height: min(300px, 78vw);
    right: 50%;
    top: auto;
    bottom: 3%;
    transform: translate(50%, 0) !important;
    opacity: 0.96;
  }
  #lc-v2.premium-active .premium-hero__content .col-lg-7,
  #lc-v2.premium-active .premium-hero__content .col-xl-6 {
    max-width: 100%;
  }
  #lc-v2.premium-active .premium-hero {
    padding-bottom: 13rem;
  }
  #lc-v2.premium-active .premium-zodiac-wheel-css__name {
    font-size: 0.5rem;
  }
  #lc-v2.premium-active .premium-zodiac-wheel-css__orb {
    width: 2rem;
    height: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #lc-v2.premium-active .premium-zodiac-wheel-css__glyphs,
  #lc-v2.premium-active .premium-zodiac-wheel-css__glyph,
  #lc-v2.premium-active .premium-zodiac-wheel-css__ring,
  #lc-v2.premium-active .premium-zodiac-wheel-css__glow,
  #lc-v2.premium-active .premium-zodiac-wheel-css__core,
  #lc-v2.premium-active .premium-zodiac-wheel-css__star {
    animation: none !important;
  }
}

html.lc-theme-light #lc-v2.premium-active .premium-zodiac-wheel-css__disc {
  background:
    radial-gradient(circle at 42% 32%, rgba(255, 255, 255, 0.55), transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(255, 252, 245, 0.82) 0%, rgba(245, 238, 220, 0.75) 100%);
  border-color: rgba(166, 132, 60, 0.35);
}
html.lc-theme-light #lc-v2.premium-active .premium-zodiac-wheel-css__orb {
  background: radial-gradient(circle, #fffdf8 0%, #f4ead0 100%);
  border-color: rgba(166, 132, 60, 0.45);
}
html.lc-theme-light #lc-v2.premium-active .premium-zodiac-wheel-css__symbol,
html.lc-theme-light #lc-v2.premium-active .premium-zodiac-wheel-css__name {
  color: #7a5c1e;
  text-shadow: none;
}
.premium-birth-visual {
  margin-top: 1.5rem;
  justify-content: flex-start;
}
.premium-birth-visual__ring {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px dashed rgba(201,168,76,0.45);
  background:
    radial-gradient(circle at 40% 35%, rgba(123,94,167,0.25), transparent 55%),
    radial-gradient(circle at center, rgba(15,15,42,0.4), rgba(10,10,26,0.9));
  box-shadow: 0 0 40px rgba(123,94,167,0.25);
}
.premium-birth-visual__inner {
  position: absolute;
  inset: 28%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(201,168,76,0.35);
  background: rgba(10,10,26,0.75);
}
.premium-birth-visual__glyph {
  font-size: 1.8rem;
  color: #f0d080;
  line-height: 1;
}
.premium-birth-visual__label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243,233,208,0.7);
  margin-top: 0.25rem;
}
.premium-birth-visual__planet {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin: -0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 700;
  color: #f0d080;
  background: rgba(15,15,42,0.85);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 50%;
  transform: rotate(calc(var(--pi) * 30deg)) translateY(-92px) rotate(calc(var(--pi) * -30deg));
}

#premium-choghadiya .premium-choghadiya-panel.is-active,
#premium-choghadiya #chog-day {
  display: block !important;
}
#premium-choghadiya .premium-chog-slot {
  color: #f3e9d0;
  background: rgba(15,15,42,0.85);
  min-height: 110px;
}
#premium-choghadiya .premium-chog-grid {
  opacity: 1;
  visibility: visible;
}

#premium-festival-calendar .premium-calendar__day,
#premium-hindu-calendar .premium-calendar__day {
  cursor: pointer;
}
#premium-festival-calendar .premium-calendar__day.has-event .premium-calendar__dot,
#premium-hindu-calendar .premium-calendar__day.has-event .premium-calendar__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-top: 0.2rem;
}
#premium-festival-calendar-detail:not([hidden]),
#premium-hindu-calendar-detail:not([hidden]) {
  display: block;
  animation: lcDetailIn 0.25s ease;
}
@keyframes lcDetailIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

#premium-festival-calendar .premium-calendar__day.is-selected,
#premium-hindu-calendar .premium-calendar__day.is-selected {
  border-color: #f0d080 !important;
  box-shadow: 0 0 0 1px rgba(240, 208, 128, 0.55), 0 8px 20px rgba(0,0,0,0.25);
  background: rgba(201, 168, 76, 0.12);
}
