@media (max-width: 767px) {
  .jobs.jobs-weather {
    margin: 0 calc(0 var(--space-margin-v));
  }
}
.jobs.jobs-weather .job {
  position: relative;
  overflow: hidden;
}
.jobs.jobs-weather .job .job-title {
  margin-bottom: 0;
  height: 10em;
}
.jobs.jobs-weather .job .job-title h3 {
  font-size: var(--font-size-h4) !important;
}
.jobs.jobs-weather .job .job-meta {
  padding: 0;
}
.jobs.jobs-weather .job .weather {
  padding-top: var(--space-regular);
}
.jobs.jobs-weather .job .weather .temp {
  color: var(--color-blue);
  font-size: 60px;
  font-weight: var(--font-extra-bold);
}
.jobs.jobs-weather .job .weather img {
  position: absolute;
  bottom: -35px;
  right: -40px;
  width: 150px;
  height: auto;
}/*# sourceMappingURL=jobs_weather.css.map */