// ========================================
// STORE — Settings
// ========================================

.settings-card .card-header {
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
}

.settings-card .card-body {
  background: #fff;
}

.section-row {
  background: #f8fafc;
  border: 1px dashed #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.pill-type {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
  font-size: 0.85rem;
}

.store-row-gap {
  gap: 0.4rem;
}

.simple-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0.8rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.9rem;
  margin-bottom: 0.6rem;

  .left {
    min-width: 0;
  }
}

.muted-row {
  color: #6b7280;
  font-size: 0.85rem;
}

.a-muted {
  color: #6b7280;

  &:hover {
    color: #111827;
    text-decoration: none;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: all 0.15s ease;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
  transform: translateY(-4px);
}

.savebar {
  position: sticky;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.95) 20%);
  padding: 0.75rem 1rem;
  border-top: 1px solid #e5e7eb;
  border-radius: 0.75rem;
}

// ========================================
// STORE — Orders
// ========================================

.store-orders-wrapper {
  overflow: visible;
}

// ========================================
// STORE — Collections (shared)
// ========================================

.store-empty-state {
  border: 2px dashed #e2e8f0;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  background: #fafafa;

  .emoji {
    font-size: 1.8rem;
  }

  .title {
    font-weight: 700;
    margin-top: 0.25rem;
  }

  .subtitle {
    color: #6b7280;
  }

  &.store-empty-compact {
    padding: 1.25rem;
    color: #6b7280;

    .emoji {
      font-size: 1.6rem;
    }

    .title {
      margin-top: 0.2rem;
    }
  }
}

.text-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.card-soft {
  border: 1px solid #edf2f7;
  border-radius: 12px;
}

.finder {
  background: #fbfbfd;
}

.results-list {
  max-height: 420px;
  overflow: auto;
}

.result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #e5e7eb;

  &:last-child {
    border-bottom: 0;
  }

  .thumb {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    overflow: hidden;
    background: #f3f4f6;
    margin-right: 0.5rem;
    border: 1px solid #eef2f7;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.table .thumb {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  overflow: hidden;
  background: #f3f4f6;
  border: 1px solid #eef2f7;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.side {
  top: 88px;
}

.btn-block {
  width: 100%;
}

.fw-600 {
  font-weight: 600;
}

// ========================================
// STORE — Collections Index Table
// ========================================

.store-table-valign {
  td, th {
    vertical-align: middle;
  }
}

.badge-outline-secondary {
  color: #6c757d;
  border: 1px solid #dee2e6;
  background-color: #fff;
}

.store-th-id {
  width: 70px;
}

.store-th-count {
  width: 120px;
}

.store-th-actions-wide {
  width: 300px;
}

.store-th-actions {
  width: 220px;
}

.store-th-num {
  width: 60px;
}

.store-desc-cell {
  max-width: 520px;
}

// ========================================
// STORE — Messages
// ========================================

.msg-body {
  white-space: pre-line;
}

// ========================================
// STORE — Banner Form
// ========================================

.banner-hint-text {
  color: #ffff;
}

.banner-preview-img {
  max-height: 120px;
}
