.elementor-9766 .elementor-element.elementor-element-c3a46d5{--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-9766 .elementor-element.elementor-element-7d200f8{--display:flex;}/* Start custom CSS */<!-- استایل جداگانه (بدون تغییر فونت، فقط ظاهر و باکس‌ها) -->
<style>
  /* ساختار اصلی و ارث‌بری فونت */
  .heavy-duty-guide {
    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;
  }

  /* جدول ابعاد استاندارد */
  .dimension-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  }
  .dimension-table th, .dimension-table td {
    border: 1px solid #cbd5e1;
    padding: 0.75rem;
    text-align: right;
    vertical-align: top;
  }
  .dimension-table th {
    background: #f1f5f9;
    font-weight: 600;
  }

  /* سایر عناصر */
  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 */