@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;600;700&family=Chicle&family=DynaPuff:wght@500;700&family=Kalam:wght@300;400;700&family=Kalnia+Glaze:wght@300;500;700&family=Kaushan+Script&family=Luckiest+Guy&family=Marcellus&family=Pacifico&family=Parisienne&family=Permanent+Marker&display=swap");

.hl-form-shell {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 420px);
  gap: 18px;
  align-items: start;
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  padding: 14px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 208, 228, 0.58) 0 18%, transparent 19%),
    radial-gradient(circle at 88% 20%, rgba(255, 220, 237, 0.46) 0 14%, transparent 15%),
    linear-gradient(160deg, rgba(254, 241, 246, 0.96) 0%, rgba(255, 245, 227, 0.92) 100%);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.hl-card,
.hl-preview-card {
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(31, 31, 31, 0.08);
  padding: 16px;
}

.hl-card {
  position: relative;
}

.hl-banner {
  margin: -16px -16px 10px;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  background: linear-gradient(140deg, #fad2e4 0%, #fceacc 100%);
}

.hl-banner img {
  display: block;
  width: 100%;
  height: 76px;
  object-fit: cover;
  opacity: 0.92;
}

.hl-card h2,
.hl-preview-card h3 {
  margin: 0 0 8px;
}

.hl-subline {
  color: #4f4f4f;
  margin: 0 0 10px;
}

.hl-hint {
  margin: 8px 0 0;
  color: #7f2f51;
  font-size: 13px;
}

.hl-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.hl-panel {
  margin-top: 12px;
}

.hl-background-selector {
  margin-top: 10px;
}

.hl-card-layout-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  gap: 14px;
  align-items: end;
  margin: 10px 0 12px;
}

.hl-card-layout-row .hl-background-selector,
.hl-card-layout-row .hl-note-tint-selector {
  margin-top: 0;
  min-width: 0;
}

.hl-card-layout-row select {
  margin-bottom: 0;
}

.hl-inline-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  margin: 4px 0 12px;
}

.hl-inline-check input[type="checkbox"] {
  width: auto;
  margin: 0;
}

.hl-sticker-selector {
  margin: 2px 0 12px;
}

.hl-sticker-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 0;
}

.hl-sticker-option {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid #d8c4c9;
  border-radius: 999px;
  background: #fff9fb;
  font-size: 13px;
  line-height: 1.2;
  cursor: pointer;
  user-select: none;
}

.hl-sticker-option:hover {
  border-color: #bf3f68;
  background: #fff3f8;
}

.hl-sticker-option input[type="checkbox"] {
  width: auto;
  margin: 0;
  accent-color: #bf3f68;
}

.hl-sticker-option input[type="checkbox"]:checked + span {
  font-weight: 700;
  color: #7e2a47;
}

.hl-sticker-empty {
  display: block;
  color: #666;
  font-size: 13px;
}

.hl-sticker-help {
  display: block;
  margin-top: 6px;
  color: #666;
  font-size: 12px;
}

.hl-hidden {
  display: none;
}

.hl-inline {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hl-inline input {
  flex: 1 1 auto;
  min-width: 0;
}

.hl-form-shell label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.hl-text-editor {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.hl-text-controls {
  margin: -2px 0 12px;
}

.hl-font-controls-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(210px, 1fr) minmax(240px, 1.15fr);
  gap: 14px;
  align-items: end;
  margin: -2px 0 12px;
}

.hl-font-controls-row > div {
  min-width: 0;
}

.hl-font-controls-row select {
  margin-bottom: 0;
}

.hl-font-style-col {
  max-width: 260px;
}

.hl-font-size-col .hl-range-row {
  margin-bottom: 0;
}

.hl-font-color-col .hl-color-editor-row {
  margin-bottom: 0;
}

.hl-range-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.hl-range-row input[type="range"] {
  margin: 0;
  flex: 1;
}

#hl-font-size-value {
  min-width: 48px;
  font-size: 13px;
  color: #5d5d5d;
}

#hl-font-style {
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.hl-color-editor-row {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 2px;
}

.hl-color-picker-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#hl-font-color-custom {
  width: 58px;
  min-width: 64px;
  height: 44px;
  padding: 4px;
  margin-bottom: 0;
  border-radius: 8px;
}

.hl-text-editor label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  margin: 0;
}

.hl-text-editor input[type="checkbox"] {
  width: auto;
  margin: 0;
}

.hl-form-shell input,
.hl-form-shell textarea,
.hl-form-shell select {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 12px;
  padding: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  background: #fff;
}

.hl-lantern-thumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #e0d4bf;
  border-radius: 10px;
  background: rgba(255, 249, 240, 0.82);
}

