.designer-template-library {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #26303d;
}

.designer-template-library > .primary-btn {
  min-height: 34px;
  padding: 5px 10px;
  background: linear-gradient(90deg, #8f174d, #cf236d);
  font-size: 11px;
  line-height: 1.2;
}

.designer-template-items {
  display: grid;
  gap: 8px;
}

.designer-template-status {
  min-height: 16px;
  margin: 0;
  color: #9edcff;
  font-size: 10px;
}

.designer-template-group {
  display: grid;
  gap: 7px;
}

.designer-template-group h3 {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 0;
  color: #dce5ef;
  font-size: 11px;
  text-transform: uppercase;
}

.designer-template-group h3 small {
  color: #98a3b5;
}

.designer-template-item {
  border: 1px solid #2a3543;
  border-radius: 8px;
  background: #111923;
}

.designer-template-item summary {
  display: grid;
  gap: 3px;
  padding: 10px;
  cursor: pointer;
  font-size: 11px;
}

.designer-template-item summary small {
  color: #98a3b5;
  font-size: 10px;
}

.designer-template-item img {
  display: block;
  width: calc(100% - 20px);
  max-height: 180px;
  margin: 0 10px 10px;
  object-fit: contain;
  border-radius: 6px;
  background: #090d12;
}

.designer-template-grants {
  display: grid;
  gap: 6px;
  padding: 0 10px 10px;
  max-height: 180px;
  overflow-y: auto;
}

.designer-template-grants label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.designer-template-item [data-template-use] {
  min-height: 32px;
  margin: 0 10px 10px;
  width: calc(100% - 20px);
  padding: 5px 10px;
  border-color: #7cc7f2;
  background: #9edcff;
  color: #07131c;
  font-size: 11px;
}

.designer-template-grants button {
  min-height: 30px;
  padding: 4px 8px;
  font-size: 11px;
}

.designer-template-grant-panel {
  margin: 0 10px 10px;
  border-top: 1px solid #2a3543;
}

.designer-template-grant-panel > summary {
  padding: 8px 0;
  color: #9edcff;
  font-size: 10px;
  cursor: pointer;
}
