.studio-thumb-card {
  padding: 6px;
  border: 1px solid #c9d8e8;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(15, 23, 42, 0.06);
}

.studio-thumb-eyebrow,
.studio-thumb-title,
.studio-thumb-value,
.studio-thumb-meta {
  display: block !important;
  border-radius: 999px;
}

.studio-thumb-eyebrow {
  width: 18px;
  height: 2px;
  background: #94a3b8;
}

.studio-thumb-title {
  width: 30px;
  height: 3px;
  margin-top: 4px;
  background: #334155;
}

.studio-thumb-value {
  width: 19px;
  height: 7px;
  margin-top: 5px;
  background: #0f172a;
}

.studio-thumb-meta {
  width: 25px;
  height: 2px;
  margin-top: 5px;
  background: #cbd5e1;
}

.studio-thumb-row {
  display: flex !important;
  gap: 4px;
}

.studio-thumb-row i {
  display: block;
  flex: 1;
  border: 1px solid #c9d8e8;
  border-radius: 5px;
  background: linear-gradient(#ffffff 0 45%, #e7eef7 45% 52%, #ffffff 52%);
}

.studio-thumb-column {
  display: grid !important;
  align-content: center;
  gap: 4px;
  padding: 5px 7px;
}

.studio-thumb-column i {
  display: block;
  height: 7px;
  border: 1px solid #c9d8e8;
  border-radius: 3px;
  background: #ffffff;
}

.studio-thumb-column i:nth-child(2) {
  width: 75%;
}

.studio-thumb-stack i {
  position: absolute;
  width: 31px;
  height: 23px;
  border: 1px solid #b9c9dc;
  border-radius: 5px;
  background: #ffffff;
}

.studio-thumb-stack i:first-child {
  top: 5px;
  left: 8px;
}

.studio-thumb-stack i:last-child {
  right: 7px;
  bottom: 5px;
  background: #eef5ff;
}

.studio-thumb-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
  padding: 4px;
}

.studio-thumb-grid i {
  display: block;
  border: 1px solid #b9c9dc;
  border-radius: 4px;
  background: #ffffff;
}

.studio-thumb-grid i:nth-child(2) {
  background: #eff8ff;
}

.studio-thumb-grid i:nth-child(3) {
  background: #effbf4;
}

.studio-thumb-scroll {
  display: grid !important;
  align-content: center;
  gap: 4px;
  padding: 5px 10px 5px 6px;
}

.studio-thumb-scroll i {
  display: block;
  height: 6px;
  border-bottom: 1px solid #d3deeb;
}

.studio-thumb-scroll b {
  position: absolute;
  top: 7px;
  right: 4px;
  bottom: 7px;
  width: 3px;
  border-radius: 999px;
  background: #98aabd;
}

.studio-thumb-button {
  display: block;
  width: 34px;
  height: 12px;
  border-radius: 4px;
  background: #111827;
  box-shadow: 0 2px 3px rgba(15, 23, 42, 0.12);
}

.studio-palette-preview-button-danger .studio-thumb-button {
  background: #d84c43;
}

.studio-palette-preview-button-secondary .studio-thumb-button {
  border: 1px solid #8fa4bb;
  background: #ffffff;
}

.studio-palette-preview-button-ghost .studio-thumb-button {
  border: 1px solid #c2cfde;
  background: #f7f9fc;
  box-shadow: none;
}

.studio-thumb-icon-button {
  display: grid !important;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid #b9c9dc;
  border-radius: 6px;
  background: #ffffff;
}

.studio-thumb-icon-button i {
  width: 9px;
  height: 3px;
  border-radius: 999px;
  background: #0f172a;
}

.studio-thumb-input {
  position: relative;
  display: block;
  width: 45px;
  height: 22px;
  border: 1px solid #9fb2c8;
  border-radius: 5px;
  background: #ffffff;
}

.studio-thumb-input i {
  position: absolute;
  top: 9px;
  left: 6px;
  width: 21px;
  height: 3px;
  border-radius: 999px;
  background: #cbd5e1;
}

.studio-thumb-input b {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 5px;
  height: 8px;
  border-left: 1px solid #6b7f94;
}

.studio-thumb-check,
.studio-thumb-radio {
  display: flex !important;
  align-items: center;
  gap: 5px;
  width: 42px;
}

.studio-thumb-check i,
.studio-thumb-radio i {
  display: block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border: 1px solid #8fa4bb;
  background: #ffffff;
}

.studio-thumb-check i {
  border-radius: 3px;
  box-shadow: inset 0 0 0 3px #ffffff;
  background: #4b8df8;
}

.studio-thumb-radio i {
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #ffffff;
  background: #4b8df8;
}

.studio-thumb-check b,
.studio-thumb-radio b {
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #cbd5e1;
}

.studio-thumb-switch {
  display: block !important;
  width: 30px;
  height: 16px;
  border-radius: 999px;
  background: #111827;
}

.studio-thumb-switch i {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}

.studio-thumb-stepper {
  display: flex !important;
  align-items: center;
  gap: 3px;
}

.studio-thumb-stepper i,
.studio-thumb-stepper b {
  display: grid !important;
  width: 13px;
  height: 17px;
  place-items: center;
  border: 1px solid #b9c9dc;
  border-radius: 3px;
  background: #ffffff;
  color: #334155;
  font-size: 9px !important;
  line-height: 1;
}

.studio-thumb-stepper b {
  border-color: transparent;
  background: transparent;
}

.studio-thumb-text {
  display: grid !important;
  align-content: center;
  gap: 5px;
  width: 44px;
}

.studio-thumb-text i {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: #64748b;
}

.studio-thumb-text i:first-child {
  width: 35px;
  height: 5px;
  background: #0f172a;
}

.studio-thumb-text i:last-child {
  width: 27px;
  background: #cbd5e1;
}

.studio-thumb-image {
  position: relative;
  display: block !important;
  width: 42px;
  height: 31px;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(145deg, #dbeafe 0 48%, #93c5fd 48% 62%, #64748b 62% 100%);
}

.studio-thumb-image i {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f59e0b;
}

.studio-thumb-image b {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 22px;
  height: 16px;
  transform: skewX(-28deg);
  background: rgba(255, 255, 255, 0.55);
}

.studio-thumb-avatar {
  display: grid !important;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 3px solid #dbeafe;
  border-radius: 50%;
  background: #94a3b8;
}

.studio-thumb-avatar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 7px 0 2px #ffffff;
}

.studio-thumb-status-dot {
  display: flex !important;
  align-items: center;
  gap: 5px;
}

.studio-thumb-status-dot i {
  width: 11px;
  height: 11px;
  border: 3px solid #d9f4e3;
  border-radius: 50%;
  background: #1e9e5a;
}

.studio-thumb-status-dot b {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #cbd5e1;
}

.studio-thumb-badge {
  display: block !important;
  width: 33px;
  height: 12px;
  border: 1px solid #9bd2b2;
  border-radius: 999px;
  background: #ecf9f0;
}

.studio-palette-preview-status .studio-thumb-badge {
  border-color: #f2c389;
  background: #fff4e6;
}

