.elementor-9788 .elementor-element.elementor-element-cc7bb14{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9788 .elementor-element.elementor-element-edf9e3b{--display:flex;}/* Start custom CSS */<style>
  /* استایل جداگانه برای مقاله چک‌لیست نگهداری تجهیزات زیبایی */
  .maintenance-checklist {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
    background: #fff;
    box-sizing: border-box;
    font-family: inherit; /* ارث‌بری از قالب المنتور */
    direction: rtl;
  }

  /* منوی انکر */
  .anchor-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.2rem;
    list-style: none;
    padding: 1rem 0 1.5rem;
    margin: 0 0 2rem;
    border-bottom: 2px solid #e2e8f0;
  }
  .anchor-menu li {
    margin: 0;
  }
  .anchor-menu a {
    text-decoration: none;
    color: #1e4a76;
    font-weight: 500;
    padding: 0.25rem 0;
    border-bottom: 1px dashed #94a3b8;
    transition: 0.2s;
  }
  .anchor-menu a:hover {
    border-bottom-color: #1e4a76;
  }

  /* باکس‌های رنگی */
  .box-success {
    background: #e6f7e6;
    border-right: 6px solid #2b7e2b;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 14px;
  }
  .box-warning {
    background: #fff3e0;
    border-right: 6px solid #ed6c02;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 14px;
  }
  .box-danger {
    background: #ffe6e5;
    border-right: 6px solid #d32f2f;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 14px;
  }
  .box-neutral {
    background: #f8fafc;
    border-right: 6px solid #64748b;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 14px;
  }

  /* سایر عناصر */
  h2, h3, h4 {
    margin-top: 0.2rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
  }
  p {
    line-height: 1.7;
    margin: 0.5rem 0;
  }
  ul, ol {
    padding-right: 1.5rem;
  }
  strong {
    font-weight: 700;
  }
  hr {
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid #e2e8f0;
  }
</style>/* End custom CSS */