[data-jalali-picker] { cursor: pointer; background-color: #fff; }
.wc-jdp-popup { position:absolute; z-index:2147482000; padding:12px; border:1px solid #d9dce7; border-radius:16px; background:#fff; box-shadow:0 18px 50px rgba(16,24,40,.20); font-family:inherit; color:#182033; }
.wc-jdp-head { display:grid; grid-template-columns:38px 1fr 38px; align-items:center; gap:6px; margin-bottom:10px; }
.wc-jdp-head strong { text-align:center; font-size:14px; }
.wc-jdp-head button, .wc-jdp-footer button { border:1px solid #e4e7ee; background:#f8f9fc; border-radius:10px; min-height:34px; cursor:pointer; font-family:inherit; }
.wc-jdp-grid { display:grid; grid-template-columns:repeat(7,1fr); gap:4px; align-items:center; }
.wc-jdp-week { text-align:center; font-size:11px; color:#7a8192; padding:5px 0; }
.wc-jdp-day { aspect-ratio:1; min-width:0; border:0; border-radius:9px; background:transparent; cursor:pointer; font-family:inherit; color:inherit; }
.wc-jdp-day:hover:not(:disabled) { background:#f0efff; }
.wc-jdp-day.is-selected { background:#6657df; color:#fff; font-weight:700; }
.wc-jdp-day:disabled { opacity:.28; cursor:not-allowed; }
.wc-jdp-footer { display:flex; justify-content:space-between; gap:8px; margin-top:10px; }
.wc-jdp-footer button { padding:5px 12px; }
