/* ============================================
   AntGoUS - Global & Shared Styles
   ============================================ */

/* CSS Variables */
:root {
  --primary-blue: #2962FF;
  --primary-orange: #FF6D00;
  --progress-blue: #1976D2;
  --bg-gray: #F5F5F5;
  --bg-white: #FFFFFF;
  --text-primary: #333333;
  --text-secondary: #666666;
  --text-muted: #999999;
  --border-color: #E0E0E0;
  --header-height: 60px;
  --content-width: 1200px;
  --footer-bg: #F8F8F8;
}

/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:  PingFangSC-regular,'Helvetica Neue', Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  color: var(--text-primary);
  background-color: var(--bg-white);
  min-width: 992px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--primary-blue);
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

/* Layout */
.container {
  max-width: var(--content-width);
  width: 100%;
  margin: 0 auto;
  /*padding: 0 20px;*/
}

.page-content {
  min-height: calc(100vh - 300px);
  padding: 20px 0;
  background-color: #F4F5F9;
}

/* ============================================
   Header (shared by all main pages)
   ============================================ */
.site-header {
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
}

.header-left {
  display: flex;
  align-items: center;
  gap: 40px; /* 控制 logo 和导航之间的间距 */
}

.header-logo img {
  height: 40px;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 20px; /* 导航项之间的间距 */
}

.header-nav a,
.header-nav .el-dropdown-link {
  font-weight: bold;
  padding: 6px 12px;
  font-size: 14px;
  color: var(--text-primary);
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.3s;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.header-nav a:hover,
.header-nav .el-dropdown-link:hover {
  color: var(--primary-blue);
}

.header-nav a.active,
.header-nav .el-dropdown-link.active {
  background: transparent;
  border-color: var(--primary-blue);
  color: var(--primary-blue);
}

.header-nav .el-dropdown-link:focus-visible {
  outline: none;
}

/* More Dropdown */
.more-dropdown {
  outline: none;
}
.more-dropdown .el-dropdown-menu__item {
  min-width: 140px;
}
.more-dropdown .el-dropdown-menu__item a {
  display: block;
  width: 100%;
  color: var(--text-primary);
  text-decoration: none;
  font-weight: normal;
  padding: 0;
  border: none;
}
.more-dropdown .el-dropdown-menu__item a::before {
  content: "•";
  color: var(--primary-blue);
  margin-right: 8px;
  display: inline-block;
}
.more-dropdown .el-dropdown-menu__item:hover a {
  color: var(--primary-blue);
  background: transparent;
}

/* Language Menu */
.lang-menu {
  padding: 16px;
  min-width: 240px;
}
.lang-menu-title {
  font-size: 14px;
  color: var(--text-primary);
  margin-bottom: 12px;
}
.lang-options {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.lang-option {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s;
}
.lang-option:hover {
  border-color: var(--primary-blue);
}
.lang-option.active {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
}
.lang-option .flag {
  width: 20px;
  height: 14px;
  background-size: cover;
  background-position: center;
}
.lang-option .flag-en {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30"><clipPath id="a"><path d="M0 0v30h60V0z"/></clipPath><clipPath id="b"><path d="M30 15h30v15zv15H0zH0V0zV0h30z"/></clipPath><g clip-path="url(%23a)"><path d="M0 0v30h60V0z" fill="%23012169"/><path d="M0 0l60 30m0-30L0 30" stroke="%23fff" stroke-width="6"/><path d="M0 0l60 30m0-30L0 30" clip-path="url(%23b)" stroke="%23C8102E" stroke-width="4"/><path d="M30 0v30M0 15h60" stroke="%23fff" stroke-width="10"/><path d="M30 0v30M0 15h60" stroke="%23C8102E" stroke-width="6"/></g></svg>');
}
.lang-option .flag-zh {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900 600"><rect fill="%23ee1c25" width="900" height="600"/><path fill="%23ff0" d="M150 75l35.3 108.5H300l-92.4 67.1 35.3 108.5L150 292l-92.4 67.1 35.3-108.5L0 183.5h114.7z"/><path fill="%23ff0" d="M300 30l11.8 36.2H350l-30.8 22.4 11.8 36.2L300 102.4l-30.8 22.4 11.8-36.2L250 66.2h38.2zm60 60l11.8 36.2H410l-30.8 22.4 11.8 36.2L360 162.4l-30.8 22.4 11.8-36.2L310 126.2h38.2zm30 90l11.8 36.2H440l-30.8 22.4 11.8 36.2L390 252.4l-30.8 22.4 11.8-36.2L340 216.2h38.2zm-30 90l11.8 36.2H410l-30.8 22.4 11.8 36.2L360 342.4l-30.8 22.4 11.8-36.2L310 306.2h38.2z"/></svg>');
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.header-tools .cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  position: relative;
}

.header-tools .cart-icon img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
}

.header-tools .lang-switch {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.header-tools .lang-switch .flag {
  width: 20px;
  height: 14px;
  background: #DE2910;
  border-radius: 2px;
}

.header-tools .user-actions a {
  font-size: 14px;
}

.header-tools .user-actions a + a {
  margin-left: 4px;
}

/* User Profile & Dropdown */
.user-profile {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 4px 0;
}

.user-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

.user-id {
  font-size: 14px;
  color: var(--text-primary);
}

.user-menu-list {
  padding: 8px 0;
  min-width: 180px;
}

.user-menu-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--text-primary);
  text-decoration: none;
  width: 100%;
}

