/* ============================================================================
 * premium-ui.css  •  v8.0  •  2026-05-24
 * ----------------------------------------------------------------------------
 * تنسيق فخم للبوصلة والتقويم الهجري والمناسبات
 * ========================================================================== */

:root {
  --pu-navy:       #0a1f3d;
  --pu-navy-deep:  #04132a;
  --pu-navy-mid:   #08203d;
  --pu-gold:       #e5c07a;
  --pu-gold-soft:  #f3d99a;
  --pu-gold-deep:  #b48a48;
  --pu-cream:      #fffdf6;
  --pu-cream-warm: #fff5d8;
  --pu-text:       #1a2942;
  --pu-text-soft:  rgba(26, 41, 66, 0.62);
  --pu-text-muted: rgba(26, 41, 66, 0.42);
  --pu-border:     rgba(229, 192, 122, 0.32);
  --pu-success:    #22c55e;
  --pu-success-bg: rgba(34, 197, 94, 0.12);
  --pu-warn:       #f59e0b;
  --pu-warn-bg:    rgba(245, 158, 11, 0.12);
  --pu-shadow:     0 8px 24px rgba(10, 31, 61, 0.10);
  --pu-shadow-lg:  0 14px 36px rgba(10, 31, 61, 0.18);
  --pu-shadow-gold: 0 8px 22px rgba(180, 138, 72, 0.28);
  --pu-radius:     20px;
  --pu-radius-sm:  12px;
  --pu-radius-pill: 999px;
  --pu-ease:       cubic-bezier(.22, 1, .36, 1);
}

/* ════════════════════════════════════════════════════════════════════
 * Spinner & Loading
 * ════════════════════════════════════════════════════════════════════ */
.qbl-loading,
.hjr-loading {
  text-align: center;
  padding: 50px 20px;
  color: var(--pu-text-soft);
}

.qbl-spinner {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(229, 192, 122, 0.22);
  border-top-color: var(--pu-gold-deep);
  border-radius: 50%;
  margin: 0 auto 14px;
  animation: pu-spin 0.9s linear infinite;
}

@keyframes pu-spin { to { transform: rotate(360deg); } }

/* ════════════════════════════════════════════════════════════════════
 * ١. بوصلة القبلة الفخمة
 * ════════════════════════════════════════════════════════════════════ */
[data-qibla-premium] {
  display: block;
  width: 100%;
}

.qbl-card {
  position: relative;
  background:
    radial-gradient(ellipse at top, rgba(229, 192, 122, 0.10), transparent 60%),
    linear-gradient(180deg, var(--pu-cream) 0%, var(--pu-cream-warm) 100%);
  border: 1px solid var(--pu-border);
  border-radius: var(--pu-radius);
  box-shadow: var(--pu-shadow-lg);
  padding: 28px 24px;
  overflow: hidden;
}

.qbl-card::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -20%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(229, 192, 122, 0.18), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}

.qbl-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.qbl-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.qbl-title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--pu-navy), var(--pu-navy-deep));
  border-radius: 12px;
  font-size: 22px;
  box-shadow: 0 6px 14px rgba(10, 31, 61, 0.25);
}

.qbl-title h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pu-text);
}

.qbl-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(229, 192, 122, 0.10);
  border: 1px solid var(--pu-border);
  border-radius: 50%;
  color: var(--pu-gold-deep);
  cursor: pointer;
  transition: all 0.2s var(--pu-ease);
}

.qbl-refresh:hover {
  background: rgba(229, 192, 122, 0.22);
  transform: rotate(180deg);
}

/* ── المنصّة الرئيسية للبوصلة ── */
.qbl-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0 22px;
  z-index: 1;
}

.qbl-svg {
  width: 320px;
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 30px rgba(10, 31, 61, 0.25));
  transition: filter 0.4s ease;
}

[data-qibla-premium].is-aligned .qbl-svg {
  filter: drop-shadow(0 0 24px rgba(34, 197, 94, 0.55));
}

[data-qibla-premium].is-tilted .qbl-svg {
  filter: drop-shadow(0 0 14px rgba(245, 158, 11, 0.4));
}

/* قراءة الدرجات في الوسط (تظهر فوق SVG) */
.qbl-readout {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
}

.qbl-deg {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--pu-gold-soft);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

[data-qibla-premium].is-aligned .qbl-deg {
  color: var(--pu-success);
}

.qbl-dir {
  margin-top: 6px;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(229, 192, 122, 0.75);
  letter-spacing: 0.08em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

/* ── معلومات الموقع ── */
.qbl-info-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

.qbl-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid rgba(10, 31, 61, 0.06);
  border-radius: var(--pu-radius-sm);
  box-shadow: 0 2px 6px rgba(10, 31, 61, 0.04);
}

