.table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 24px 0;
}

.inspection-penalty-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.inspection-penalty-table th {
  padding: 14px 12px;
  background: #005bac;
  color: #fff;
  border: 1px solid #005bac;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}

.inspection-penalty-table td {
  padding: 16px 12px;
  border: 1px solid #d8e2ef;
  text-align: center;
  vertical-align: middle;
}

.inspection-penalty-table tbody tr:nth-child(even) {
  background: #f7fbff;
}

.inspection-penalty-table tbody tr:hover {
  background: #fff8e6;
}

.inspection-penalty-table td:first-child {
  text-align: left;
  font-weight: 500;
  background: #f4f8ff;
}

.inspection-penalty-table strong {
  font-size: 16px;
  color: #d93025;
}

@media screen and (max-width: 768px) {
  .inspection-penalty-table {
    font-size: 14px;
  }

  .inspection-penalty-table th,
  .inspection-penalty-table td {
    padding: 12px 10px;
  }
}




.case-link-box {
  margin: 28px 0;
  padding: 20px;
  background: #f5f9ff;
  border: 1px solid #d8e8ff;
  border-radius: 10px;
  text-align: center;
}

.case-link-text {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.case-link-button {
  display: inline-block;
  padding: 12px 24px;
  background: #0068b7;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
}

.case-link-button:hover {
  opacity: 0.85;
}