.user-menu-link .dot {
  width: 6px;
  height: 6px;
  background-color: var(--primary-blue);
  border-radius: 50%;
  margin-right: 8px;
}

.user-menu-link .balance {
  color: var(--primary-orange);
  margin-left: 4px;
}

.el-dropdown-menu__item:hover .user-menu-link {
  color: var(--primary-blue);
}

/* Search Bar (shared by header + homepage banner) */
.search-bar-wrapper {
  background: var(--primary-blue);
  padding: 16px 0;
}

.search-bar {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 66px;
  padding: 4px;
  box-sizing: border-box;
}

.search-bar input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 16px;
  font-size: 16px;
  height: 100%;
  color: var(--text-primary);
}

.search-bar input::placeholder {
  color: var(--text-muted);
}

.search-bar .platform-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 16px;
}

.search-bar .platform-icons .icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-bar .platform-icons .icon-btn img {
  opacity: 0.5;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
}

.search-bar .platform-icons .icon-btn:hover img {
  opacity: 1;
}

.search-bar .camera-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 32px;
  color: #BDBDBD;
  cursor: pointer;
  transition: color 0.3s;
}

.search-bar .camera-icon:hover {
  color: var(--primary-orange);
}

.search-bar .search-btn {
  background: var(--primary-orange);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0 36px;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
  transition: background 0.3s;
}

.search-bar .search-btn:hover {
  background: #E65100;
}

/* ============================================
   Footer (shared by all main pages)
   ============================================ */
.site-footer {
  background: var(--footer-bg);
  border-top: 1px solid var(--border-color);
  margin-top: 40px;
}

.footer-main {
  padding: 40px 0;
}

.footer-column h4 {
  font-size: 14px;
  font-weight: bold;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.footer-column ul li {
  margin-bottom: 12px;
}

.footer-column ul li a {
  font-size: 13px;
  color: var(--text-secondary);
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: var(--primary-blue);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

.footer-brand .footer-logo img {
  height: 40px;
}

.footer-brand .qr-code {
  width: 100px;
  height: 100px;
  background: #E0E0E0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--text-muted);
  overflow: hidden;
}

.footer-bottom {
  border-top: 1px solid var(--border-color);
  padding: 24px 0;
  font-size: 12px;
  color: var(--text-muted);
}

.footer-bottom-row {
  align-items: flex-start;
}

.footer-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.footer-links a {
  color: var(--text-secondary);
  font-size: 13px;
}

.footer-links a:hover {
  color: var(--primary-blue);
}

.footer-links .divider {
  color: var(--border-color);
  margin: 0 4px;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.footer-info .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-secondary);
  font-size: 13px;
}

.footer-info .info-item .el-icon {
  color: var(--primary-blue);
  font-size: 16px;
}

.footer-copyright {
  text-align: left;
  color: var(--text-secondary);
  font-size: 13px;
}

/* ============================================
   Floating Sidebar (shared by all pages)
   ============================================ */
.floating-sidebar {
  position: fixed;
  right: 16px;
  top: 30%;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  padding: 16px 8px;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-color);
}

.floating-sidebar .sidebar-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  color: #333;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.3s;
}

.floating-sidebar .sidebar-btn:hover {
  color: var(--primary-blue);
}

