.system-license-panel-v603 {
  display: grid;
  gap: 16px;
}

.system-license-heading-v603 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.system-license-heading-v603 span {
  display: block;
  margin-bottom: 4px;
  color: #0f4c81;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.system-license-heading-v603 h2 {
  margin: 0 0 6px;
}

.system-license-heading-v603 p {
  margin: 0;
  color: #64748b;
}

.system-license-summary-v603 {
  display: grid;
  grid-template-columns:
    repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.system-license-summary-v603 article {
  min-width: 0;
  padding: 14px;
  border: 1px solid #dbe3ec;
  border-radius: 14px;
  background: #fff;
}

.system-license-summary-v603 small,
.system-license-summary-v603 b {
  display: block;
}

.system-license-summary-v603 small {
  margin-bottom: 5px;
  color: #64748b;
}

.system-license-summary-v603 b {
  color: #0f2945;
  font-size: 19px;
  overflow-wrap: anywhere;
}

.system-license-builder-v603 {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.system-license-builder-v603 .card {
  margin: 0;
}

.system-license-form-v603 {
  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0;
}

.system-license-form-v603 .wide {
  grid-column: 1 / -1;
}

.system-license-list-v603 {
  display: grid;
  gap: 9px;
}

.system-license-row-v603 {
  display: grid;
  grid-template-columns:
    minmax(230px, 1fr)
    minmax(430px, 1.5fr);
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 13px;
  background: #fff;
}

.system-license-row-v603 > div:first-child {
  min-width: 0;
}

.system-license-row-v603 small,
.system-license-row-v603 strong,
.system-license-row-v603 span {
  display: block;
}

.system-license-row-v603 > div:first-child small {
  margin-bottom: 4px;
  color: #0f4c81;
  font-weight: 800;
}

.system-license-row-v603 > div:first-child strong {
  margin-bottom: 4px;
}

.system-license-row-v603 > div:first-child span {
  color: #64748b;
}

.system-license-metrics-v603 {
  display: grid;
  grid-template-columns:
    repeat(5, minmax(0, 1fr));
  gap: 7px;
}

.system-license-metrics-v603 span {
  min-width: 0;
  padding: 9px;
  border-radius: 10px;
  background: #f1f5f9;
}

.system-license-metrics-v603 small {
  margin-bottom: 4px;
  color: #64748b;
  font-size: 10px;
}

.system-license-metrics-v603 b {
  display: block;
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .system-license-summary-v603 {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
  }

  .system-license-row-v603 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .system-license-heading-v603,
  .system-license-builder-v603 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .system-license-summary-v603 {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .system-license-form-v603 {
    grid-template-columns: 1fr;
  }

  .system-license-form-v603 .wide {
    grid-column: auto;
  }

  .system-license-metrics-v603 {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
}


/* NAVIGATION FIX V605 */

#inventoryLicensePanel.hidden {
  display: none !important;
}

#inventorySection.inventory-exclusive-active-v561
> #inventoryLicensePanel.inventory-exclusive-panel-v561 {
  display: grid !important;
  width: 100%;
  min-width: 0;
  gap: 16px;
}
