/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/weather-widget/style.css ***!
  \**********************************************************************************************************************************************************************************/
.p7-weather {
  color: var(--p7-weather-text-color, #000);
  padding: 0px;
  max-width: 100%;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .p7-weather {
      padding: 20px 20px;
  }
}
.p7-weather .p7-weather-header{
    display: flex;
    align-items: center;
    gap: 80px;
}
@media screen and (max-width: 767px) {
  .p7-weather .p7-weather-header{
    flex-direction: column;
    gap: 30px;
  }
}
.wp-block-p7-weather{
    max-width: 100% !important;
}
.p7-weather .temp {
  font-size: 7.5rem;
}
@media screen and (max-width: 767px) {
 .p7-weather .temp {
    font-size: 5.5rem;
  } 
}
.p7-weather .info {
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 1.438rem;
}
@media screen and (max-width: 767px) {
  .p7-weather .info {
    text-align: center;
    font-size: 1.25rem;
  }
}
.p7-weather .greeting{
    font-weight: bold;
}
.p7-weather .location p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.438rem;
}
@media screen and (max-width: 767px) {
  .p7-weather .location p {
      font-size: 1.25rem;
  }
}
.p7-weather-footer{
  margin-top: 40px;
}

/*# sourceMappingURL=style-index.css.map*/