.sgg-doc-portal,
.sgg-doc-admin {
  --sgg-ink: #111820;
  --sgg-muted: #65717a;
  --sgg-line: #dfe7e3;
  --sgg-soft: #f4f7f5;
  --sgg-paper: #ffffff;
  --sgg-green: #2f8060;
  --sgg-green-dark: #1d654b;
  --sgg-shadow: 0 20px 60px rgba(16, 24, 32, .08);
  color: var(--sgg-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0;
}

body:has(.sgg-doc-portal) .page-header,
body:has(.sgg-doc-portal) .page-title,
body:has(.sgg-doc-portal) .page-title-area,
body:has(.sgg-doc-portal) .page-banner,
body:has(.sgg-doc-portal) .title-bar,
body:has(.sgg-doc-portal) .inner-banner,
body:has(.sgg-doc-portal) .page-hero,
body:has(.sgg-doc-portal) .hero,
body:has(.sgg-doc-portal) .banner,
body:has(.sgg-doc-portal) .breadcrumb-area,
body:has(.sgg-doc-portal) .breadcrumb-wrap,
body:has(.sgg-doc-portal) .breadcrumbs,
body:has(.sgg-doc-portal) .breadcrumb,
body:has(.sgg-doc-portal) .entry-header {
  display: none !important;
}

[data-sgg-doc-aligned-breadcrumb="true"] {
  box-sizing: border-box !important;
  display: block !important;
  max-width: none !important;
  padding-left: max(24px, calc((100vw - 1220px) / 2 + 24px)) !important;
  padding-right: max(24px, calc((100vw - 1220px) / 2 + 24px)) !important;
}

body:has(.sgg-doc-portal) {
  overflow-x: hidden;
}

body:has(.sgg-doc-portal) .custom-logo,
body:has(.sgg-doc-portal) .site-logo img,
body:has(.sgg-doc-portal) .logo img,
body:has(.sgg-doc-portal) .navbar-brand img,
body:has(.sgg-doc-portal) a[class*="logo"] img {
  aspect-ratio: auto !important;
  height: auto !important;
  max-height: 78px !important;
  max-width: 178px !important;
  object-fit: contain !important;
  width: auto !important;
}

body:has(.sgg-doc-portal) .site-content,
body:has(.sgg-doc-portal) .content-area,
body:has(.sgg-doc-portal) .entry-content,
body:has(.sgg-doc-portal) main,
body:has(.sgg-doc-portal) article {
  margin-top: 0 !important;
  max-width: none !important;
  padding-top: 0 !important;
}

.sgg-doc-portal,
.sgg-doc-portal *,
.sgg-doc-admin,
.sgg-doc-admin * {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
}

.sgg-doc-portal *,
.sgg-doc-portal *::before,
.sgg-doc-portal *::after,
.sgg-doc-admin *,
.sgg-doc-admin *::before,
.sgg-doc-admin *::after {
  box-sizing: border-box;
}

.sgg-doc-portal {
  background: #f6f8f7;
  margin: 0;
  max-width: none;
  padding: 22px;
  width: 100%;
}

.sgg-doc-public-hero,
.sgg-doc-admin-hero {
  align-items: end;
  background:
    linear-gradient(135deg, rgba(47,128,96,.12), rgba(255,255,255,0) 48%),
    var(--sgg-paper);
  border: 1px solid var(--sgg-line);
  border-radius: 8px;
  box-shadow: var(--sgg-shadow);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  padding: 28px;
}

.sgg-doc-kicker {
  color: var(--sgg-green-dark);
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sgg-doc-public-hero h2,
.sgg-doc-admin-hero h1,
.sgg-doc-section-head h2 {
  color: var(--sgg-ink) !important;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 12px !important;
}

.sgg-doc-public-hero p,
.sgg-doc-admin-hero p,
.sgg-doc-section-head p {
  color: var(--sgg-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 !important;
  max-width: 760px;
}

.sgg-doc-public-search {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--sgg-line);
  border-radius: 8px;
  padding: 16px;
}

.sgg-doc-public-search label,
.sgg-doc-admin label {
  display: grid;
  gap: 8px;
}

.sgg-doc-public-search span,
.sgg-doc-admin label strong {
  color: #26323a;
  font-size: 13px;
  font-weight: 800;
}

.sgg-doc-public-search input,
.sgg-doc-admin input,
.sgg-doc-admin select,
.sgg-doc-admin textarea {
  background: #fff;
  border: 1px solid #d5ded9;
  border-radius: 8px;
  color: var(--sgg-ink);
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.sgg-doc-public-search input:focus,
.sgg-doc-admin input:focus,
.sgg-doc-admin select:focus,
.sgg-doc-admin textarea:focus {
  border-color: rgba(47,128,96,.6);
  box-shadow: 0 0 0 3px rgba(47,128,96,.13);
  outline: 0;
}

.sgg-doc-shell {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 280px minmax(0, 1fr);
  margin-top: 16px;
}

.sgg-doc-filters,
.sgg-doc-results,
.sgg-doc-workflow,
.sgg-doc-analytics {
  background: var(--sgg-paper);
  border: 1px solid var(--sgg-line);
  border-radius: 8px;
  box-shadow: var(--sgg-shadow);
}

.sgg-doc-filters {
  display: grid;
  gap: 8px;
  padding: 20px;
  position: sticky;
  top: 24px;
}

.sgg-doc-filters h3,
.sgg-doc-results-head strong,
.sgg-doc-card h3,
.sgg-doc-step h2 {
  color: var(--sgg-ink) !important;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: 0;
  margin: 0 !important;
}

.sgg-doc-filters h3 {
  margin-bottom: 6px !important;
}

.sgg-doc-filters button {
  background: #fff;
  border: 1px solid #d9e2de;
  border-radius: 8px;
  color: #223039;
  cursor: pointer;
  font-weight: 750;
  min-height: 42px;
  padding: 10px 12px;
  text-align: left;
}

.sgg-doc-filters button.active {
  background: var(--sgg-green);
  border-color: var(--sgg-green);
  color: #fff;
}

.sgg-doc-results {
  padding: 18px;
}

.sgg-doc-results-head {
  align-items: center;
  border-bottom: 1px solid var(--sgg-line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 16px;
}

.sgg-doc-results-head span {
  color: var(--sgg-muted);
  font-size: 13px;
}

.sgg-doc-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 16px;
}

.sgg-doc-card {
  background: #fff;
  border: 1px solid #dfe7e3;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 210px;
  overflow: hidden;
}

.sgg-doc-card[hidden] {
  display: none;
}

.sgg-doc-cover {
  background:
    linear-gradient(145deg, rgba(47,128,96,.8), rgba(17,24,32,.9)),
    #20342e;
  background-position: center;
  background-size: cover;
  min-height: 100%;
  position: relative;
}

.sgg-doc-cover::after {
  background: linear-gradient(0deg, rgba(0,0,0,.34), rgba(0,0,0,0));
  content: "";
  inset: 0;
  position: absolute;
}

.sgg-doc-cover span {
  background: rgba(255,255,255,.9);
  border-radius: 6px;
  color: var(--sgg-green-dark);
  font-size: 12px;
  font-weight: 900;
  left: 12px;
  padding: 6px 8px;
  position: absolute;
  top: 12px;
  z-index: 1;
}

.sgg-doc-card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.sgg-doc-category {
  color: var(--sgg-green-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sgg-doc-card h3 {
  font-size: 18px;
  line-height: 1.2;
}

.sgg-doc-card p {
  color: var(--sgg-muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0 !important;
}

.sgg-doc-meta,
.sgg-doc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sgg-doc-meta span,
.sgg-doc-tags span {
  background: var(--sgg-soft);
  border: 1px solid #e0e8e4;
  border-radius: 999px;
  color: #43504a;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 8px;
}

.sgg-doc-open {
  align-items: center;
  background: var(--sgg-green);
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  margin-top: auto;
  min-height: 40px;
  padding: 9px 13px;
  text-decoration: none;
}

.sgg-doc-empty {
  border: 1px dashed var(--sgg-line);
  border-radius: 8px;
  color: var(--sgg-muted);
  grid-column: 1 / -1;
  padding: 32px;
  text-align: center;
}

.sgg-doc-admin {
  margin: 18px 20px 0 0;
}

.sgg-doc-admin-hero {
  grid-template-columns: minmax(0, 1fr) 220px;
  margin-bottom: 18px;
}

.sgg-doc-admin-stats {
  background: #10211b;
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 4px;
  min-height: 140px;
  place-content: center;
  text-align: center;
}

.sgg-doc-admin-stats strong {
  font-size: 46px;
  line-height: 1;
}

.sgg-doc-admin-stats span {
  color: rgba(255,255,255,.72);
  font-weight: 700;
}

.sgg-doc-workflow {
  display: grid;
  gap: 0;
  margin-bottom: 18px;
  overflow: hidden;
}

.sgg-doc-step {
  border-bottom: 1px solid var(--sgg-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 22px;
}

.sgg-doc-step > span {
  align-items: center;
  background: var(--sgg-green);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.sgg-doc-step p {
  color: var(--sgg-muted);
  margin: 3px 0 16px !important;
}

.sgg-doc-admin-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sgg-doc-admin-grid .wide {
  grid-column: 1 / -1;
}

.sgg-doc-checks {
  border: 1px solid #d5ded9;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 14px;
}

.sgg-doc-checks legend {
  color: #26323a;
  font-size: 13px;
  font-weight: 850;
  padding: 0 6px;
}

.sgg-doc-checks label {
  align-items: center;
  background: #f4f7f5;
  border: 1px solid #dfe7e3;
  border-radius: 999px;
  display: inline-flex;
  gap: 7px;
  padding: 7px 10px;
}

.sgg-doc-checks input {
  min-height: 0;
  width: auto;
}

.sgg-doc-submit {
  justify-self: end;
  margin: 18px 22px 22px !important;
  min-height: 44px !important;
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.sgg-doc-analytics {
  padding: 22px;
}

.sgg-doc-section-head {
  align-items: end;
  border-bottom: 1px solid var(--sgg-line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
}

.sgg-doc-section-head h2 {
  font-size: 26px;
}

.sgg-doc-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
}

.sgg-doc-table td span {
  color: var(--sgg-muted);
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

@media (max-width: 1180px) {
  .sgg-doc-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .sgg-doc-public-hero,
  .sgg-doc-admin-hero,
  .sgg-doc-shell,
  .sgg-doc-admin-grid {
    grid-template-columns: 1fr;
  }

  .sgg-doc-filters {
    position: static;
  }

  .sgg-doc-card {
    grid-template-columns: 1fr;
  }

  .sgg-doc-cover {
    min-height: 150px;
  }
}

/* Public reference layout */
.sgg-doc-portal {
  background:
    radial-gradient(circle at 5% 34%, rgba(47,128,96,.08), transparent 24%),
    #fbfcfb;
  color: #10212a;
  min-height: 100vh;
  max-width: none !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.sgg-doc-search-icon {
  border: 2px solid #8b98a3;
  border-radius: 999px;
  display: block;
  height: 15px;
  position: relative;
  width: 15px;
}

.sgg-doc-search-icon::after {
  background: #8b98a3;
  content: "";
  height: 2px;
  position: absolute;
  right: -6px;
  top: 10px;
  transform: rotate(45deg);
  width: 7px;
}

.sgg-doc-search-card input {
  background: transparent;
  border: 0;
  color: #1d2c35;
  font: inherit;
  height: 100%;
  outline: 0;
  width: 100%;
}

.sgg-doc-public-wrap {
  margin: 0 auto;
  max-width: 1220px;
  padding: 54px 24px 70px;
}

.sgg-doc-hero-row {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(380px, 1fr) minmax(420px, 590px);
  margin-bottom: 36px;
}

.sgg-doc-hero-copy {
  padding-left: 2px;
}

.sgg-doc-hero-copy h2 {
  color: #10212a !important;
  font-size: 46px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 20px !important;
}

.sgg-doc-hero-copy p {
  color: #435460;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 !important;
  max-width: 520px;
}

.sgg-doc-search-card {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe6e2;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(16, 24, 32, .08);
  display: grid;
  gap: 22px;
  grid-template-columns: 52px minmax(0, 1fr);
  padding: 34px;
}

.sgg-doc-search-icon {
  background: #edf5f1;
  border: 0;
  height: 52px;
  width: 52px;
}

.sgg-doc-search-icon::before {
  border: 2px solid #007852;
  border-radius: 999px;
  content: "";
  height: 16px;
  left: 17px;
  position: absolute;
  top: 15px;
  width: 16px;
}

.sgg-doc-search-icon::after {
  background: #007852;
  right: 15px;
  top: 31px;
}

.sgg-doc-search-card label {
  display: grid;
  gap: 13px;
}

.sgg-doc-search-card strong {
  color: #14232c;
  font-size: 17px;
  font-weight: 850;
}

.sgg-doc-search-card input {
  border: 1px solid #cfdad5;
  border-radius: 7px;
  min-height: 42px;
  padding: 0 14px;
}

.sgg-doc-shell {
  align-items: start;
  gap: 22px;
  grid-template-columns: 240px minmax(0, 1fr);
  margin-top: 0;
}

.sgg-doc-filters,
.sgg-doc-results {
  background: #fff;
  border: 1px solid #dfe6e2;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(16, 24, 32, .06);
}

.sgg-doc-filters {
  align-self: start;
  gap: 0;
  max-height: calc(100vh - 120px);
  overflow: auto;
  padding: 22px 12px;
  position: static;
}

.sgg-doc-filter-section {
  display: grid;
  gap: 7px;
}

.sgg-doc-filter-section + .sgg-doc-filter-section {
  border-top: 1px solid #dfe6e2;
  margin-top: 18px;
  padding-top: 18px;
}

.sgg-doc-filters h3 {
  color: #17262f !important;
  font-size: 17px;
  margin: 0 12px 14px !important;
}

.sgg-doc-filters button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #586874;
  display: grid;
  font-size: 13px;
  gap: 11px;
  grid-template-columns: 20px minmax(0, 1fr);
  line-height: 1.18;
  min-height: 38px;
  padding: 8px 12px;
  text-align: left;
  width: 100%;
}

.sgg-doc-filters button.active {
  background: #eff5f2;
  color: #007852;
}

.sgg-doc-filters i {
  border: 1.5px solid currentColor;
  border-radius: 4px;
  display: block;
  height: 14px;
  position: relative;
  width: 14px;
}

.sgg-doc-filters button.active i::after {
  background: currentColor;
  border-radius: 2px;
  content: "";
  height: 6px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 6px;
}

.sgg-doc-results {
  padding: 34px 30px 24px;
}

.sgg-doc-results-head {
  border-bottom: 1px solid #dfe6e2;
  padding: 0 0 28px;
}

.sgg-doc-results-head h3 {
  color: #10212a !important;
  font-size: 19px;
  font-weight: 900;
  margin: 0 0 8px !important;
}

.sgg-doc-results-head span {
  color: #5a6872;
  font-size: 13px;
}

.sgg-doc-results-head button {
  background: #fff;
  border: 1px solid #cfdad5;
  border-radius: 8px;
  color: #007852;
  cursor: pointer;
  font-weight: 800;
  min-height: 38px;
  padding: 0 42px 0 16px;
  position: relative;
}

.sgg-doc-results-head button::after {
  content: ">";
  font-size: 19px;
  position: absolute;
  right: 16px;
  top: 7px;
}

.sgg-doc-table {
  display: grid;
}

.sgg-doc-table-head,
.sgg-doc-row {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(260px, 1fr) 170px 170px 115px 42px;
}

.sgg-doc-table-head {
  color: #687680;
  font-size: 12px;
  font-weight: 800;
  padding: 18px 12px 13px;
}

.sgg-doc-table-body {
  display: grid;
}

.sgg-doc-row {
  border-top: 1px solid #dfe6e2;
  min-height: 98px;
  padding: 16px 12px;
}

.sgg-doc-row[hidden] {
  display: none;
}

.sgg-doc-row-title {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 64px minmax(0, 1fr);
}

.sgg-doc-cover-thumb {
  background:
    linear-gradient(145deg, rgba(0,120,82,.95), rgba(16,33,42,.96)),
    #007852;
  border: 1px solid #d6e0dc;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(16, 24, 32, .1);
  display: block;
  height: 76px;
  overflow: hidden;
  position: relative;
  width: 58px;
}

.sgg-doc-cover-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sgg-doc-cover-thumb i::before {
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 3px;
  content: "";
  height: 30px;
  left: 18px;
  position: absolute;
  top: 18px;
  width: 23px;
}

.sgg-doc-cover-thumb i::after {
  color: rgba(255,255,255,.86);
  content: "PDF";
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  left: 19px;
  position: absolute;
  top: 43px;
}

.sgg-doc-file-icon {
  background: #007852;
  border-radius: 6px;
  display: block;
  height: 36px;
  position: relative;
  width: 36px;
}

.sgg-doc-file-icon::before {
  border: 1.7px solid rgba(255,255,255,.88);
  border-radius: 2px;
  content: "";
  height: 18px;
  left: 10px;
  position: absolute;
  top: 9px;
  width: 14px;
}

.sgg-doc-file-icon::after {
  background: rgba(255,255,255,.88);
  content: "";
  height: 8px;
  left: 17px;
  position: absolute;
  top: 15px;
  transform: rotate(35deg);
  width: 2px;
}

.sgg-doc-row-title strong {
  color: #10212a;
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 3px;
}

.sgg-doc-row-title em {
  color: #63727c;
  display: block;
  font-size: 12px;
  font-style: normal;
}

.sgg-doc-row-title small {
  color: #64747e;
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 4px;
  max-width: 520px;
}

.sgg-doc-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}

.sgg-doc-badges b {
  background: #edf5f1;
  border-radius: 999px;
  color: #007852;
  display: inline-flex;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  padding: 5px 7px;
}

.sgg-doc-pill {
  align-self: center;
  background: #e8f3ee;
  border-radius: 6px;
  color: #007852;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-self: start;
  max-width: 100%;
  padding: 5px 9px;
}

.sgg-doc-pill.warranty-documentation,
.sgg-doc-pill.warranties {
  background: #f0e8fb;
  color: #8146bf;
}

.sgg-doc-pill.product-data,
.sgg-doc-pill.product-data-sheets {
  background: #e3f0ff;
  color: #1d6fc3;
}

.sgg-doc-row time {
  color: #586874;
  font-size: 13px;
}

.sgg-doc-product {
  color: #435460;
  font-size: 13px;
  font-weight: 750;
}

.sgg-doc-download {
  align-items: center;
  background: #fff;
  border: 1px solid #cfdad5;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(16, 24, 32, .05);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  position: relative;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  width: 38px;
}

.sgg-doc-download:hover,
.sgg-doc-download:focus-visible {
  background: #007852;
  border-color: #007852;
  box-shadow: 0 12px 24px rgba(0, 120, 82, .22);
  outline: 0;
  transform: translateY(-1px);
}

.sgg-doc-download::before {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  color: #007852;
  content: "";
  height: 8px;
  left: 14px;
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
  width: 8px;
}

.sgg-doc-download::after {
  border: 2px solid #007852;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  content: "";
  height: 7px;
  left: 12px;
  position: absolute;
  top: 21px;
  width: 14px;
}

.sgg-doc-download:hover::before,
.sgg-doc-download:focus-visible::before {
  color: #fff;
}

.sgg-doc-download:hover::after,
.sgg-doc-download:focus-visible::after {
  border-color: #fff;
}

.sgg-doc-more {
  color: #007852;
  font-size: 13px;
  font-weight: 800;
  padding-top: 24px;
  text-align: center;
}

.sgg-doc-edit-panel {
  background: #f6f8f7;
  margin: -6px -12px -12px;
  padding: 18px;
}

.sgg-doc-edit-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: 280px minmax(0, 1fr);
}

.sgg-doc-edit-media,
.sgg-doc-edit-card {
  background: #fff;
  border: 1px solid #dfe7e3;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 24, 32, .06);
}

.sgg-doc-edit-media {
  align-self: start;
  display: grid;
  gap: 12px;
  padding: 16px;
  position: sticky;
  top: 56px;
}

.sgg-doc-cover-preview {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(0,120,82,.9), rgba(16,33,42,.96)),
    #10212a;
  border-radius: 8px;
  color: rgba(255,255,255,.86);
  display: flex;
  font-weight: 850;
  justify-content: center;
  min-height: 320px;
  overflow: hidden;
  text-align: center;
}

.sgg-doc-cover-preview img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sgg-doc-edit-main {
  display: grid;
  gap: 14px;
}

.sgg-doc-edit-card {
  padding: 18px;
}

.sgg-doc-edit-card h3 {
  border-bottom: 1px solid #dfe7e3;
  color: #10212a;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 16px;
  padding-bottom: 12px;
}

.sgg-doc-edit-panel label {
  display: grid;
  gap: 8px;
}

.sgg-doc-edit-panel label strong {
  color: #26323a;
  font-size: 13px;
  font-weight: 850;
}

.sgg-doc-edit-panel input[type="text"],
.sgg-doc-edit-panel input[type="date"],
.sgg-doc-edit-panel input[type="file"],
.sgg-doc-edit-panel select,
.sgg-doc-edit-panel textarea {
  max-width: none;
  width: 100%;
}

.sgg-doc-edit-current {
  background: #f4f7f5;
  border: 1px solid #dfe7e3;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  padding: 14px;
}

.sgg-doc-edit-current a {
  overflow-wrap: anywhere;
}

.sgg-doc-edit-media .button {
  justify-content: center;
  min-height: 38px;
  text-align: center;
  width: 100%;
}

.sgg-doc-edit-analytics {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.sgg-doc-edit-analytics div {
  background: #f4f7f5;
  border-radius: 8px;
  display: grid;
  gap: 3px;
  padding: 12px;
  text-align: center;
}

.sgg-doc-edit-analytics strong {
  color: #10212a;
  font-size: 24px;
}

.sgg-doc-edit-analytics span {
  color: #65717a;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .sgg-doc-hero-row,
  .sgg-doc-shell,
  .sgg-doc-edit-layout {
    grid-template-columns: 1fr;
  }

  .sgg-doc-edit-media {
    position: static;
  }

  .sgg-doc-cover-preview {
    min-height: 220px;
  }

  .sgg-doc-table-head {
    display: none;
  }

  .sgg-doc-row {
    grid-template-columns: 1fr 38px;
  }

  .sgg-doc-pill,
  .sgg-doc-product,
  .sgg-doc-row time {
    grid-column: 1;
  }

  .sgg-doc-download {
    grid-column: 2;
    grid-row: 1;
  }

}
