/* Nobat Plus - Empty Times (match base plugin tone) */
.npet-availability-wrap { direction: rtl; font-family: sans-serif; }
.npet-title { font-weight: 700; color: #28666e; margin-bottom: 10px; }
.npet-empty { background: #f8f8f8; border-radius: 8px; padding: 12px 14px; color: #666; }
.npet-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 10px; }
.npet-item { display: flex; align-items: center; gap: 6px; border: 1px solid #d0d7d9; border-radius: 8px; background: #fff; padding: 10px 12px; color: #333; }
.npet-item:hover { background: #eef5f6; border-color: #28666e; box-shadow: 0 3px 6px rgba(40, 102, 110, 0.08); }
.npet-bullet { color: #28666e; }

/* Month nav */
.npet-month-nav { direction: rtl; }
.npet-month-nav .npet-nav-btn { background: #f1f5f6; color: #28666e; border: 1px solid #d0d7d9; border-radius: 6px; padding: 6px 10px; cursor: pointer; }
.npet-month-nav .npet-nav-btn.is-active { background: #28666e; color: #fff; border-color: #28666e; }
