.weatherflow-container{gap:1rem;max-width:100%;overflow:hidden;align-items:flex-start;font-family:'Poppins',sans-serif;background-color:var(--weatherflow_background_colour)!important;color:var(--weatherflow_card_text_colour)!important;border-radius:5px}.weatherflow-header{width:100%;text-align:left;margin:1rem}.weatherflow-current{flex:0 0 20%;margin-right:10px}.weatherflow-slide{background-color:var(--weatherflow_card_colour)!important;border-radius:5px;box-shadow:0 2px 5px rgb(0 0 0 / .2);width:100%;height:100%;display:flex;justify-content:left;align-items:left;flex-direction:column}.weatherflow-slide *{margin:0;padding:0;box-sizing:border-box}.weatherflow-slide-time{font-size:48px;font-weight:700}.weatherflow-slide-temp{font-size:36px}.weatherflow-slide p,.weatherflow-icon{margin-left:1rem;margin-right:1rem;margin-bottom:1.5rem}.weatherflow-heading,.weatherflow-location{color:var(--weatherflow_background_text_colour)!important}.weatherflow-heading{font-size:2rem}.weatherflow-forecast-main{display:flex;flex-direction:row;justify-content:space-between;margin:1rem}.weatherflow-carousel{flex-grow:1;overflow:hidden;width:100%;display:flex;justify-content:center}.swiper{width:100%}.swiper-wrapper{display:flex}.weatherflow-icon{width:7rem!important;height:auto}.weatherflow-error{width:40%;padding:10px;background-color:#ff5858;border:1px solid red;margin:20px auto;text-align:center}@media (min-width:1200px){.weatherflow-forecast-main{flex-direction:row;justify-content:flex-start;gap:2rem}.weatherflow-current{flex:0 0 300px;margin-bottom:0}}@media (max-width:1199px) and (min-width:768px){.weatherflow-forecast-main{flex-direction:row;justify-content:center;gap:1rem}}@media (max-width:767px) and (min-width:576px){.weatherflow-forecast-main{flex-direction:column;gap:1rem}.weatherflow-carousel{justify-content:flex-start}.weatherflow-current{width:100%}.weatherflow-slide{align-items:center;justify-content:center}}@media (max-width:575px){.weatherflow-forecast-main{flex-direction:column;gap:1rem}.weatherflow-current{width:100%}.weatherflow-slide-time{font-size:36px}.weatherflow-slide{align-items:center;justify-content:center;display:flex!important;flex-direction:column!important}}