@charset "UTF-8";
.show-type {
  min-width: 30px;
  padding: 5px 10px;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 0 -20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.coupon-container {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #ec5600; /* 橘色邊框 */
  border-radius: 6px;
  background: #fffaf5; /* 淡橘背景 */
  padding: 10px 12px;
  box-sizing: border-box;
}

.coupon-left {
  color: #ec5600;
  font-weight: bold;
  margin-right: 12px;
  white-space: nowrap;
  border-right: solid 1px #ec5600;
  padding-right: 10px;
}

.coupon-center {
  flex: 1;
  color: #dadada;
  font-size: 14px;
}

.coupon-btn {
  background: #ec5600;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 6px 16px;
  cursor: pointer;
  font-size: 14px;
}

.coupon-btn:hover {
  background: #ec5600;
}

.coupon-note {
  margin-top: 6px;
  font-size: 12px;
  color: #ec5600;
}

.coupon-list-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 40px;
}

.coupon-list-item {
  padding: 10px;
  height: 70px;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
}

.announcement-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  background-color: #fffdf4;
  color: #a77c7c;
  overflow-x: hidden;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.order-status-bar-item {
  height: 8px;
  background-color: #fff;
  border: solid 1px #a0a0a0;
  width: 18%;
  margin: 4px !important;
}
.order-status-bar-item.active {
  background-color: #c71717;
}

.order-status {
  color: #c71717;
}

.brand-logo-bottom {
  font-size: 11px;
  padding: 6px 8px;
}

.brand-grid.list .brand-logo-bottom {
  font-size: 18px;
  padding: 6px 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.brand-grid.list .brand-logo-bottom .list-waiting-number {
  font-size: 15px;
  color: #666;
}
.brand-grid.list .brand-list-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.brand-grid.list .brand-list-box .brand-logo-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 100px;
  width: 100%;
  background: #f3f3f3;
}
.brand-grid.list .brand-list-box .brand-logo-top {
  width: 40%;
  height: 100%;
  padding: 10px;
  padding-top: unset;
}
.brand-grid.list .brand-list-box .brand-logo-top .brand-img {
  height: 92%;
  margin: auto;
}

.member-discount-box {
  display: none;
}/*# sourceMappingURL=plaza.css.map */