#shop-modal {
  width: 360px;
}

.shop-balance {
  display: flex;
  justify-content: space-between;
  padding: 6px 4px 10px;
  background-image: url("../png/bg2.png");
  margin-bottom: 8px;
}

.shop-list {
  background-image: url("../png/bg3.png");
  padding: 6px;
}

.shop-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 4px;
}

.shop-row-info {
  flex: 1 1 auto;
}

.shop-row-name {
  font-weight: bold;
}

.shop-row-desc {
  opacity: 0.85;
}

.shop-row-price {
  min-width: 40px;
  text-align: right;
}

#shop-modal .modal-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
