/* Zustands-Info (Marktplatz, Event, Produktdetail) */
.spd-cond-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  border: 1px solid #3a3d41;
  border-radius: 50%;
  background: #f6f7f9;
  color: #ff7900;
  cursor: pointer;
  flex: none;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
.spd-cond-info:hover,
.spd-cond-info:focus-visible {
  border-color: #ff7900;
  background: #fff7ef;
  color: #ff7900;
  outline: none;
}
.spd-cond-info svg.lk-ico,
.spd-cond-info i {
  display: block;
  margin: 0;
}
.spd-tag--cond .spd-cond-info,
.lk-mkt-card__cond-line .spd-cond-info,
.mb-card__cond-line .spd-cond-info {
  width: 22px;
  height: 22px;
}
.lk-mkt-card__cond-line,
.mb-card__cond-line,
.spd-cond-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.spd-cond-pop {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 12000;
}
.spd-cond-pop[hidden] {
  display: none;
}
.spd-cond-pop__bg {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.62);
  cursor: pointer;
}
.spd-cond-pop__card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(560px, calc(100vw - 24px));
  max-height: min(86vh, 720px);
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 22px 20px 18px;
  background: #ffffff;
  border: 1px solid rgba(255, 121, 0, 0.45);
  border-radius: 16px;
  box-sizing: border-box;
}
.spd-cond-pop__x {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: none;
  color: #14161a;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.spd-cond-pop__kicker {
  margin: 0;
  color: #ff7900;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.spd-cond-pop__card > strong {
  color: #14161a;
  font-size: 1.08rem;
  line-height: 1.3;
  padding-right: 1.6rem;
}
.spd-cond-pop__lead {
  margin: 0;
  color: #5c6370;
  font-size: 0.9rem;
  line-height: 1.5;
}
.spd-cond-pop__scale {
  margin: 6px 0 0;
  color: #5c6370;
  font-size: 0.76rem;
  font-weight: 650;
}
.spd-cond-pop__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.spd-cond-pop__item {
  margin: 0;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #e4e6ea;
  border-radius: 10px;
}
.spd-cond-pop__item.is-current {
  border-color: rgba(255, 121, 0, 0.55);
  background: #fff7ef;
}
.spd-cond-pop__item-head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.spd-cond-pop__item strong {
  color: #14161a;
  font-size: 0.88rem;
}
.spd-cond-pop__now {
  display: inline-flex;
  padding: 1px 7px;
  border-radius: 999px;
  background: #ff7900;
  color: #111;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.spd-cond-pop__item p {
  margin: 4px 0 0;
  color: #5c6370;
  font-size: 0.8rem;
  line-height: 1.45;
}
.spd-cond-pop__done {
  margin-top: 4px;
  min-height: 42px;
  border: 1px solid #3a3d41;
  border-radius: 10px;
  background: #ffffff;
  color: #14161a;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}
.spd-cond-pop__done:hover {
  border-color: #ff7900;
  color: #ff7900;
}
body.spd-cond-pop-open {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .spd-cond-info {
    width: 30px;
    height: 30px;
  }
  .spd-tag--cond .spd-cond-info,
  .lk-mkt-card__cond-line .spd-cond-info,
  .mb-card__cond-line .spd-cond-info {
    width: 26px;
    height: 26px;
  }
  .spd-cond-pop__card {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    max-height: min(88vh, 760px);
    border-radius: 16px 16px 0 0;
    padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }
}
