/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 26 2025 | 10:34:16 */
.licenses {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.license-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #ffffff;
}

.license-title {
  font-weight: 600;
}

.license-value {
  font-weight: 500;
}

@media (max-width: 600px) {
  .license-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

