.elementor-2558 .elementor-element.elementor-element-1b1856d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-c1820b5 */.exch-archive-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.exch-archive-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,.05);
}

.exch-thumb img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
}

.exch-details {
  flex: 1;
  margin-left: 15px;
}

.exch-title {
  font-size: 1.1rem;
  margin: 0 0 6px;
}

.exch-price {
  font-weight: bold;
  color: #28a745;
  margin-bottom: 6px;
}

.exch-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 6px;
}

.exch-stats span {
  margin-right: 12px;
  font-size: 0.85rem;
  color: #444;
}

.exch-actions {
  margin-top: 8px;
}

.exch-actions .btn-edit,
.exch-actions .btn-remove {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  text-decoration: none;
  margin-right: 8px;
}

.btn-edit { background: #007bff; color: #fff; }
.btn-remove { background: #dc3545; color: #fff; }


.exch-price {
    font-size: 16px;
    font-weight: bold;
    color: #28a745; /* green */
    margin: 4px 0 8px;
}
.exch-price .no-price {
    color: #888;
    font-weight: normal;
}







.exch-archive-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.exch-archive-item {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,.05);
}

.exch-thumb img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
}

.exch-details {
  flex: 1;
  margin-left: 15px;
}

.exch-title {
  font-size: 1.1rem;
  margin: 0 0 6px;
}

.exch-price {
  font-weight: bold;
  color: #28a745;
  margin-bottom: 6px;
}

.exch-meta { font-size: 0.9rem; color: #666; margin-bottom: 6px; }
.status.active { color: #28a745; font-weight: bold; }
.status.disabled { color: #dc3545; font-weight: bold; }
.status.sold { color: #ffc107; font-weight: bold; }

.exch-stats span {
  margin-right: 12px;
  font-size: 0.85rem;
  color: #444;
}

.exch-actions { margin-top: 8px; }
.exch-actions a, .exch-actions button {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  margin-right: 6px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.btn-edit { background: #007bff; color: #fff; }
.btn-remove { background: #dc3545; color: #fff; }
.btn-deactivate { background: #6c757d; color: #fff; }
.btn-sold { background: #ffc107; color: #000; }/* End custom CSS */