.qbl-info-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(229, 192, 122, 0.16);
  border-radius: 8px;
  font-size: 16px;
}

.qbl-info-label {
  font-size: 0.74rem;
  color: var(--pu-text-soft);
}

.qbl-info-value {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--pu-text);
  font-variant-numeric: tabular-nums;
}

/* ── شريط الحالة ── */
.qbl-status {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  background: rgba(10, 31, 61, 0.05);
  border-radius: var(--pu-radius-pill);
  margin-bottom: 14px;
  transition: background 0.3s ease, color 0.3s ease;
}

.qbl-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pu-gold-deep);
  animation: pu-pulse 1.6s ease infinite;
}

@keyframes pu-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.5; transform: scale(0.85); }
}

.qbl-status-text {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--pu-text);
}

.qbl-status.is-aligned {
  background: var(--pu-success-bg);
  color: #166534;
}

.qbl-status.is-aligned .qbl-status-dot {
  background: var(--pu-success);
  animation: none;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
}

.qbl-status.is-aligned .qbl-status-text {
  color: #166534;
  font-weight: 800;
}

.qbl-status.is-warn {
  background: var(--pu-warn-bg);
  color: #92400e;
}

.qbl-status.is-warn .qbl-status-dot {
  background: var(--pu-warn);
  animation: none;
}

/* ── زرّ التفعيل ── */
.qbl-live-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 22px;
  background: linear-gradient(135deg, var(--pu-gold), var(--pu-gold-deep));
  color: var(--pu-navy-deep);
  border: 0;
  border-radius: var(--pu-radius-pill);
  font-family: inherit;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: var(--pu-shadow-gold);
  transition: all 0.2s var(--pu-ease);
  position: relative;
  z-index: 1;
}

.qbl-live-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(180, 138, 72, 0.42);
}

.qbl-live-btn:active {
  transform: scale(0.98);
}

.qbl-live-btn.is-active {
  background: linear-gradient(135deg, var(--pu-success), #16a34a);
  color: #fff;
  box-shadow: 0 8px 22px rgba(34, 197, 94, 0.32);
}

.qbl-tip {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  padding: 12px 14px;
  background: rgba(229, 192, 122, 0.08);
  border: 1px dashed rgba(229, 192, 122, 0.32);
  border-radius: var(--pu-radius-sm);
  font-size: 0.84rem;
  color: var(--pu-text-soft);
  text-align: center;
  line-height: 1.6;
}

/* ── خطأ ── */
.qbl-error-card {
  text-align: center;
  padding: 32px 24px;
}

.qbl-error-msg {
  margin: 16px 0;
  color: var(--pu-text-soft);
  font-size: 0.95rem;
}

/* ════════════════════════════════════════════════════════════════════
 * ٢. التقويم الهجري - اليوم
 * ════════════════════════════════════════════════════════════════════ */
[data-hijri-today] {
  display: block;
}

.hjr-today {
  position: relative;
  background: linear-gradient(135deg, var(--pu-navy) 0%, var(--pu-navy-deep) 100%);
  color: var(--pu-cream);
  border-radius: var(--pu-radius);
  padding: 28px 24px;
  box-shadow: var(--pu-shadow-lg);
  text-align: center;
  overflow: hidden;
}

.hjr-today::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -20%;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(229, 192, 122, 0.18), transparent 60%);
  border-radius: 50%;
  pointer-events: none;
}

.hjr-today::after {
  content: '';
  position: absolute;
  bottom: -40%;
  right: -20%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(229, 192, 122, 0.10), transparent 65%);
  border-radius: 50%;
  pointer-events: none;
}

.hjr-today-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
}

.hjr-today-icon {
  font-size: 28px;
  filter: drop-shadow(0 2px 6px rgba(229, 192, 122, 0.5));
}

.hjr-today-weekday {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--pu-gold-soft);
  letter-spacing: 0.04em;
}

.hjr-today-hijri {
  position: relative;
  z-index: 1;
  margin: 18px 0 12px;
}

.hjr-today-day {
  font-size: 4.5rem;
  font-weight: 900;
  color: var(--pu-gold);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 4px 14px rgba(229, 192, 122, 0.4);
}

.hjr-today-month {
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--pu-cream);
  margin-top: 4px;
  letter-spacing: 0.02em;
}

.hjr-today-year {
  font-size: 1.05rem;
  color: rgba(229, 192, 122, 0.72);
  margin-top: 2px;
  letter-spacing: 0.04em;
}

.hjr-today-greg {
  position: relative;
  z-index: 1;
  font-size: 0.88rem;
  color: rgba(255, 253, 246, 0.65);
  margin-bottom: 16px;
}

