.elementor-2616 .elementor-element.elementor-element-9f3b17b{--display:flex;--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-c88540a */:root {
  --bg: #ffffff;
  --text: #111;
  --muted: #666;
  --brand: #c07a10;
  --border: #ececec;
  --accent: #fff7ea;
}
html, body {
  background: var(--bg);
  color: var(--text);
  margin: 0;
  padding: 0;
  font-family: IRANSans, Vazirmatn, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.9;
}
.container {
  max-width: 960px;
  margin: auto;
  padding: 24px;
}
.breadcrumb {
  font-size: .92rem;
  color: var(--muted);
  margin-bottom: 10px;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-size: 1.9rem;
  margin: .2rem 0 1rem;
}
h2 {
  font-size: 1.28rem;
  margin-top: 2.2rem;
}
h3 {
  font-size: 1.05rem;
  margin-top: 1.4rem;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--border);
  margin: 12px 0;
}
.imgcap {
  font-size: .9rem;
  color: var(--muted);
  margin-top: -8px;
  margin-bottom: 12px;
}
.note {
  background: #f8fbff;
  border: 1px solid #e4f0ff;
  padding: 14px;
  border-radius: 12px;
  margin: 14px 0;
}
.callout {
  background: var(--accent);
  border: 1px solid var(--border);
  padding: 16px;
  border-radius: 12px;
  margin: 20px 0;
}
.grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.cta {
  border: 1px solid var(--brand);
  background: #fff7ea;
  padding: 18px;
  border-radius: 14px;
  margin: 28px 0;
}
.cta a.btn {
  background: var(--brand);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
}
footer {
  border-top: 1px solid var(--border);
  margin-top: 44px;
  padding-top: 18px;
  color: var(--muted);
  font-size: .9rem;
}
.toc {
  border: 1px dashed var(--border);
  padding: 12px;
  border-radius: 12px;
  background: #fafafa;
  margin: 12px 0 22px;
}
ul.check {
  list-style: none;
  padding: 0;
}
ul.check li {
  padding-inline-start: 22px;
  position: relative;
}
ul.check li:before {
  content: "✔";
  position: absolute;
  inset-inline-start: 0;
  color: #2a7f2a;
}/* End custom CSS */