.tour-show-card[data-v-188b2c60] {
  position: relative;
  border: 1px solid #EAEAEB;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s;
}
.tour-show-card[data-v-188b2c60]:hover {
  box-shadow: 0 4px 16px rgba(50, 48, 56, 0.08);
}
.tour-show-card-header[data-v-188b2c60] {
  display: flex;
  height: 60px;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #F6F6F7 0%, rgba(246, 246, 247, 0) 100%);
}
.tour-show-card-city[data-v-188b2c60] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.tour-show-card--ended .tour-show-card-city[data-v-188b2c60] {
  color: #98979b;
}
.tour-show-card-header-right[data-v-188b2c60] {
  display: flex;
  align-items: center;
}
.tour-show-card-status[data-v-188b2c60] {
  font-size: 18px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 4px;
}
.tour-show-card-status--completed[data-v-188b2c60] {
  color: #98979B;
}
.tour-show-card-status--on-sale[data-v-188b2c60] {
  color: #00B268;
}
.tour-show-card-status--not-on-sale[data-v-188b2c60] {
  color: #FB5200;
}
.tour-show-card-price[data-v-188b2c60] {
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.tour-show-card-price-symbol[data-v-188b2c60] {
  font-size: 22px;
  font-weight: 700;
  color: #FF1D41;
  font-family: 'DIN Alternate', sans-serif;
  line-height: 24px;
}
.tour-show-card-price-value[data-v-188b2c60] {
  font-size: 28px;
  font-weight: 700;
  color: #FF1D41;
  font-family: 'DIN Alternate', sans-serif;
  line-height: 28px;
}
.tour-show-card-price-suffix[data-v-188b2c60] {
  font-size: 18px;
  font-weight: 600;
  color: #FF1D41;
  line-height: 24px;
}
.tour-show-card-footer[data-v-188b2c60] {
  padding: 20px 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tour-show-card-info[data-v-188b2c60] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tour-show-card-time[data-v-188b2c60],
.tour-show-card-venue[data-v-188b2c60] {
  margin: 0;
  font-size: 16px;
  color: #66646A;
}
.tour-show-card-btn[data-v-188b2c60] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  min-width: 96px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #FF1D41;
  border-radius: 20px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.tour-show-card-btn[data-v-188b2c60]:hover {
  opacity: 0.9;
}
.tour-show-card-btn--remind[data-v-188b2c60] {
  background: #00B268;
}
