
.route-test[data-v-03d7ece8] {
  padding: 20px;
  background: #f5f7fa;
  min-height: 100vh;
}
.test-header[data-v-03d7ece8] {
  text-align: center;
  margin-bottom: 30px;
  padding: 40px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 12px;
}
.test-header h2[data-v-03d7ece8] {
  margin: 0 0 10px 0;
  font-size: 32px;
  font-weight: 300;
}
.test-header p[data-v-03d7ece8] {
  margin: 0;
  font-size: 16px;
  opacity: 0.9;
}
.nav-buttons[data-v-03d7ece8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.nav-buttons .el-button[data-v-03d7ece8] {
  width: 100%;
  margin-bottom: 5px;
}
.route-info[data-v-03d7ece8] {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.route-info p[data-v-03d7ece8] {
  margin: 5px 0;
  font-size: 14px;
}
.test-result[data-v-03d7ece8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.test-result[data-v-03d7ece8]:last-child {
  border-bottom: none;
}
ul[data-v-03d7ece8] {
  list-style: none;
  padding: 0;
}
li[data-v-03d7ece8] {
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
}
li[data-v-03d7ece8]:last-child {
  border-bottom: none;
}

