.tenant-site-admin {
  max-width: 1680px;
  margin: 0 auto;
}

.tenant-site-heading h1 {
  font-size: 28px;
  font-weight: 760;
}

.tenant-site-editor > section {
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(15, 35, 58, .025);
}

.tenant-template-grid label > span {
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.tenant-template-grid label > span::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 48px;
  border-bottom: 1px solid #e1e7ef;
  background: linear-gradient(125deg, #eef3f8 58%, #fff 58%);
}

.tenant-template-grid label:nth-child(2) > span::before {
  background: linear-gradient(135deg, #fff1dc, #f6e7d1);
}

.tenant-template-grid label:nth-child(3) > span::before {
  background: linear-gradient(120deg, #17375f, #0b1e35);
}

.tenant-site-assets > div {
  min-width: 0;
}

.tenant-site-assets label {
  margin: 0;
}

.tenant-asset-remove {
  width: 100%;
  margin-top: 8px;
  min-height: 36px;
  border: 1px solid #d9e1ea;
  border-radius: 8px;
  background: #fff;
  color: #5e6e82;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.tenant-asset-remove[hidden] {
  display: none;
}

.tenant-asset-remove svg {
  width: 15px;
}

.tenant-domain-status a {
  color: #1768d5;
  font-weight: 700;
  text-decoration: none;
}

.tenant-domain-status button {
  justify-self: start;
  margin-top: 5px;
  padding: 7px 10px;
  border: 1px solid #cbd7e4;
  border-radius: 7px;
  background: #fff;
  color: #285077;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