.hjr-today-tag {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 6px 14px;
  background: rgba(229, 192, 122, 0.18);
  border: 1px solid rgba(229, 192, 122, 0.42);
  border-radius: var(--pu-radius-pill);
  color: var(--pu-gold-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

.hjr-next-event {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  padding: 16px 18px;
  background: rgba(229, 192, 122, 0.12);
  border: 1px solid rgba(229, 192, 122, 0.30);
  border-radius: var(--pu-radius-sm);
  text-align: center;
}

.hjr-next-label {
  font-size: 0.74rem;
  color: rgba(229, 192, 122, 0.72);
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.hjr-next-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--pu-gold-soft);
  margin-bottom: 8px;
}

.hjr-next-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.84rem;
  color: rgba(255, 253, 246, 0.72);
}

.hjr-next-days {
  padding: 3px 10px;
  background: rgba(229, 192, 122, 0.20);
  border-radius: var(--pu-radius-pill);
  font-weight: 700;
  color: var(--pu-gold);
}

/* ════════════════════════════════════════════════════════════════════
 * ٣. محوّل التواريخ
 * ════════════════════════════════════════════════════════════════════ */
.hjr-converter {
  background: linear-gradient(180deg, var(--pu-cream) 0%, var(--pu-cream-warm) 100%);
  border: 1px solid var(--pu-border);
  border-radius: var(--pu-radius);
  box-shadow: var(--pu-shadow);
  padding: 24px 22px;
}

.hjr-conv-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.hjr-conv-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pu-gold);
  border-radius: 10px;
  font-size: 20px;
}

.hjr-conv-head h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--pu-text);
}

.hjr-conv-label {
  display: block;
  font-size: 0.88rem;
  color: var(--pu-text-soft);
  margin-bottom: 8px;
  font-weight: 600;
}

.hjr-conv-input {
  width: 100%;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid rgba(10, 31, 61, 0.12);
  border-radius: var(--pu-radius-sm);
  font-family: inherit;
  font-size: 1rem;
  color: var(--pu-text);
  font-variant-numeric: tabular-nums;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.hjr-conv-input:focus {
  outline: none;
  border-color: var(--pu-gold);
  box-shadow: 0 0 0 4px rgba(229, 192, 122, 0.18);
}

.hjr-conv-result {
  margin-top: 16px;
  padding: 16px 18px;
  background: linear-gradient(135deg, var(--pu-navy), var(--pu-navy-deep));
  border-radius: var(--pu-radius-sm);
  color: var(--pu-cream);
  text-align: center;
}

.hjr-conv-result-label {
  font-size: 0.78rem;
  color: rgba(229, 192, 122, 0.7);
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.hjr-conv-result-value {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--pu-gold);
}

/* ════════════════════════════════════════════════════════════════════
 * ٤. قائمة المناسبات
 * ════════════════════════════════════════════════════════════════════ */
.hjr-events {
  background: linear-gradient(180deg, var(--pu-cream) 0%, var(--pu-cream-warm) 100%);
  border: 1px solid var(--pu-border);
  border-radius: var(--pu-radius);
  box-shadow: var(--pu-shadow);
  padding: 24px 22px;
}

.hjr-events-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--pu-border);
}

.hjr-events-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--pu-gold), var(--pu-gold-deep));
  border-radius: 10px;
  font-size: 20px;
  box-shadow: var(--pu-shadow-gold);
}

.hjr-events-head h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--pu-text);
}

.hjr-events-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hjr-event {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 14px;
  background: #fff;
  border: 1px solid rgba(10, 31, 61, 0.06);
  border-radius: var(--pu-radius-sm);
  margin-bottom: 8px;
  transition: transform 0.2s var(--pu-ease), box-shadow 0.2s;
}

.hjr-event:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(10, 31, 61, 0.08);
}

.hjr-event.is-urgent {
  border-color: var(--pu-gold-strong);
  background: linear-gradient(90deg, rgba(229, 192, 122, 0.12), #fff);
}

.hjr-event-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pu-cream-warm);
  border-radius: 12px;
  font-size: 22px;
}

.hjr-event.is-urgent .hjr-event-icon {
  background: linear-gradient(135deg, var(--pu-gold), var(--pu-gold-deep));
}

.hjr-event-body {
  flex: 1;
  min-width: 0;
}

.hjr-event-name {
  font-size: 1rem;
  font-weight: 800;
  color: var(--pu-text);
  margin-bottom: 3px;
}

.hjr-event-desc {
  font-size: 0.82rem;
  color: var(--pu-text-soft);
  line-height: 1.5;
  margin-bottom: 6px;
}

.hjr-event-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 0.8rem;
}

.hjr-event-date {
  color: var(--pu-gold-deep);
  font-weight: 700;
}

