.license-info-section {
  padding: 0 24px 24px;
  max-width: 800px;
  margin: 0 auto;
}

.license-info-card {
  padding: 0;
  overflow: hidden;
}

.license-info-table {
  width: 100%;
  border-collapse: collapse;
}

.license-info-table tr {
  border-bottom: 1px solid var(--color-border-light);
}

.license-info-table tr:last-child {
  border-bottom: none;
}

.license-info-table th,
.license-info-table td {
  padding: 16px 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  vertical-align: top;
}

.license-info-table th {
  width: 140px;
  background: var(--color-bg-alt);
  color: var(--color-text-secondary);
  font-weight: 500;
  white-space: nowrap;
}

.license-info-table td {
  color: var(--color-text);
}

.license-info-table a {
  color: var(--color-primary);
}

.license-note {
  margin-top: 16px;
  font-size: 13px;
  color: var(--color-text-muted);
  text-align: center;
}

@media (max-width: 600px) {
  .license-info-table th,
  .license-info-table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
  }

  .license-info-table th {
    padding-bottom: 4px;
    background: transparent;
    border-bottom: none;
  }

  .license-info-table td {
    padding-top: 0;
    padding-bottom: 16px;
  }

  .license-info-table tr {
    border-bottom: none;
  }
}
