  
    .instructions {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      padding: 1.5rem;
      background-color: #f0f7ff;
      border-radius: 8px;
      border-left: 4px solid var(--primary-color);
    }
    
    .instructions h3 {
      margin-top: 0;
      color: #0d47a1;
    }
    
    .instructions ol {
      padding-left: 1.5rem;
    }
    
    .instructions li {
      margin-bottom: 0.75rem;
    }
    