.fw-admin-edit {
  position: fixed;
  top: 104px;
  right: 22px;
  z-index: 10020;
  display: none;
  font-family: "Segoe UI", sans-serif;
}

.event-hero .fw-admin-edit {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
}

.fw-admin-edit.is-visible {
  display: block;
}

.fw-admin-edit__button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: linear-gradient(135deg, #0d8eff, #12bfd3);
  color: #eef8ff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(13, 142, 255, 0.32);
}

.fw-admin-edit__button:hover {
  filter: brightness(1.08);
  box-shadow: 0 18px 34px rgba(13, 142, 255, 0.42);
}

.fw-admin-edit__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 210px;
  padding: 6px;
  border: 1px solid rgba(125, 211, 252, 0.26);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
  display: none;
}

.fw-admin-edit.is-open .fw-admin-edit__menu {
  display: block;
}

.fw-admin-edit__menu button {
  width: 100%;
  border: 0;
  background: transparent;
  color: #122033;
  text-align: left;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 700;
}

.fw-admin-edit__menu button:hover {
  background: #edf7ff;
}

html[data-theme="dark"] .fw-admin-edit__menu {
  background: #101720;
  border-color: rgba(125, 211, 252, 0.34);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
}

html[data-theme="dark"] .fw-admin-edit__menu button {
  color: #eef8ff;
}

html[data-theme="dark"] .fw-admin-edit__menu button:hover {
  background: rgba(14, 165, 233, 0.16);
}

.fw-editor-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10030;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2, 8, 23, 0.72);
}

.fw-editor-backdrop.is-visible {
  display: flex;
}

.fw-editor-panel {
  width: min(760px, 100%);
  max-height: min(760px, 92vh);
  overflow: auto;
  border-radius: 18px;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

html[data-theme="dark"] .fw-editor-panel {
  background: #0d1118;
  color: #eef8ff;
  border: 1px solid rgba(125, 211, 252, 0.28);
}

.fw-editor-head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

html[data-theme="dark"] .fw-editor-head {
  background: #101720;
  border-bottom-color: rgba(125, 211, 252, 0.22);
}

.fw-editor-head h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
  color: #0f172a;
}

html[data-theme="dark"] .fw-editor-head h2 {
  color: #eef8ff;
}

.fw-editor-close {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 1.4rem;
  line-height: 1;
}

html[data-theme="dark"] .fw-editor-close {
  background: #172234;
  color: #eef8ff;
}

.fw-editor-form {
  padding: 20px;
}

.fw-editor-live-preview {
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid #dbe4ef;
  border-radius: 16px;
  background: #f8fafc;
}

html[data-theme="dark"] .fw-editor-live-preview {
  background: #070b12;
  border-color: rgba(125, 211, 252, 0.22);
}

.fw-mini-title {
  margin-bottom: 10px;
  color: #334155;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

html[data-theme="dark"] .fw-mini-title {
  color: #b9c7da;
}

.fw-mini-page {
  display: grid;
  gap: 12px;
  transform-origin: top left;
}

.fw-mini-page-one {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #02123d 0%, #075bc1 58%, #1282f4 100%);
}

.fw-mini-image-area {
  min-width: 0;
}

.fw-mini-photo {
  position: relative;
  min-height: 178px;
  border-radius: 14px;
  overflow: hidden;
  background: #111827;
}

.fw-mini-photo span {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  max-width: calc(100% - 20px);
  padding: 6px 10px;
  border-radius: 999px;
  background: #fe951c;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fw-mini-page-one [contenteditable="true"] {
  cursor: text;
  border-radius: 7px;
  outline: 2px solid transparent;
  outline-offset: 3px;
}

.fw-mini-page-one [contenteditable="true"]:focus,
.fw-mini-page-two [contenteditable="true"]:focus {
  outline-color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.12);
}

.fw-mini-page-two [contenteditable="true"] {
  cursor: text;
  border-radius: 7px;
  outline: 2px solid transparent;
  outline-offset: 3px;
}

.fw-mini-photo img,
.fw-mini-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fw-mini-image-empty {
  width: 100%;
  min-height: 178px;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(2, 8, 23, 0.72);
  color: #dbeafe;
  font-weight: 900;
}

