/* Vazirmatn v33.003 — bundled locally; no font CDN request. */
@font-face {
  font-family: "RezhimYarLocal";
  src: url("./vazirmatn-v33.003-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

/* کنترل‌های فرم و گزینه‌های منوی کشویی در همهٔ صفحات باید همان وزیرمتن رابط را داشته باشند. */
button, input, textarea, select, option, optgroup {
  font-family: "RezhimYarLocal", "Vazirmatn", Tahoma, sans-serif !important;
}

select option,
select optgroup {
  font-style: normal;
  font-weight: 500;
}

.ry-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 28px;
  direction: rtl;
}

.ry-pagination[hidden] { display: none !important; }

.ry-page-btn {
  min-width: 40px;
  height: 40px;
  padding: 0 11px;
  border: 1px solid #E4E9F5;
  border-radius: 11px;
  background: #fff;
  color: #2F52C9;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.ry-page-btn:hover:not(:disabled),
.ry-page-btn[aria-current="page"] {
  color: #fff;
  background: #2F52C9;
  border-color: #2F52C9;
}

.ry-page-btn:disabled { opacity: .42; cursor: default; }

@media (max-width: 480px) {
  .ry-pagination { gap: 5px; margin-top: 22px; }
  .ry-page-btn { min-width: 36px; height: 36px; padding-inline: 9px; }
}
