
  .hanyu-star-matrix-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 25px;
  }
  .hanyu-star-matrix-table thead tr {
    background-color: #f4f6f9;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
  }
  .hanyu-star-matrix-table th, .hanyu-star-matrix-table td {
    padding: 12px 10px;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
  }
  .hanyu-star-matrix-table th {
    font-weight: bold;
    color: #2c3e50;
  }
  .hanyu-star-matrix-table tbody tr:nth-of-type(even) {
    background-color: #fafbfc;
  }
  .hanyu-star-marker {
    color: #f39c12; 
  }

  @media screen and (max-width: 767px) {
    .hanyu-star-matrix-wrapper {
      overflow-x: hidden !important;
    }
    .hanyu-star-matrix-table, .hanyu-star-matrix-table tbody, .hanyu-star-matrix-table tr, .hanyu-star-matrix-table td {
      display: block;
      width: 100% !important;
      box-sizing: border-box;
    }
    .hanyu-star-matrix-table thead {
      display: none;
    }
    .hanyu-star-matrix-table tr {
      margin-bottom: 15px;
      border: 1px solid #e2e8f0;
      border-radius: 6px;
      background: #ffffff !important;
      padding: 10px 14px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.03);
    }
    .hanyu-star-matrix-table td {
      border: none;
      padding: 5px 0;
    }
    .hanyu-star-matrix-table td::before {
      content: attr(data-label);
      display: block;
      font-size: 11px;
      font-weight: bold;
      color: #94a3b8;
      text-transform: uppercase;
      margin-bottom: 2px;
    }
    .hanyu-star-matrix-table td:nth-of-type(1) {
      font-weight: bold;
      color: #0056b3;
      border-bottom: 1px dashed #e2e8f0;
      padding-bottom: 6px;
      margin-bottom: 4px;
    }
  }
