.license-key-display {
  font-family: monospace;
  background-color: #f8f8f8;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 14px;
}

.copy-license-key {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 8px;
  font-size: 16px;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.copy-license-key:hover {
  opacity: 1;
}

.status-badge {
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.status-active {
  background-color: #46b450;
  color: white;
}

.status-inactive {
  background-color: #dc3232;
  color: white;
}

.status-expired {
  background-color: #ffb900;
  color: #333;
}

.expiry-date.expired {
  color: #dc3232;
  font-weight: bold;
}

.expiry-date.expiring-soon {
  color: #ffb900;
  font-weight: bold;
}

.license-legend {
  margin-top: 20px;
  padding: 15px;
  background-color: #f8f8f8;
  border-radius: 4px;
}

.license-legend ul {
  list-style: none;
  padding: 0;
}

.license-legend li {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .woocommerce-orders-table {
    font-size: 14px;
  }

  .license-key-display {
    font-size: 12px;
    word-break: break-all;
  }
}
