.package-list__duration {
  display: flex;
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 14px !important;
}

.package-list__duration-time {
  margin-left: 4px;
}

.package-list__item--initial {
  transition: opacity 0.3s;
  opacity: 1;
}

.package-list__item--extended {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
  margin: 0;
  border: 0;
}

.package-list__button {
  margin-top: 10px;
}

.package-list__buttonWrap {
  display: inline-block;
}

.package-list__item-duration {
  line-height: 1;
  padding-bottom: var(--spacingSmall);
}

.package-list__item-duration-icon {
  margin-right: var(--spacingSmallest);
}

.package-list__showMore {
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
}

.package-list__emptyMessage {
  font-size: 0.875em;
  margin-bottom: 8px;
}

/* REDESIGN */

.package-list__item {
  width: 100%;
  text-decoration: none;
  height: 100%;

  & > a {
    width: 100%;
    text-decoration: none;
    height: 100%;
    text-decoration: none;
    display: flex;
    border-bottom: none;
  }
}

.package-list__reduction {
  background: #272727;
  color: #fff;
  border-radius: 7px;
  text-align: center;
  padding: 3px 5px;
  font-size: 10px;
  margin: 0 0 0 auto;
  font-weight: 700;
  @media (--screenLG) {
    position: absolute;
    right: 5px;
  }
}

.package-list__discounted_price {
  font-weight: 700;
}