.hl-lantern-thumb img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.hl-lantern-thumb span {
  font-size: 13px;
  color: #5a4b43;
}

.hl-lantern-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: -4px 0 14px;
}

#hl-unlock-btn,
#hl-runtime-unlock-btn {
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #d65381 0%, #bf3f68 56%, #a93458 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 0 #8f2b4b, 0 10px 18px rgba(78, 30, 49, 0.24);
  transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
}

#hl-unlock-btn:hover,
#hl-runtime-unlock-btn:hover {
  filter: brightness(1.04);
}

#hl-unlock-btn:active,
#hl-runtime-unlock-btn:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #8f2b4b, 0 6px 12px rgba(78, 30, 49, 0.2);
}

#hl-unlock-btn:disabled,
#hl-runtime-unlock-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 3px 0 #8f2b4b, 0 8px 14px rgba(78, 30, 49, 0.2);
}

#hl-send-btn.hl-send-btn-large {
  width: 100%;
  margin-top: 14px;
  padding: 14px 18px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #d65381 0%, #bf3f68 56%, #a93458 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 8px 0 #8f2b4b, 0 14px 24px rgba(78, 30, 49, 0.26);
  transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
}

#hl-send-btn.hl-send-btn-large:hover {
  filter: brightness(1.04);
}

#hl-send-btn.hl-send-btn-large:active {
  transform: translateY(5px);
  box-shadow: 0 3px 0 #8f2b4b, 0 8px 16px rgba(78, 30, 49, 0.22);
}

#hl-send-btn.hl-send-btn-large:disabled {
  opacity: 0.68;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 4px 0 #8f2b4b, 0 10px 18px rgba(78, 30, 49, 0.2);
}

.hl-counter {
  margin-top: -8px;
  margin-bottom: 12px;
  color: #676767;
  text-align: right;
}

.hl-feedback {
  min-height: 18px;
  margin-top: 10px;
  font-size: 14px;
}

.hl-ok {
  color: #1a7d32;
}

.hl-error {
  color: #a82727;
}

.hl-emoji-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.hl-emoji-btn {
  border: 1px solid #d8c4c9;
  background: #fff;
  border-radius: 7px;
  width: 42px;
  height: 42px;
  line-height: 1;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hl-emoji-btn:hover {
  background: #fff3f8;
}

.hl-emoji-char {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  pointer-events: none;
}

.hl-texture-selector {
  margin-top: 10px;
}

.hl-texture-swatches {
  display: grid;
  grid-template-columns: repeat(var(--hl-texture-count, 10), minmax(24px, 1fr));
  gap: 6px;
  margin: 0 0 10px;
  width: 100%;
  max-width: none;
}

.hl-texture-swatch {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #d8c4c9;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 100ms ease, box-shadow 100ms ease, border-color 100ms ease;
}

.hl-texture-swatch::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hl-texture-thumb);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.95;
}

.hl-texture-swatch span {
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #a75f7d;
  line-height: 1;
  pointer-events: none;
}

.hl-texture-swatch:hover {
  border-color: #bf3f68;
  box-shadow: 0 4px 10px rgba(95, 38, 63, 0.22);
  transform: translateY(-1px);
}

.hl-texture-swatch.is-active {
  border-color: #bf3f68;
  box-shadow: 0 0 0 2px rgba(191, 63, 104, 0.26), 0 5px 12px rgba(95, 38, 63, 0.2);
}

.hl-texture-swatch[data-texture-key=""] {
  background: linear-gradient(135deg, #fff 0%, #fff 47%, #f2d8e2 48%, #f2d8e2 52%, #fff 53%, #fff 100%);
}

.hl-texture-swatch[data-texture-key=""]::before {
  display: none;
}

.hl-texture-tint {
  max-width: 150px;
}

#hl-texture-tint {
  width: 68px;
  min-width: 68px;
  height: 42px;
  padding: 4px;
  margin-bottom: 0;
  border-radius: 8px;
}

.hl-texture-controls-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.hl-texture-scale {
  min-width: 240px;
  flex: 1;
}
.hl-texture-contrast {
  min-width: 240px;
  flex: 1;
}
.hl-texture-brightness {
  min-width: 240px;
  flex: 1;
}

.hl-texture-scale-row {
  margin-bottom: 0;
}
.hl-texture-contrast-row {
  margin-bottom: 0;
}
.hl-texture-brightness-row {
  margin-bottom: 0;
}

#hl-texture-scale-value {
  min-width: 46px;
  font-size: 13px;
  color: #5d5d5d;
  text-align: right;
}
#hl-texture-contrast-value {
  min-width: 46px;
  font-size: 13px;
  color: #5d5d5d;
  text-align: right;
}
#hl-texture-brightness-value {
  min-width: 46px;
  font-size: 13px;
  color: #5d5d5d;
  text-align: right;
}

