.sd-kz-cover {
  margin: 0 0 34px;
  padding: clamp(20px, 4vw, 38px);
  border-radius: 30px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 209, 102, .52), transparent 38%),
    radial-gradient(circle at 95% 5%, rgba(255, 75, 43, .22), transparent 42%),
    linear-gradient(135deg, #fffdf8, #fff1d8);
  box-shadow: 0 20px 55px rgba(17,24,39,.14);
  overflow: hidden;
  position: relative;
}

.sd-kz-cover::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -120px;
  bottom: -130px;
  border-radius: 50%;
  background: rgba(255,75,43,.14);
  pointer-events: none;
}

.sd-kz-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 26px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 13px;
  color: #111827;
}

.sd-kz-brand {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 13px;
  color: white;
  background: #111827;
}

.sd-kz-date {
  opacity: .68;
}

.sd-kz-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: clamp(18px, 4vw, 38px);
  align-items: center;
}

.sd-kz-issue {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 8px 13px;
  background: #ff4b2b;
  color: white;
  font-weight: 950;
  box-shadow: 0 12px 25px rgba(255,75,43,.24);
}

.sd-kz-section {
  display: inline-flex;
  margin-left: 8px;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(17,24,39,.08);
  font-weight: 900;
}

.sd-kz-theme {
  margin: 10px 0 10px !important;
  font-size: clamp(40px, 7vw, 82px) !important;
  line-height: .9 !important;
  letter-spacing: -.07em !important;
  font-weight: 950 !important;
  color: #111827;
}

.sd-kz-subtitle {
  margin: 0 0 14px !important;
  font-size: clamp(18px, 2.1vw, 25px);
  font-weight: 740;
  color: #303641;
}

.sd-kz-question {
  margin: 16px 0 0 !important;
  padding: 16px 18px;
  border-left: 7px solid #ff4b2b;
  border-radius: 16px;
  background: rgba(255,255,255,.74);
  font-weight: 850;
  color: #111827;
}

.sd-kz-note {
  margin: 16px 0 0 !important;
  color: #555b66;
  font-size: 16px;
  max-width: 760px;
}

.sd-kz-mark {
  justify-self: end;
  width: 170px;
  height: 220px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #111827;
  color: white;
  transform: rotate(2deg);
  box-shadow: 0 18px 40px rgba(17,24,39,.22);
}

.sd-kz-mark span {
  display: block;
  font-size: 38px;
  line-height: 1;
  color: #ffd166;
}

.sd-kz-mark strong {
  display: block;
  font-size: 28px;
  line-height: .9;
  letter-spacing: -.05em;
  margin-top: 8px;
}

.sd-kz-shortcode-content {
  margin-top: 16px;
}

@media (max-width: 760px) {
  .sd-kz-main {
    grid-template-columns: 1fr;
  }

  .sd-kz-mark {
    justify-self: start;
    width: 142px;
    height: 170px;
  }

  .sd-kz-mark strong {
    font-size: 23px;
  }
}
