@media (min-width: 992px) {
  .hide-app-sidebar .app-content,
  .hide-app-sidebar .main-content.app-content {
    margin-inline-start: 0 !important;
  }

  .hide-app-sidebar .app-header {
    padding-inline-start: 0 !important;
  }
}

.hide-app-sidebar .app-sidebar {
  display: none !important;
}

.artist-table-avatar.mud-avatar,
.artist-table-avatar {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
}

.artist-table-avatar img,
.artist-table-avatar .mud-image {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover;
}

.item-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.btn-item-nav {
  min-width: 2.2rem;
  padding: 6px 10px;
  font-weight: 700;
}

.item-pager-label {
  min-width: 7rem;
  text-align: center;
  font-weight: 600;
}

.item-image-slots {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.item-image-slot {
  position: relative;
  width: 140px;
  height: 140px;
  border: 1px solid var(--default-border, #e9edf6);
  border-radius: 0.35rem;
  overflow: hidden;
  background: var(--form-control-bg, #fff);
}

.item-image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.item-image-add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  color: #6c757d;
}

.item-image-slot input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.item-image-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
}

.item-status-switch {
  display: flex;
  align-items: center;
  gap: 12px;
}

.item-editor-wrap {
  position: relative;
}

.item-delete-shade {
  position: absolute;
  inset: 0;
  z-index: 8;
  background: rgba(12, 61, 110, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.item-delete-card {
  background: #fff;
  border-radius: 8px;
  padding: 1.15rem 1.25rem;
  max-width: 22rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.item-delete-card p {
  margin: 0 0 1rem;
  font-weight: 600;
}

.item-delete-actions {
  display: flex;
  gap: 0.6rem;
}

.edit-gallery-accordion {
  padding-bottom: 15px;
}

.tx-product-thumb {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.tx-merchant-logo {
  width: 56px;
  height: 28px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.tx-price-link {
  color: #228B22 !important;
  font-weight: 600;
}

.tx-feature-col {
  width: 44px;
  min-width: 44px;
  text-align: center;
  vertical-align: middle;
}

.tx-feature-icon {
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto 2px;
}

.tx-feature-amt {
  color: #228B22;
  font-size: 11px;
  display: block;
}

.gallery-items-panel,
.custom-icon-accordion .mud-expand-panel:last-child {
  margin-bottom: 15px !important;
}

.gallery-image-slot {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 1px solid var(--default-border, #e9edf6);
  border-radius: 0.35rem;
  overflow: hidden;
  background: var(--form-control-bg, #fff);
}

.gallery-image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-image-slot input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
