.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-26fa2e7 */:root {
      --accent: #d9534f;
      --text: #222;
      --muted: #555;
      --bg: #fff;
    }
    body {
      margin: 0;
      padding: 0;
      direction: rtl;
      background: var(--bg);
      color: var(--text);
      line-height: 1.8;
    }
    .container {
      max-width: 950px;
      margin: 40px auto;
      padding: 28px;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    }
    h1, h2, h3 {
      margin-top: 1.2em;
      color: var(--text);
    }
    .important { color: var(--accent); font-weight: bold; }
    p, li { margin: 10px 0; }
    ul { padding-right: 25px; }
    a { color: #0d6efd; text-decoration: none; }
    a:hover { text-decoration: underline; }
    .muted { color: var(--muted); font-size: 14px; }
    @media (max-width: 600px) {
      .container { padding: 18px; margin: 16px; }
    }/* End custom CSS */