 h2 {
      color: #1565c0;
      margin-bottom: 1rem;
    }
    .method {
      background: #f0f4f8;
      border-left: 5px solid #1565c0;
      margin: 1.5rem 0;
      padding: 1rem;
      border-radius: 4px;
    }
    .step {
      margin: 0.5rem 0;
    }
    .emoji {
      font-size: 1.2rem;
      margin-right: 0.4rem;
    }
    a {
      color: #1565c0;
      text-decoration: none;
      font-weight: bold;
      word-break: break-word;
    }
    a:hover {
      text-decoration: underline;
    }
    .support {
      background: #e8f0fe;
      border: 1px solid #1565c0;
      padding: 1rem;
      border-radius: 4px;
      margin-top: 2rem;
      font-size: 1.1rem;
    }