#hl-preview-paper {
  min-height: 240px;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  border: 1px solid #d8c1a3;
  padding: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  white-space: pre-wrap;
  background-image: var(--hl-paper-overlay), var(--hl-paper-image, none);
  background-size: cover, contain;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  --hl-preview-text-color: #242124;
  --hl-preview-text-shadow: none;
  --hl-preview-font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--hl-preview-text-color);
  box-shadow: inset 0 0 0 1px rgba(255, 247, 236, 0.32);
}

#hl-preview-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#hl-preview-message {
  font-size: 20px;
  line-height: 1.45;
  margin: 0;
  color: var(--hl-preview-text-color);
  text-shadow: var(--hl-preview-text-shadow);
  opacity: 1;
  pointer-events: none;
}

#hl-preview-name {
  text-align: right;
  opacity: 0.85;
  color: var(--hl-preview-text-color);
  text-shadow: var(--hl-preview-text-shadow);
  pointer-events: none;
}

#hl-preview-paper.hl-canvas-active #hl-preview-message,
#hl-preview-paper.hl-canvas-active #hl-preview-name {
  opacity: 0;
}

#hl-preview-paper.hl-preview-centered {
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 22px;
}

#hl-preview-paper.hl-preview-centered #hl-preview-message {
  max-width: min(88%, 1180px);
}

#hl-preview-paper.hl-preview-centered #hl-preview-name {
  align-self: center;
  text-align: center;
}

#hl-preview-paper.hl-text-bold #hl-preview-message,
#hl-preview-paper.hl-text-bold #hl-preview-name {
  font-weight: 700;
}

#hl-preview-paper.hl-text-italic #hl-preview-message,
#hl-preview-paper.hl-text-italic #hl-preview-name {
  font-style: italic;
}

#hl-preview-paper.hl-text-shadow {
  --hl-preview-text-shadow: 0 2px 6px rgba(24, 18, 20, 0.45);
}

.hl-paper-sakura {
  --hl-paper-overlay: linear-gradient(160deg, rgba(251, 224, 236, 0.58) 0%, rgba(254, 240, 221, 0.58) 100%);
  color: #3b2532;
  border-color: rgba(194, 163, 135, 0.9);
}

.hl-paper-rose {
  --hl-paper-overlay: linear-gradient(160deg, rgba(255, 233, 240, 0.62) 0%, rgba(255, 242, 235, 0.62) 100%);
  color: #4a2b39;
  border-color: rgba(198, 145, 169, 0.92);
}

.hl-paper-golden {
  --hl-paper-overlay: linear-gradient(160deg, rgba(255, 246, 226, 0.62) 0%, rgba(255, 241, 213, 0.62) 100%);
  color: #4a3522;
  border-color: rgba(186, 145, 93, 0.92);
}

.hl-paper-none {
  --hl-paper-overlay: linear-gradient(160deg, rgba(255, 255, 255, 0.65) 0%, rgba(252, 247, 241, 0.65) 100%);
  color: #2f242d;
  border-color: rgba(147, 125, 111, 0.98);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72), 0 12px 26px rgba(74, 52, 39, 0.24);
}

.hl-paper-spring {
  --hl-paper-overlay: linear-gradient(160deg, rgba(229, 244, 220, 0.55) 0%, rgba(244, 252, 234, 0.55) 100%);
  color: #2b3c2a;
  border-color: rgba(120, 152, 108, 0.94);
}

.hl-paper-night {
  --hl-paper-overlay: linear-gradient(160deg, rgba(220, 229, 245, 0.56) 0%, rgba(208, 220, 243, 0.56) 100%);
  color: #2a2f3f;
  border-color: rgba(90, 105, 136, 0.96);
}