.floating-sidebar .wechat-btn {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.floating-sidebar .wechat-btn:hover {
  opacity: 0.9;
}

.floating-sidebar .cart-badge .el-badge__content {
  background-color: var(--primary-orange);
  border: none;
}

.floating-sidebar .close-btn {
  color: #B0B0B0;
  font-size: 28px;
}

.floating-sidebar .close-btn:hover {
  color: #999;
}

/* ============================================
   Online Service Float
   ============================================ */
.online-service-float {
  position: fixed;
  right: 16px;
  bottom: 20px;
  z-index: 100;
  width: 80px; /* Adjust based on your actual image size */
  cursor: pointer;
}

.online-service-content {
  width: 100%;
}

.online-service-content img {
  width: 100%;
  height: auto;
  display: block;
}

/* Invisible click area over the close icon in the image */
.online-service-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  /* border: 1px solid red; /* Uncomment to debug position */
}

/* ============================================
   Auth Pages (shared by login + register)
   ============================================ */
.auth-page-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 20px;
}

.auth-container {
  display: flex;
  width: 1260px;
  min-width: 1260px;
  height: 700px;
  max-width: 100%;
  max-height: calc(100vh - 40px);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.auth-left {
  width: 620px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: var(--primary-orange);
}

.auth-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 50px;
  position: relative;
  overflow-y: auto;
}

.auth-right .home-btn {
  position: absolute;
  top: 50px;
  right: 30px;
}

.auth-form {
  max-width: 420px;
  width: 100%;
}

.auth-form .el-form-item {
  margin-bottom: 24px;
}

.auth-form .el-input__inner {
  font-size: 16px;
  height: 48px;
  line-height: 48px;
}

.auth-form .el-input {
  font-size: 16px;
}

.auth-form .submit-btn {
  width: 100%;
  height: 52px;
  font-size: 18px;
}

.auth-form .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  font-size: 15px;
}

.auth-form .form-footer a {
  color: var(--primary-blue);
}

.auth-form .divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0;
  color: var(--text-muted);
  font-size: 15px;
}

.auth-form .divider::before,
.auth-form .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-color);
}

.auth-right .home-btn {
  position: absolute;
  top: 50px;
  right: 30px;
}

.auth-right .auth-title {
  font-size: 28px;
  font-weight: bold;
  color: var(--text-primary);
  margin-bottom: 30px;
  margin-top: 60px;
}

.auth-form {
  max-width: 400px;
  width: 100%;
}

.auth-form .el-form-item {
  margin-bottom: 20px;
}

.auth-form .submit-btn {
  width: 100%;
  height: 44px;
  font-size: 16px;
}

.auth-form .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  font-size: 13px;
}

.auth-form .form-footer a {
  color: var(--primary-blue);
}

.auth-form .divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
  color: var(--text-muted);
  font-size: 13px;
}

.auth-form .divider::before,
.auth-form .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-color);
}

/* Login Page Specific Styles */
.auth-right {
  justify-content: flex-start;
  padding: 90px 200px 40px 100px;
}

.auth-right .auth-title {
  margin: 0 0 28px;
  width: 100%;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 400;
  font-family: Georgia, "Times New Roman", serif;
  text-align: left;
  color: #2f2f2f;
}

.auth-form {
  width: 100%;
  max-width: 460px;
}

.auth-form .el-form-item {
  margin-bottom: 16px;
}

.auth-form .el-input .el-input__wrapper {
  height: 42px !important;
  border-radius: 8px;
  padding: 0 14px;
  background: #f5f6f8;
  box-shadow: none !important;
  border: 1px solid #f5f6f8;
}

.auth-form .el-input .el-input__wrapper.is-focus {
  border-color: #ff7b00;
}

.auth-form .el-input .el-input__inner {
  height: 40px !important;
  line-height: 40px !important;
  font-size: 16px;
  color: #4a4a4a;
}

.auth-form .el-input .el-input__inner::placeholder {
  color: #c9c9c9;
  font-size: 16px;
}

.auth-form .el-input .el-input__suffix-inner {
  color: #9b9b9b;
  font-size: 16px;
}

.phone-input-group {
  display: flex;
  width: 100%;
  gap: 0;
}

.phone-input-group select.country-select {
  width: 118px;
  height: 42px;
  padding: 0 12px;
  font-size: 16px;
  border: 1px solid #D7D9E4;

  border-radius: 8px 0 0 8px;
  outline: none;
  background: #fff;
  color: #3d3d3d;
  cursor: pointer;
  box-sizing: border-box;
}

.phone-input-group .el-input {
  flex: 1;
}

.phone-input-group .el-input .el-input__wrapper {
  border-radius: 0 8px 8px 0;
  border: 1px solid #f5f6f8;
  border-left: none;
}

