.news.--medication_news {
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 60px;
}

.news-body.--medication_news {
  max-height: 400px;
}

.medication_news-item {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 600px) {
  .medication_news-item {
    flex-wrap: wrap;
  }
}
.medication_news-item p {
  display: block;
}
.medication_news-item .date {
  font-weight: 700;
  width: 110px;
}
@media screen and (max-width: 600px) {
  .medication_news-item .date {
    width: 100%;
  }
}
.medication_news-item .medication_news-item-alert {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 700;
  animation: rotation 4s infinite;
  text-align: center;
}
@keyframes rotation {
  0% {
    transform: rotateX(0deg);
  }
  20% {
    transform: rotateX(360deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
.medication_news-item .medication_news-item-alert.--new {
  background-color: #E67E23;
  color: white;
}
.medication_news-item .medication_news-item-alert.--price-up {
  background-color: #40BF56;
  color: white;
}
.medication_news-item .medication_news-item-alert.--high-price {
  background-color: #de0000;
  color: white;
}
.medication_news-item .medication_news-item-alert.--limited {
  background-color: #1B76BA;
  color: white;
}
.medication_news-item .medication_news-item-alert.--limited.--animation-none {
  animation: none;
}
.medication_news-item .news-detail {
  width: calc(100% - 150px);
  padding-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .medication_news-item .news-detail {
    width: calc(100% - 100px);
  }
}

.icon-sale.--new {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #E67E23 50%, #E67E23 100%);
}
.icon-sale.--price-up {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #40BF56 50%, #40BF56 100%);
}
.icon-sale.--limited {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #1B76BA 50%, #1B76BA 100%);
  width: 65px;
  height: 65px;
  font-size: 11px;
}

.p-medicine .med-items {
  padding-top: 70px;
}

.item-list img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-medicine .item img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=add.css.map */