/* Default colours from https://github.com/bbc/gel-iconography-assets/tree/master/src/svg/weather */
/* see https://github.com/bbc/weather-source-svg */
/* Accessible colors for use on white background - from Nick L, 2017-04-26 */
.wr-icon-weather-type__svg-moon {
  fill: #b4b4b4;
}

.wr-icon-weather-type__svg-snowflake {
  fill: #969696;
}

.wr-icon-weather-type__svg-hailstone {
  fill: #969696;
}

.wr-icon-weather-type__svg-drizzle {
  fill: #3789c6;
}

.wr-icon-weather-type__svg-raindrop {
  fill: #3789c6;
}

.wr-icon-weather-type__svg-sun {
  fill: #fdc400;
}

.wr-icon-weather-type__svg-partial-sun {
  fill: #fdc400;
}

.wr-icon-weather-type__svg-lightning {
  fill: #6db1de;
}

.wr-icon-weather-type__svg-light-cloud {
  fill: #969696;
}

.wr-icon-weather-type__svg-thick-cloud {
  fill: #000000;
}

.wr-icon-weather-type__svg-partial-moon {
  fill: #b4b4b4;
}

.wr-icon-weather-type__svg-tropical-storm {
  fill: #000000;
}

.wr-icon-weather-type__svg-dash {
  fill: #000000;
}

.wr-icon-weather-type__svg-text {
  fill: #000000;
}

.wr-icon-wind-direction__svg-background {
  fill: #FFFFFF;
}

.wr-icon-wind-direction__svg-disc {
  fill: inherit;
}

.wr-c-observations .wr-c-observations__heading {
  position: relative;
  display: flex !important;
  align-items: center;
}

.wr-c-observations .wr-c-observations__title {
  font-weight: normal;
}

.wr-c-observations .wr-c-observations__timestamp {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
}

.wr-c-observations .wr-c-observations__divider--grey {
  height: 1px;
  background-color: #ced0d1;
  background-clip: content-box;
}

.wr-c-observations .wr-c-observations__divider--blue {
  display: none;
}

@media (min-width: 63em) {
  .wr-c-observations .wr-c-observations__divider--blue {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #067eb2;
  }
}

.wr-c-observations .wr-c-observations__icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 63em) {
  .wr-c-observations .wr-c-observations__icons {
    text-align: center;
    justify-content: center;
  }
}

.wr-c-observations .wr-c-observations__details {
  display: flex;
  align-items: center;
}

.wr-c-observations .wr-c-observations .wr-hide {
  display: none !important;
}

.wr-c-observations .wr-c-station-data {
  display: flex;
  flex-flow: column wrap;
}

@media (min-width: 37.5em) {
  .wr-c-observations .wr-c-station-data {
    flex-flow: row nowrap;
  }
}

.wr-c-observations .wr-c-station-data__observation {
  display: block;
}

@media (min-width: 37.5em) {
  .wr-c-observations .wr-c-station-data__observation {
    flex: 1 1 33.33%;
    display: inline-block;
    justify-content: space-between;
  }
}

@media (min-width: 63em) {
  .wr-c-observations .wr-c-station-data__observation {
    flex: 1 1 auto;
  }
}

.wr-c-observations .wr-value--temperature {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  color: #777777;
}

@media (min-width: 37.5em) {
  .wr-c-observations .wr-value--temperature {
    padding-left: 26px;
    padding-right: 26px;
  }
}

@media (min-width: 63em) {
  .wr-c-observations .wr-value--temperature {
    padding-left: 12px;
    padding-right: 8px;
  }
}

.wr-c-observations .wr-weather-type {
  display: inline-block;
}

.wr-c-observations .wr-weather-type__text {
  display: none;
}

.wr-forecast.wr-no-svg .wr-weather-type {
  display: inline;
}

.wr-c-observations .wr-weather-type__icon {
  width: 60px;
  height: 60px;
  margin-left: -5px;
}

.wr-c-observations .wr-weather-type__icon svg {
  width: 100%;
  height: 100%;
}

.wr-c-observations .wr-wind-speed {
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.wr-c-observations .wr-wind-speed use.wr-wind-type-wind {
  fill: #ffffff;
}

.wr-c-observations .wr-wind-speed--icon {
  width: 48px;
  height: 48px;
  width: 3rem;
  height: 3rem;
}

.wr-c-observations .wr-wind-speed--icon svg {
  width: inherit;
  height: inherit;
}

.wr-c-observations .wr-wind-speed__value {
  font-size: 13px;
  color: #000000;
  position: absolute;
  line-height: 48px;
  line-height: 3rem;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
