/* ECセクション用スタイル */

/* 商品一覧セクション */
.ec-section-add-product-btn {
  display: inline-block;
  background-color: #8b5cf6;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.6rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-right: 10px;
}

.ec-section-add-product-btn i {
  margin-right: 8px;
}

.ec-section-products-list {
  margin-top: 20px;
}

/* 注文管理セクション */
.ec-section-order-manage-btn {
  display: inline-block;
  background-color: #ec4899;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.6rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ec-section-order-manage-btn i {
  margin-right: 8px;
}

/* 注文履歴セクション */
.ec-section-purchase-history-btn {
  display: inline-block;
  background-color: #10b981;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.6rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.ec-section-purchase-history-btn i {
  margin-right: 8px;
}