.hjr-event-days {
  padding: 3px 10px;
  background: rgba(10, 31, 61, 0.05);
  border-radius: var(--pu-radius-pill);
  color: var(--pu-text-soft);
  font-weight: 700;
}

.hjr-event.is-urgent .hjr-event-days {
  background: var(--pu-gold-deep);
  color: #fff;
}

/* ════════════════════════════════════════════════════════════════════
 * ٥. عرض شهر هجري كامل
 * ════════════════════════════════════════════════════════════════════ */
.hjr-month {
  background: linear-gradient(180deg, var(--pu-cream) 0%, var(--pu-cream-warm) 100%);
  border: 1px solid var(--pu-border);
  border-radius: var(--pu-radius);
  box-shadow: var(--pu-shadow);
  padding: 24px 22px;
}

.hjr-month-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.hjr-month-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--pu-cream);
  border: 1px solid var(--pu-border);
  border-radius: 50%;
  color: var(--pu-gold-deep);
  cursor: pointer;
  transition: all 0.2s var(--pu-ease);
}

.hjr-month-nav:hover {
  background: var(--pu-gold);
  color: #fff;
}

.hjr-month-title {
  text-align: center;
  flex: 1;
}

.hjr-month-title h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pu-text);
}

.hjr-month-tag {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 10px;
  background: rgba(229, 192, 122, 0.18);
  border-radius: var(--pu-radius-pill);
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--pu-gold-deep);
}

.hjr-month-desc {
  margin: 0 0 16px;
  padding: 10px 14px;
  background: rgba(229, 192, 122, 0.08);
  border-right: 3px solid var(--pu-gold);
  border-radius: 6px;
  font-size: 0.86rem;
  color: var(--pu-text-soft);
  line-height: 1.7;
}

.hjr-grid {
  background: #fff;
  border: 1px solid rgba(10, 31, 61, 0.06);
  border-radius: var(--pu-radius-sm);
  overflow: hidden;
}

.hjr-grid-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: var(--pu-navy);
  color: var(--pu-gold);
}

.hjr-wd {
  text-align: center;
  padding: 10px 4px;
  font-size: 0.82rem;
  font-weight: 700;
}

.hjr-grid-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  background: rgba(10, 31, 61, 0.06);
}

.hjr-day {
  position: relative;
  background: #fff;
  min-height: 64px;
  padding: 6px 4px;
  text-align: center;
  transition: background 0.2s ease;
}

.hjr-day:hover { background: rgba(229, 192, 122, 0.08); }

.hjr-day.is-empty { background: rgba(10, 31, 61, 0.02); }

.hjr-day-num {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--pu-text);
  font-variant-numeric: tabular-nums;
}

.hjr-day.is-today {
  background: linear-gradient(135deg, var(--pu-gold), var(--pu-gold-deep));
}

.hjr-day.is-today .hjr-day-num {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
}

.hjr-day.is-event {
  background: rgba(229, 192, 122, 0.12);
}

.hjr-day.is-event.is-today {
  background: linear-gradient(135deg, var(--pu-gold), var(--pu-gold-deep));
}

.hjr-day-event {
  margin-top: 4px;
  padding: 2px 4px;
  background: var(--pu-navy);
  color: var(--pu-gold);
  font-size: 0.62rem;
  font-weight: 700;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.hjr-day.is-today .hjr-day-event {
  background: var(--pu-navy-deep);
}

/* ════════════════════════════════════════════════════════════════════
 * ٦. شريط هجري بسيط (للنافبار)
 * ════════════════════════════════════════════════════════════════════ */
[data-hijri-bar] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: linear-gradient(135deg, rgba(229, 192, 122, 0.18), rgba(229, 192, 122, 0.08));
  border: 1px solid rgba(229, 192, 122, 0.30);
  border-radius: var(--pu-radius-pill);
  color: var(--pu-gold-soft);
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
}

.hjr-bar-icon { font-size: 0.95em; }

/* ════════════════════════════════════════════════════════════════════
 * Responsive
 * ════════════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  .qbl-card,
  .hjr-today,
  .hjr-converter,
  .hjr-events,
  .hjr-month {
    padding: 20px 16px;
  }

  .qbl-svg { width: 280px; }
  .qbl-deg { font-size: 2rem; }
  .qbl-info-grid { grid-template-columns: 1fr; }

  .hjr-today-day { font-size: 3.5rem; }
  .hjr-today-month { font-size: 1.35rem; }

  .hjr-day { min-height: 50px; padding: 4px 2px; }
  .hjr-day-num { font-size: 0.82rem; }
  .hjr-day-event { font-size: 0.54rem; padding: 1px 3px; }
  .hjr-wd { padding: 8px 2px; font-size: 0.72rem; }

  [data-hijri-bar] { font-size: 0.72rem; padding: 4px 10px; }
}

/* END */
