.dws-vdp-vehicle-price-drop-alert {
  position: relative;
}
.dws-vdp-vehicle-price-drop-alert .dws-vdp-vehicle-price-drop-alert-wrapper {
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.dws-vdp-vehicle-price-drop-alert .dws-vdp-vehicle-price-drop-alert-wrapper .dws-vdp-vehicle-price-drop-alert-label {
  background-color: #fff;
  border: 1px solid #D32F2F;
  border-bottom: 1px solid #eee;
  border-radius: 3px 3px 0 0;
  color: #D32F2F;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 8.5px 30px;
  width: 100%;
}
.dws-vdp-vehicle-price-drop-alert .dws-vdp-vehicle-price-drop-alert-wrapper .dws-vdp-vehicle-price-drop-alert-info {
  background-color: #D32F2F;
  color: #fff;
}
.dws-vdp-vehicle-price-drop-alert .dws-vdp-vehicle-price-drop-alert-wrapper .dws-vdp-vehicle-price-drop-alert-info .dws-price-drop-collapse-wrapper {
  display: flex;
  padding: 10px;
}
.dws-vdp-vehicle-price-drop-alert .dws-vdp-vehicle-price-drop-alert-wrapper .dws-vdp-vehicle-price-drop-alert-info .dws-price-drop-collapse-wrapper > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  width: 0;
}
.dws-vdp-vehicle-price-drop-alert .dws-vdp-vehicle-price-drop-alert-wrapper .dws-vdp-vehicle-price-drop-alert-info .dws-price-drop-collapse-wrapper > div .dws-vdp-vehicle-price-drop-alert-desc {
  margin: 0 0 10px;
}
.dws-vdp-vehicle-price-drop-alert .dws-vdp-vehicle-price-drop-alert-wrapper .dws-vdp-vehicle-price-drop-alert-info .dws-price-drop-collapse-wrapper > div .dws-vdp-vehicle-price-drop-alert-button button {
  background-color: #fff;
  border-radius: 35px;
  color: #D32F2F;
  font-size: 12px;
  font-weight: 700;
  white-space: normal;
}