/* 마이페이지(shop/mypage.php, orderinquiry.sub.php) */

/* 피그마 183:6180 — 상단 요약 스트립 상단 라인(Line 127) */
.mypage-summary-strip__topline {
  height: 0;
  border-top: 3px solid #212121;
  width: 100%;
}

.mypage-order-table thead {
  background-color: #eaeaea;
}

.mypage-order-table thead th {
  border-bottom: 1px solid #d4d4d4;
}

.mypage-od-status {
  display: inline-block;
  font-weight: 400;
  color: #212121;
}

/* @media (min-width: 1024px) {
  .mypage-od-status {
    font-size: 0.875rem;
  }
} */

/* .mypage-od-status--01 {
  background-color: #f3f4f6;
  color: #374151;
}

.mypage-od-status--02 {
  background-color: #dbeafe;
  color: #1e40af;
}

.mypage-od-status--03 {
  background-color: #fef3c7;
  color: #92400e;
}

.mypage-od-status--04 {
  background-color: #e0e7ff;
  color: #3730a3;
}

.mypage-od-status--05 {
  background-color: #d1fae5;
  color: #065f46;
}

.mypage-od-status--06 {
  background-color: #fee2e2;
  color: #991b1b;
} */

.mypage-figma-card-accent {
  border-top: 3px solid #212121;
}

/* 주문내역조회 패널(피그마 183:6267) - 내부 테이블 래퍼 오버라이드 */
.mypage-order-panel {
  background: #f9f9f9;
  border-color: #c0c0c0;
}

.mypage-order-panel .overflow-x-auto {
  background: transparent !important;
  border: 1px solid #C0C0C0;
  border-radius: 0 !important;
}

.mypage-order-panel .mypage-order-table {
  background: transparent;
}

/* 피그마 183:6028 주문 테이블 - 헤더/셀 중앙 정렬 */
.mypage-order-panel .mypage-order-table thead th,
.mypage-order-panel .mypage-order-table tbody td {
  text-align: center !important;
}