.fw-mini-image-tool {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
}

.fw-mini-image-tools {
  position: absolute;
  right: 10px;
  bottom: 62px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
}

.fw-mini-image-tool {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(13, 142, 255, 0.92);
}

.fw-mini-image-tool.is-danger {
  background: rgba(239, 68, 68, 0.92);
}

.fw-mini-image-tool:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.fw-mini-image-slots {
  position: static;
  display: flex;
  gap: 8px;
  max-width: 100%;
  overflow-x: auto;
  padding: 8px 2px 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.fw-mini-image-slots::-webkit-scrollbar {
  display: none;
}

.fw-mini-image-slot {
  width: 62px;
  min-width: 62px;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  display: grid;
  gap: 2px;
  justify-items: center;
  font-size: 0.62rem;
  font-weight: 900;
}

.fw-mini-image-thumb {
  width: 62px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(2, 8, 23, 0.74);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fw-mini-image-slot.is-selected .fw-mini-image-thumb {
  border-color: #ffffff;
}

.fw-mini-image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fw-mini-image-number {
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

.fw-page1-image-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.fw-mini-copy {
  min-width: 0;
  color: #ffffff;
}

.fw-mini-copy h3,
.fw-mini-ticket h3 {
  margin: 0 0 7px;
  font-size: clamp(1.05rem, 3vw, 1.45rem);
  line-height: 1.05;
  font-weight: 900;
}

.fw-mini-copy p,
.fw-mini-ticket p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.76rem;
  line-height: 1.45;
}

.fw-mini-ticket p {
  color: #475569;
}

html[data-theme="dark"] .fw-mini-ticket p {
  color: rgba(255, 255, 255, 0.8);
}

.fw-mini-card {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

html[data-theme="dark"] .fw-mini-card {
  background: rgba(3, 8, 18, 0.24);
  border-color: rgba(125, 211, 252, 0.2);
}

.fw-mini-card small {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fw-mini-card strong {
  display: block;
  font-size: 0.93rem;
  line-height: 1.2;
}

.fw-mini-status,
.fw-mini-highlights span {
  display: block;
  border-radius: 8px;
  word-break: break-word;
}

.fw-mini-status {
  margin-top: 8px;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
}

.fw-mini-highlights {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.fw-mini-highlight-edit {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.58);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.fw-mini-highlight-edit b {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1;
}

.fw-mini-highlights span {
  min-height: 28px;
  padding: 5px 7px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(2, 8, 23, 0.24);
  outline: none;
  cursor: text;
  font-size: 0.72rem;
  font-weight: 800;
}

.fw-mini-highlights span:focus {
  background: rgba(255, 255, 255, 0.92);
  color: #08213b;
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.32);
}

.fw-mini-counts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 10px 0;
}

.fw-mini-counts b {
  min-height: 38px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eaf7ff, #bdeeff);
  color: #05304f;
  font-size: 0.9rem;
}

html[data-theme="dark"] .fw-mini-counts b {
  background: #0b1018;
  color: #ffffff;
}

.fw-mini-counter-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  margin: 0 0 10px;
}

.fw-mini-counter-controls label {
  display: grid;
  gap: 4px;
  margin: 0;
  min-width: 0;
}

.fw-mini-counter-controls span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
}

html[data-theme="dark"] .fw-mini-counter-controls span {
  color: rgba(219, 234, 254, 0.82);
}

.fw-counter-input-wrap {
  position: relative;
  display: block;
  min-width: 0;
}

.fw-counter-input-wrap i {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0d8eff, #12bfd3);
  color: #ffffff;
  font-size: 0.78rem;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
  box-shadow: 0 0 8px rgba(18, 191, 211, 0.48);
}

.fw-mini-counter-controls input {
  min-width: 0;
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 9px;
  background: linear-gradient(135deg, #f8fcff, #dff5ff);
  color: #052238;
  padding: 6px 36px 6px 8px;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  box-sizing: border-box;
}

html[data-theme="dark"] .fw-mini-counter-controls input {
  border-color: rgba(125, 211, 252, 0.28);
  background: rgba(3, 8, 18, 0.84);
  color: #ffffff;
}

.fw-mini-counter-controls input:focus {
  border-color: #12bfd3;
  outline: none;
  box-shadow: 0 0 0 3px rgba(18, 191, 211, 0.22);
}

.fw-mini-counter-controls input::-webkit-calendar-picker-indicator {
  width: 28px;
  height: 28px;
  cursor: pointer;
  opacity: 1;
  filter: opacity(0);
}

.fw-mini-event-meta {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.fw-mini-spots-edit,
.fw-mini-event-id {
  min-width: 0;
  padding: 9px;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.58);
  background: rgba(2, 8, 23, 0.25);
}

.fw-mini-spots-edit > span,
.fw-mini-event-id > span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.56rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fw-mini-spots-edit strong,
.fw-mini-event-id strong {
  display: block;
  min-height: 28px;
  padding: 5px 7px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #08213b;
  outline: none;
  cursor: text;
  font-size: 0.72rem;
  font-weight: 900;
  word-break: break-word;
}

.fw-mini-spots-edit strong {
  text-align: center;
  font-size: 0.92rem;
}

.fw-mini-spots-edit strong::after {
  content: " spots";
  font-size: 0.58rem;
  font-weight: 900;
  color: #ff6a00;
}

.fw-mini-spots-edit strong:focus-within,
.fw-mini-event-id strong:focus {
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.32);
}

.fw-mini-preview-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}

