.nostylelist {
    list-style: none;
  }

  .sstips {
    background-color: rgba(0, 4, 255, 0.2)!important;
    border-color: #4299e1!important;
    color: black!important;
    
  }

  #hero{
    height: 25vh;
    background-image: url('Elementor.jpg');
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
    border-radius: 6px;
  }

  body {
    font-family: "Rubik", system-ui, sans-serif;
    line-height: 1.6;
    padding: 20px;
    background: #f5f5f5;
    color: #333;
  }

  .container {
    max-width: 1000px;
    margin: 0 auto;
  }

  h1 {
    text-align: center;
    color: #2d3748;
    margin-bottom: 30px;
    font-size: 2.5em;
  }

  .section {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  h2 {
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #edf2f7;
    font-size: 1.8em;
  }

  h3 {
    color: #4a5568;
    margin: 15px 0;
    font-size: 1.3em;
  }

  .option-group {
    margin: 20px 0;
    padding: 15px;
    background: #f8fafc;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
  }

  .option-group h4 {
    color: #4a5568;
    margin-bottom: 10px;
    font-size: 1.1em;
  }

  .option-list {
    list-style: none;
    margin-left: 15px;
  }

  .option-list li {
    margin: 8px 0;
    position: relative;
  }

  .option-list li::before {
    content: "•";
    color: #4299e1;
    font-weight: bold;
    position: absolute;
    left: -15px;
  }

  .note {
    background: #ebf8ff;
    border-left: 4px solid #4299e1;
    padding: 15px;
    margin: 15px 0;
    font-size: 0.95em;
    color: #2c5282;
  }

  .warning {
    background: #fff5f5;
    border-left: 4px solid #f56565;
    padding: 15px;
    margin: 15px 0;
    font-size: 0.95em;
    color: #c53030;
  }

  .pro-tip {
    background: #f0fff4;
    border-left: 4px solid #48bb78;
    padding: 15px;
    margin: 15px 0;
    font-size: 0.95em;
    color: #276749;
  }

  .section-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
  }

  .shortcut {
    display: inline-block;
    padding: 3px 8px;
    background: #edf2f7;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9em;
  }

  .parameter-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
  }

  .parameter-table th,
  .parameter-table td {
    padding: 10px;
    border: 1px solid #e2e8f0;
    text-align: left;
  }

  .parameter-table th {
    background: #f7fafc;
    font-weight: 500;
  }

  .tab-style {
    display: inline-block;
    padding: 5px 10px;
    background: #e2e8f0;
    border-radius: 4px;
    margin: 2px;
    font-size: 0.9em;
    color: #4a5568;
  }

  @media (max-width: 768px) {
    .section-grid {
      grid-template-columns: 1fr;
    }

    body {
      padding: 10px;
    }

    .section {
      padding: 15px;
    }
  }

  .image-placeholder {
    background: #e2e8f0;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
    color: #4a5568;
    margin: 10px 0;
  }

  .keyboard-shortcut {
    background: #2d3748;
    color: white;
    padding: 15px;
    border-radius: 6px;
    margin: 10px 0;
    font-family: monospace;
  }

  .feature-box {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 15px;
    margin: 10px 0;
    background: white;
  }

  .feature-box h4 {
    color: #2d3748;
    margin-bottom: 10px;
  }

  .feature-list {
    margin-left: 20px;
  }

  .responsive-indicators {
    display: flex;
    gap: 10px;
    margin: 10px 0;
  }

  .device-icon {
    padding: 5px 10px;
    background: #edf2f7;
    border-radius: 4px;
    font-size: 0.9em;
  }