.segoe-ui {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-size: 14px;
      color: #003366;
      line-height: 1.6;
      padding: 20px;
      background-color: #f9f9f9;
    }

    .segoe-ui h2 {
      font-size: 22px;
      margin-bottom: 10px;
      color: #002244;
    }

    .segoe-ui h3 {
      font-size: 18px;
      margin-top: 30px;
      color: #002244;
    }

    .segoe-ui p {
      margin: 0 0 10px 0;
    }

    .segoe-ui ul {
      padding-left: 20px;
    }

    .segoe-ui ul li {
      margin-bottom: 5px;
    }

    .segoe-ui .warning {
      color: #c0392b;
      font-weight: bold;
    }

    .segoe-ui .quality-section {
      margin-top: 30px;
      text-align: center;
    }

    .segoe-ui .quality-section img {
      max-width: 100%;
      height: auto;
    }

    .segoe-ui .quality-section p {
      font-weight: bold;
    }

    .segoe-ui .software-download {
      margin-top: 30px;
      border-top: 1px solid #ccc;
      padding-top: 20px;
    }

    .segoe-ui .software-download img {
      height: 40px;
    }