.ley-page-list-org .org-filter-panel {
  margin-bottom: 16px;
}

.ley-page-list-org .org-filter-row-order {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #f0f0f0;
}

.ley-page-list-org .ley-filter .list .item.selected {
  color: #ff5f16;
  border-color: #ff5f16;
}

.ley-page-list-org .org-search-section {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.ley-page-list-org .org-search-form {
  display: flex;
  width: 320px;
  height: 38px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  transition: all 0.3s;
}

.ley-page-list-org .org-search-form:focus-within {
  border-color: #ff5f16;
  box-shadow: 0 0 0 2px rgba(255, 95, 22, 0.1);
}

.ley-page-list-org .org-search-input {
  height: 100%;
  flex: 1;
  border: none;
  outline: none;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  background: transparent;
}

.ley-page-list-org .org-search-submit {
  width: 48px;
  height: 100%;
  border: none;
  border-left: 1px solid #dcdfe6;
  background: #f8f9fa;
  color: #909399;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.ley-page-list-org .org-search-submit:hover {
  color: #ff5f16;
  background: #fff5f0;
}

.ley-page-list-org .org-search-submit .layui-icon {
  font-size: 16px;
}

.ley-page-list-org .org-list-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ley-page-list-org .org-row {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 24px 32px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ley-page-list-org .org-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  border-color: rgba(255, 95, 22, 0.3);
}

.ley-page-list-org .hover-indicator {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ff5f16;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.ley-page-list-org .org-row:hover .hover-indicator {
  opacity: 1;
}

.ley-page-list-org .org-logo-wrap {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  margin-right: 24px;
  border-radius: 50%;
  border: 1px solid rgba(255, 95, 22, 0.1);
  background: #fff5f0;
  color: #ff5f16;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 24px;
  font-weight: 700;
}

.ley-page-list-org .org-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ley-page-list-org .org-info {
  flex: 1;
  min-width: 0;
}

.ley-page-list-org .org-name {
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.ley-page-list-org .org-full-name {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ley-page-list-org .org-product-area {
  flex-shrink: 0;
  max-width: 400px;
  margin-left: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ley-page-list-org .org-product-badges {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.ley-page-list-org .single-product-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ffe8de;
  border-radius: 999px;
  background: linear-gradient(135deg, #fffaf8 0%, #fff 100%);
  text-decoration: none;
  padding: 6px 12px;
  transition: all 0.2s ease;
}

.ley-page-list-org .single-product-badge:hover {
  border-color: #ff5f16;
  background: #ff5f16;
}

.ley-page-list-org .single-product-badge .p-icon-img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.2s ease;
}

.ley-page-list-org .single-product-badge .p-icon-font {
  color: #ff5f16;
  font-size: 12px;
}

.ley-page-list-org .single-product-badge .p-name {
  font-size: 13px;
  font-weight: 600;
  color: #ff5f16;
  transition: all 0.2s ease;
}

.ley-page-list-org .single-product-badge:hover .p-name {
  color: #fff;
}

.ley-page-list-org .single-product-badge:hover .p-icon-img {
  filter: brightness(0) invert(1);
}

.ley-page-list-org .single-product-badge:hover .p-icon-font {
  color: #fff;
}

.ley-page-list-org .org-product-count {
  margin-left: 4px;
  font-size: 12px;
  color: #999;
}

.ley-page-list-org .no-product {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #ccc;
  font-style: italic;
}

.ley-page-list-org .org-action {
  margin-left: 32px;
  color: #ddd;
  transition: all 0.2s ease;
}

.ley-page-list-org .org-action .layui-icon {
  font-size: 20px;
}

.ley-page-list-org .org-row:hover .org-action {
  color: #ff5f16;
  transform: translateX(4px);
}

.ley-page-list-org .org-pagination-wrap {
  margin-top: 24px;
  text-align: center;
}
