/* CCBI — Header prayer times widget */
.mh-prayer-times {
  text-align: right;
  min-width: 9.5rem;
  max-width: 11.5rem;
  margin-inline-start: auto;
}

.mh-prayer-times__title {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal, #1c1a17);
  margin-bottom: 0.35rem;
}

.mh-prayer-times__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mh-prayer-times__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.68rem;
  line-height: 1.35;
  color: rgba(28, 26, 23, 0.72);
}

.mh-prayer-times__row + .mh-prayer-times__row {
  margin-top: 0.12rem;
}

.mh-prayer-times__name {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.mh-prayer-times__time {
  font-variant-numeric: tabular-nums;
  color: rgba(28, 26, 23, 0.82);
}

.mh-prayer-times__row.is-current {
  color: var(--maroon, #1b3a2d);
  font-weight: 600;
}

.mh-prayer-times__row.is-current .mh-prayer-times__time {
  color: var(--gold, #b8902a);
  font-weight: 700;
}

.mh-prayer-times__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold, #b8902a);
  box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.25);
  flex-shrink: 0;
}

.mh-prayer-times__next {
  margin: 0.45rem 0 0;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(184, 144, 42, 0.22);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.62rem;
  line-height: 1.4;
  color: rgba(28, 26, 23, 0.68);
}

.mh-prayer-times__next-name {
  color: var(--maroon, #1b3a2d);
  font-weight: 700;
}

.mh-prayer-times__countdown {
  font-variant-numeric: tabular-nums;
  color: var(--gold, #b8902a);
  font-weight: 700;
}

.mh-prayer-times--unavailable .mh-prayer-times__title {
  margin-bottom: 0;
}

.mh-prayer-times__unavailable {
  margin: 0.2rem 0 0;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.68rem;
  color: rgba(28, 26, 23, 0.62);
}

.mh-prayer-times .btn-ticket {
  margin-top: 0.45rem;
}

/* Mobile menu prayer widget */
.mh-prayer-times-mobile-toggle {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  margin: 0 0 0.5rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 2px;
  background: rgba(13, 43, 34, 0.35);
  color: rgba(248, 244, 238, 0.92);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 0.72rem;
  text-align: start;
  cursor: pointer;
}

.mh-prayer-times-mobile-toggle__icon {
  font-size: 0.95rem;
  line-height: 1;
}

.mh-prayer-times-mobile-toggle__label {
  font-weight: 600;
}

.mh-prayer-times-mobile-toggle__next {
  margin-inline-start: auto;
  font-variant-numeric: tabular-nums;
  color: var(--gold-lt, #e2c46e);
  white-space: nowrap;
}

.mh-prayer-times-mobile-panel {
  margin: 0 0 0.75rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(201, 168, 76, 0.22);
  background: rgba(0, 0, 0, 0.12);
}

.mh-prayer-times-mobile-panel[hidden] {
  display: none !important;
}

.mh-prayer-times-mobile-panel .mh-prayer-times__list {
  text-align: start;
}

.mh-prayer-times-mobile-panel .mh-prayer-times__row {
  color: rgba(248, 244, 238, 0.82);
}

.mh-prayer-times-mobile-panel .mh-prayer-times__row.is-current {
  color: var(--gold-lt, #e2c46e);
}

.mh-prayer-times-mobile-panel .mh-prayer-times__row.is-current .mh-prayer-times__time {
  color: #fff;
}

html[dir='rtl'] .mh-prayer-times {
  text-align: left;
}

html[dir='rtl'] .mh-prayer-times-mobile-toggle__next {
  margin-inline-start: 0;
  margin-inline-end: auto;
}
