
  /* WZ-404AR Simple Description + Parameter Table - No Outer Border Version */
  .wz404-simple-detail {
    width: 100%;
    background: transparent;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    color: #111;
  }

  .wz404-simple-detail * {
    box-sizing: border-box;
  }

  .wz404-simple-wrap {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    background: #ffffff;
    border: none !important;
    border-radius: 0 !important;
    padding: 42px 46px;
    box-sizing: border-box;
  }

  .wz404-desc {
    width: 100%;
    max-width: none;
    margin: 0 0 42px;
  }

  .wz404-desc h2 {
    margin: 0 0 22px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    color: #111;
  }

  .wz404-desc p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.95;
    color: #222;
  }

  .wz404-desc strong {
    font-weight: 700;
    color: #111;
  }

  .wz404-model-line {
    margin: 0 0 24px;
  }

  .wz404-model-line span {
    display: block;
    font-size: 16px;
    line-height: 1.9;
    color: #111;
  }

  .wz404-model-line strong {
    display: inline-block;
    min-width: 150px;
  }

  .wz404-divider {
    width: 100%;
    height: 1px;
    background: #e5e5e2;
    margin: 34px 0;
  }

  .wz404-table-area {
    width: 100%;
    margin: 0;
  }

  .wz404-table-area h2 {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    color: #111;
  }

  .wz404-table-area p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  }

  .wz404-table-scroll {
    width: 100%;
    overflow-x: auto;
    border-top: 1px solid #d9d9d6;
    border-bottom: 1px solid #d9d9d6;
  }

  .wz404-parameter-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .wz404-parameter-table th {
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #111;
    font-weight: 700;
    border-bottom: 1px solid #d9d9d6;
    background: #ffffff;
    white-space: nowrap;
  }

  .wz404-parameter-table td {
    padding: 17px 12px;
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
    color: #111;
    vertical-align: top;
    border-bottom: 1px solid #eeeeeb;
  }

  .wz404-parameter-table tr:last-child td {
    border-bottom: none;
  }

  .wz404-parameter-table .model {
    font-weight: 700;
    color: #000;
  }

  .wz404-parameter-table .load {
    font-weight: 700;
    color: #000;
  }

  .wz404-note {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
  }

  @media (max-width: 767px) {
    .wz404-simple-detail {
      padding: 0 !important;
      margin: 0 !important;
    }

    .wz404-simple-wrap {
      width: 100%;
      margin: 0 !important;
      border: none !important;
      border-radius: 0 !important;
      padding: 26px 18px;
    }

    .wz404-desc {
      margin-bottom: 34px;
    }

    .wz404-desc h2,
    .wz404-table-area h2 {
      font-size: 24px;
      margin-bottom: 18px;
    }

    .wz404-desc p,
    .wz404-table-area p {
      font-size: 15px;
      line-height: 1.85;
    }

    .wz404-model-line {
      margin-bottom: 22px;
    }

    .wz404-model-line span {
      font-size: 15px;
      line-height: 1.8;
    }

    .wz404-model-line strong {
      min-width: 0;
      display: inline;
    }

    .wz404-divider {
      margin: 28px 0;
    }

    .wz404-parameter-table th,
    .wz404-parameter-table td {
      padding: 14px 10px;
      font-size: 14px;
    }
  }
