.DOPBSPCalendar-day .dopbsp-price.mpf-day-weather-anchor,
.DOPBSPCalendar-day .dopbsp-body.mpf-day-weather-anchor,
.DOPBSPCalendar-day .dopbsp-bind-middle.mpf-day-weather-anchor{
  position: relative !important;
  box-sizing: border-box;
}

.DOPBSPCalendar-day .dopbsp-price.mpf-day-weather-anchor{
  min-height: 14px;
  line-height: 14px !important;
  text-align: center;
  overflow: hidden;
}

.DOPBSPCalendar-day .mpf-day-weather{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-size: 10px;
  line-height: 1;
  color: #8d8d8d;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.95;
  z-index: 2;
  vertical-align: middle;
}

.DOPBSPCalendar-day .mpf-day-weather__icon{
  width: 12px;
  height: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.DOPBSPCalendar-day .mpf-day-weather__icon svg,
.DOPBSPCalendar-day .mpf-day-weather__icon .mpf-sw-svg{
  width: 12px !important;
  height: 12px !important;
  display: block !important;
}

.DOPBSPCalendar-day .mpf-day-weather__rain{
  font-size: 10px;
  color: #8d8d8d;
}

@media (max-width: 767px){
  .DOPBSPCalendar-day .dopbsp-price.mpf-day-weather-anchor{
    min-height: 12px;
    line-height: 12px !important;
  }

  .DOPBSPCalendar-day .mpf-day-weather{
    gap: 2px;
  }

  .DOPBSPCalendar-day .mpf-day-weather__icon{
    width: 11px;
    height: 11px;
  }

  .DOPBSPCalendar-day .mpf-day-weather__icon svg,
  .DOPBSPCalendar-day .mpf-day-weather__icon .mpf-sw-svg{
    width: 11px !important;
    height: 11px !important;
  }

  .DOPBSPCalendar-day .mpf-day-weather__rain{
    font-size: 9px;
  }
}