.fw-mini-preview-actions .fw-editor-save,
.fw-mini-preview-actions .fw-editor-cancel {
  min-height: 34px;
  border-radius: 9px;
  padding: 0 12px;
  font-size: 0.72rem;
}

.fw-mini-page-two {
  grid-template-columns: minmax(130px, 0.72fr) minmax(0, 1fr);
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%);
  border: 1px solid rgba(14, 165, 233, 0.18);
}

html[data-theme="dark"] .fw-mini-page-two {
  background: #0b111b;
  border-color: rgba(56, 189, 248, 0.25);
}

.fw-mini-poster {
  min-height: 210px;
  border-radius: 12px;
  overflow: hidden;
  background: #111827;
}

.fw-mini-ticket {
  align-self: center;
  min-width: 0;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(14, 165, 233, 0.22);
  background: #ffffff;
  color: #0f172a;
}

html[data-theme="dark"] .fw-mini-ticket {
  border-color: rgba(125, 211, 252, 0.28);
  background: transparent;
  color: #ffffff;
}

.fw-mini-ticket > span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.18);
  color: #7dd3fc;
  font-size: 0.66rem;
  font-weight: 900;
}

.fw-mini-ticket ul {
  display: grid;
  gap: 5px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
  color: #1f2a3a;
  font-size: 0.73rem;
}

html[data-theme="dark"] .fw-mini-ticket ul {
  color: #dbeafe;
}

.fw-mini-ticket strong {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  background: #eaf6ff;
  color: #0f172a;
  font-size: 0.76rem;
}

html[data-theme="dark"] .fw-mini-ticket strong {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

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

.fw-editor-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.fw-editor-field.is-full {
  grid-column: 1 / -1;
}

.fw-editor-field label {
  font-size: 0.82rem;
  font-weight: 800;
  color: #334155;
}

html[data-theme="dark"] .fw-editor-field label {
  color: #b9c7da;
}

.fw-editor-field input,
.fw-editor-field textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #ffffff;
  color: #0f172a;
  padding: 11px 12px;
  font: inherit;
}

.fw-editor-field input[type="file"] {
  padding: 9px;
  cursor: pointer;
}

.fw-editor-field input[type="file"]::file-selector-button {
  margin-right: 12px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #0d8eff, #12bfd3);
  color: #ffffff;
  font-weight: 900;
  padding: 10px 14px;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(13, 142, 255, 0.22);
}

.fw-editor-field input[type="file"]::file-selector-button:hover {
  filter: brightness(1.08);
}

html[data-theme="dark"] .fw-editor-field input,
html[data-theme="dark"] .fw-editor-field textarea {
  background: #070b12;
  border-color: rgba(125, 211, 252, 0.24);
  color: #eef8ff;
}

html[data-theme="dark"] .fw-editor-field input:focus,
html[data-theme="dark"] .fw-editor-field textarea:focus {
  border-color: #38bdf8;
  outline: none;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.16);
}