.hl-font-clean {
  font-family: "Trebuchet MS", "Segoe UI", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

.hl-font-serif {
  font-family: Georgia, "Times New Roman", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", serif;
}

.hl-font-brush {
  font-family: "Comic Sans MS", "Brush Script MT", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", cursive;
}

.hl-font-luckiest {
  font-family: "Luckiest Guy", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", cursive;
}

.hl-font-parisienne {
  font-family: "Parisienne", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", cursive;
}

.hl-font-kaushan {
  font-family: "Kaushan Script", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", cursive;
}

.hl-font-kalnia-glaze {
  font-family: "Kalnia Glaze", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", serif;
}

.hl-font-dynapuff {
  font-family: "DynaPuff", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", cursive;
}

.hl-font-chicle {
  font-family: "Chicle", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", cursive;
}

.hl-font-pacifico {
  font-family: "Pacifico", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", cursive;
}

.hl-font-caveat {
  font-family: "Caveat", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", cursive;
}

.hl-font-kalam {
  font-family: "Kalam", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", cursive;
}

.hl-font-permanent-marker {
  font-family: "Permanent Marker", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", cursive;
}

.hl-font-marcellus {
  font-family: "Marcellus", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", serif;
}

#hl-font-style option[value="clean"] { font-family: "Trebuchet MS", "Segoe UI", sans-serif; }
#hl-font-style option[value="serif"] { font-family: Georgia, "Times New Roman", serif; }
#hl-font-style option[value="brush"] { font-family: "Caveat", "Brush Script MT", cursive; }
#hl-font-style option[value="luckiest"] { font-family: "Luckiest Guy", cursive; }
#hl-font-style option[value="parisienne"] { font-family: "Parisienne", cursive; }
#hl-font-style option[value="kaushan"] { font-family: "Kaushan Script", cursive; }
#hl-font-style option[value="kalnia_glaze"] { font-family: "Kalnia Glaze", serif; }
#hl-font-style option[value="dynapuff"] { font-family: "DynaPuff", cursive; }
#hl-font-style option[value="chicle"] { font-family: "Chicle", cursive; }
#hl-font-style option[value="pacifico"] { font-family: "Pacifico", cursive; }
#hl-font-style option[value="caveat"] { font-family: "Caveat", cursive; }
#hl-font-style option[value="kalam"] { font-family: "Kalam", cursive; }
#hl-font-style option[value="permanent_marker"] { font-family: "Permanent Marker", cursive; }
#hl-font-style option[value="marcellus"] { font-family: "Marcellus", serif; }

.hl-form-shell.hl-embed-mode {
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  padding: 8px;
  border-radius: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 208, 228, 0.58) 0 18%, transparent 19%),
    radial-gradient(circle at 88% 20%, rgba(255, 220, 237, 0.46) 0 14%, transparent 15%),
    linear-gradient(160deg, rgba(254, 241, 246, 0.96) 0%, rgba(255, 245, 227, 0.92) 100%);
}

.hl-form-shell.hl-embed-mode .hl-preview-card {
  display: block;
}

.hl-form-shell.hl-embed-mode #hl-preview-paper {
  min-height: 300px;
}

.hl-form-shell.hl-embed-mode .hl-font-controls-row {
  grid-template-columns: minmax(165px, 0.85fr) minmax(190px, 1fr) minmax(210px, 1.05fr);
  gap: 10px;
}

.hl-form-shell.hl-embed-mode .hl-font-style-col {
  max-width: 220px;
}

.hl-form-shell.hl-form-bg-transparent {
  background: transparent;
}

.hl-form-shell.hl-form-bg-transparent .hl-floating-petal {
  display: none;
}

.hl-form-shell.hl-embed-mode.hl-form-bg-transparent {
  padding: 0;
}

body.hl-iframe-body {
  margin: 0;
  background: transparent;
}

.hl-embed-disabled {
  padding: 14px;
  border: 1px solid #d4a8b8;
  border-radius: 10px;
  background: #fff3f8;
  color: #6c2d46;
}

.hl-floating-petal {
  position: absolute;
  width: 20px;
  height: 14px;
  border-radius: 65% 35% 70% 30%;
  background: linear-gradient(145deg, rgba(250, 198, 220, 0.9), rgba(255, 233, 242, 0.7));
  filter: blur(0.2px);
  animation: hlPetalDrift 12s linear infinite;
}

.hl-p1 {
  top: 8px;
  left: 10%;
  animation-duration: 11s;
}

.hl-p2 {
  top: 14px;
  left: 44%;
  animation-duration: 14s;
  animation-delay: -5s;
}

.hl-p3 {
  top: 10px;
  right: 8%;
  animation-duration: 13s;
  animation-delay: -2s;
}

@keyframes hlPetalDrift {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 0.2;
  }
  20% {
    opacity: 0.65;
  }
  100% {
    transform: translate3d(22px, 36px, 0) rotate(360deg);
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .hl-form-shell {
    grid-template-columns: 1fr;
  }

  .hl-color-editor-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .hl-lantern-row {
    align-items: stretch;
  }

  .hl-texture-controls-row {
    align-items: stretch;
  }

  .hl-texture-scale {
    min-width: 0;
    width: 100%;
  }

  .hl-texture-contrast {
    min-width: 0;
    width: 100%;
  }

  .hl-texture-brightness {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .hl-inline {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .hl-inline input,
  .hl-inline button {
    width: 100%;
  }

  .hl-font-controls-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hl-card-layout-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hl-font-style-col {
    max-width: none;
  }

  .hl-form-shell.hl-embed-mode .hl-font-controls-row {
    grid-template-columns: 1fr;
  }

  .hl-form-shell.hl-embed-mode .hl-font-style-col {
    max-width: none;
  }
}
