
  /* Container */
  .lobf-instructions-forms { 
    background: #f4f8f6; 
    border: 1px solid #e0e6e3; 
    border-radius: 14px; 
    padding: 18px; 
    max-width: 900px; 
    margin: 0 auto; 
    box-sizing: border-box;
    color: #2d2d2d;
  }
  .lobf-instructions-forms .lobf-wrap { 
    font-family: inherit; 
  }
  .lobf-instructions-forms h2, 
  .lobf-instructions-forms h3 { 
    color: #2d2d2d; 
    text-transform: none; 
    letter-spacing: normal; 
    margin: 0 0 10px 0;
  }
  .lobf-instructions-forms h2 { 
    font-size: 1.5rem; 
    line-height: 1.25; 
    margin-top: 4px;
  }
  .lobf-instructions-forms h3 { 
    font-size: 1.15rem; 
    line-height: 1.35; 
    margin-top: 16px;
  }
  .lobf-instructions-forms p { 
    margin: 0 0 12px 0; 
    line-height: 1.6; 
    font-size: 1rem;
  }
  .lobf-instructions-forms ul { 
    margin: 0 0 12px 18px; 
    padding: 0; 
    line-height: 1.6; 
  }
  .lobf-instructions-forms li { 
    margin: 0 0 6px 0; 
  }
  .lobf-instructions-forms a { 
    color: #d36a2f; 
    text-decoration: underline; 
    text-underline-offset: 3px;
  }
  .lobf-instructions-forms a:hover { 
    color: #b45826; 
  }
  .lobf-instructions-forms hr { 
    border: none; 
    border-top: 1px solid #e0e6e3; 
    margin: 18px 0; 
  }
