.elementor-819 .elementor-element.elementor-element-d1fe18a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}/* Start custom CSS for text-editor, class: .elementor-element-daa29f0 */.muggle-container {
    max-width: 800px;
    margin: 40px auto;
    background: #1a1a1a;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
    font-family: 'Open Sans', sans-serif;
    color: #f5f5f5;
    line-height: 1.7;
  }

  .muggle-container h1 {
    font-family: 'Cinzel', serif;
    font-size: 36px;
    color: #ffd700;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .muggle-container .notice-box {
    background-color: #333;
    border-left: 5px solid #ffd700;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 8px;
    font-style: italic;
    color: #eee;
  }

  .muggle-container .command {
    background-color: #222;
    padding: 10px 15px;
    border-left: 4px solid #4caf50;
    margin: 10px 0;
    border-radius: 6px;
    font-weight: bold;
    color: #dcdcdc;
  }

  .muggle-container ol {
    padding-left: 20px;
    margin: 20px 0;
  }

  .muggle-container ol li {
    margin-bottom: 10px;
    padding-left: 5px;
  }

  .muggle-container a {
    color: #1e90ff;
    text-decoration: none;
  }

  .muggle-container a:hover {
    text-decoration: underline;
  }/* End custom CSS */