.auth-form .submit-btn {
  width: 100%;
  height: 46px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  background: #ff7a00 !important;
  border-color: #ff7a00 !important;
  margin-top: 24px;
}

.auth-form .form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  font-size: 14px;
  line-height: 1;
}

.auth-form .form-footer .forgot-link {
  color: #9e9e9e;
}

.auth-form .form-footer .signup-link {
  color: #ff7a00;
  font-weight: 500;
}

.auth-form .divider {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 28px 0 18px;
  color: #9d9d9d;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.auth-form .divider::before,
.auth-form .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e8e8e8;
}

.scan-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 44px;
  border: 1px solid #dfe8ff;
  border-radius: 8px;
  color: #a1a1a1;
  font-size: 16px;
}

.scan-section .scan-icon {
  font-size: 18px;
  line-height: 1;
}

.scan-section .scan-text {
  line-height: 1;
}

.login-online-service {
  position: absolute;
  right: 44px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.login-online-service img {
  width: 86px;
  height: auto;
  display: block;
  margin-bottom: 20px;
    margin-right: 10px;
}

@media (max-width: 1280px) {
  .auth-right {
    padding: 72px 54px 36px;
  }
  .auth-right .auth-title {
    font-size: 32px;
  }
  .auth-form .el-input .el-input__inner::placeholder {
    font-size: 15px;
  }
  .auth-form .submit-btn {
    font-size: 18px;
  }
  .auth-form .form-footer {
    font-size: 13px;
  }
  .auth-form .divider {
    font-size: 15px;
  }
  .scan-section {
    font-size: 15px;
  }
  .login-online-service {
    right: 20px;
    bottom: 18px;
  }
}

/* ============================================
   Product Card (shared by index + search)
   ============================================ */
.product-card {
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.3s;
  cursor: pointer;
  margin-bottom: 16px;
}

.product-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.product-card .product-image {
  width: 100%;
  aspect-ratio: 1;
  background: var(--bg-gray);
  overflow: hidden;
  padding: 20px;
}

.product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card .product-info {
  padding: 10px;
}

.product-card .product-title {
  font-size: 13px;
  color: var(--text-primary);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  height: 36px;
}

.product-card .product-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-card .current-price {
  font-size: 20px;
  font-weight: bold;
  /*color: var(--primary-back);*/
}

.product-card .original-price {
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: line-through;
}

.product-card .add-cart {
  color: var(--primary-orange);
  cursor: pointer;
  margin-left: auto;
  font-size: 18px;
}

.product-card .add-cart img{
  width: 26px;
}

/* ============================================
   Platform & Category Tabs (shared by index + search)
   ============================================ */
.platform-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.platform-tabs .tab-item {
  padding: 8px 24px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
}

.platform-tabs .tab-icon,
.search-platforms .tab-icon {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: text-bottom;
}

.platform-tabs .tab-item:hover,
.platform-tabs .tab-item.active {
  border-color: var(--primary-blue);
  color: var(--primary-blue);
  background: #EBF0FF;
}

.category-tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  /*border-bottom: 1px solid var(--border-color);*/
  /*padding-bottom: 12px;*/
  flex-wrap: wrap;
}

.category-tabs .tab-item {
  font-size: 14px;
  color: var(--text-secondary);
  cursor: pointer;
  border-radius: 10px;
  border-color: transparent;
  transition: all 0.3s;
}

.category-tabs .tab-item:hover,
.category-tabs .tab-item.active {
  /*color: var(--primary-blue);*/
}

/* ============================================
   Order Progress (shared by payment-success + order-detail)
   ============================================ */
.order-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  flex-wrap: wrap;
  gap: 0;
}

.order-progress .progress-step {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
}

.order-progress .progress-step.active {
  color: var(--primary-blue);
  font-weight: bold;
}

.order-progress .progress-step.completed {
  color: #4CAF50;
}

.order-progress .progress-step .step-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
}

.order-progress .progress-step.active .step-dot {
  background: var(--primary-blue);
}

.order-progress .progress-step.completed .step-dot {
  background: #4CAF50;
}

.order-progress .progress-line {
  width: 40px;
  height: 2px;
  background: var(--border-color);
  margin: 0 4px;
}

.order-progress .progress-line.completed {
  background: #4CAF50;
}

/* ============================================
   Common Utilities
   ============================================ */
.text-orange { color: var(--primary-orange); }
.text-blue { color: var(--primary-blue); }
.text-muted { color: var(--text-muted); }
.text-bold { font-weight: bold; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.text-center { text-align: center; }
.text-right { text-align: right; }
