.tour-show-card[data-v-188b2c60] {
  position: relative;
  border: 0.0625rem solid #EAEAEB;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s;
}
.tour-show-card[data-v-188b2c60]:hover {
  box-shadow: 0 0.25rem 1rem rgba(50, 48, 56, 0.08);
}
.tour-show-card-header[data-v-188b2c60] {
  display: flex;
  height: 3.75rem;
  padding: 0 1.5rem;
  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: 1.25rem;
  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: 1.125rem;
  font-weight: 500;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.25rem;
}
.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: 0.125rem;
}
.tour-show-card-price-symbol[data-v-188b2c60] {
  font-size: 1.375rem;
  font-weight: 700;
  color: #FF1D41;
  font-family: 'DIN Alternate', sans-serif;
  line-height: 1.5rem;
}
.tour-show-card-price-value[data-v-188b2c60] {
  font-size: 1.75rem;
  font-weight: 700;
  color: #FF1D41;
  font-family: 'DIN Alternate', sans-serif;
  line-height: 1.75rem;
}
.tour-show-card-price-suffix[data-v-188b2c60] {
  font-size: 1.125rem;
  font-weight: 600;
  color: #FF1D41;
  line-height: 1.5rem;
}
.tour-show-card-footer[data-v-188b2c60] {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.tour-show-card-info[data-v-188b2c60] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tour-show-card-time[data-v-188b2c60],
.tour-show-card-venue[data-v-188b2c60] {
  margin: 0;
  font-size: 1rem;
  color: #66646A;
}
.tour-show-card-btn[data-v-188b2c60] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  min-width: 6rem;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #FF1D41;
  border-radius: 1.25rem;
  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;
}