.fw-editor-field textarea {
  min-height: 88px;
  resize: vertical;
}

.fw-editor-divider {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
  color: #0f172a;
  font-weight: 900;
}

html[data-theme="dark"] .fw-editor-divider {
  border-top-color: rgba(125, 211, 252, 0.2);
  color: #eef8ff;
}

.fw-editor-image-card {
  grid-column: 1 / -1;
  padding: 12px;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

html[data-theme="dark"] .fw-editor-image-card {
  background: linear-gradient(180deg, #101720 0%, #070b12 100%);
  border-color: rgba(125, 211, 252, 0.22);
}

.fw-image-card-title {
  margin: 0 0 10px;
  color: #334155;
  font-size: 0.78rem;
  font-weight: 900;
}

html[data-theme="dark"] .fw-image-card-title {
  color: #dbeafe;
}

.fw-image-card-body {
  display: grid;
  grid-template-columns: minmax(116px, 0.58fr) minmax(132px, 0.82fr);
  gap: 14px;
  align-items: center;
  max-width: 650px;
}

.fw-image-preview-box {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(14, 165, 233, 0.22);
  border-radius: 14px;
  background: #eaf6ff;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

html[data-theme="dark"] .fw-image-preview-box {
  background: #070b12;
  border-color: rgba(125, 211, 252, 0.26);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
}

.fw-image-preview-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fw-image-upload-side {
  min-width: 0;
  display: grid;
  gap: 8px;
  justify-items: center;
}

.fw-image-upload-button {
  width: min(100%, 132px);
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 12px;
  background: linear-gradient(135deg, #0d8eff, #12bfd3);
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(13, 142, 255, 0.32);
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

.fw-image-upload-button i {
  font-size: 1.28rem;
  line-height: 1;
}

.fw-image-upload-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
  box-shadow: 0 18px 34px rgba(13, 142, 255, 0.42);
}

html[data-theme="dark"] .fw-image-upload-button {
  background: linear-gradient(135deg, #0d8eff, #12bfd3);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

html[data-theme="dark"] .fw-image-upload-button:hover {
  color: #ffffff;
}

.fw-image-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.fw-image-name-input {
  display: none;
}

.fw-image-file-name {
  width: 100%;
  margin: 0;
  color: #334155;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: anywhere;
}

html[data-theme="dark"] .fw-image-file-name {
  color: #dbeafe;
}

.fw-editor-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.fw-editor-backdrop.is-page1 .fw-editor-form > .fw-editor-actions,
.fw-editor-backdrop.is-page2 .fw-editor-form > .fw-editor-actions {
  display: none;
}

.fw-editor-save,
.fw-editor-cancel {
  min-height: 42px;
  border-radius: 11px;
  padding: 0 18px;
  font-weight: 900;
  align-items: center;
  justify-content: center;
}

.fw-editor-save {
  display: none;
  border: 0;
  background: linear-gradient(135deg, #0d8eff, #12bfd3);
  color: #ffffff;
}

.fw-editor-save.is-visible {
  display: inline-flex;
}

.fw-editor-cancel {
  display: inline-flex;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
}

html[data-theme="dark"] .fw-editor-cancel {
  background: #101720;
  border-color: rgba(125, 211, 252, 0.28);
  color: #eef8ff;
}

.fw-editor-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: #0369a1;
  font-weight: 700;
}

html[data-theme="dark"] .fw-editor-status {
  color: #7dd3fc;
}

@media (max-width: 760px) {
  .fw-admin-edit {
    top: 82px;
    right: 12px;
  }

  .event-hero .fw-admin-edit {
    top: 14px;
    right: 12px;
  }

  .fw-admin-edit__button span {
    display: none;
  }

  .fw-editor-grid {
    grid-template-columns: 1fr;
  }

  .fw-mini-page-one,
  .fw-mini-page-two {
    grid-template-columns: 1fr;
  }

  .fw-mini-photo,
  .fw-mini-poster {
    min-height: 150px;
  }

  .fw-image-card-body {
    grid-template-columns: minmax(110px, 0.8fr) minmax(120px, 1fr);
    gap: 12px;
  }

  .fw-image-upload-button {
    min-height: 44px;
  }
}
