.splw-patterns-template-filter {
  align-items: center;
  display: flex;
  gap: 12px;
}
.splw-patterns-template-filter select {
  border-color: #e0e0e0;
  color: #2f2f2f;
  height: 36px;
  padding-left: 10px;
  padding-right: 40px;
}
.splw-patterns-template-filter select:hover {
  color: inherit;
}
.splw-patterns-template-filter input:focus,
.splw-patterns-template-filter select:focus {
  border-color: #e0e0e0;
  box-shadow: none;
  color: inherit;
  outline: none;
}
.splw-patterns-template-filter-grid-three-col button,
.splw-patterns-template-filter-grid-two-col button,
.splw-patterns-template-filter-love button,
.splw-patterns-template-filter-reset button {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #757575;
  cursor: pointer;
  display: inline-flex;
  height: 36px;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  width: 36px;
}
.splw-patterns-template-filter-grid-three-col button.active,
.splw-patterns-template-filter-grid-three-col button:hover,
.splw-patterns-template-filter-grid-two-col button.active,
.splw-patterns-template-filter-grid-two-col button:hover,
.splw-patterns-template-filter-love button.active,
.splw-patterns-template-filter-love button:hover,
.splw-patterns-template-filter-reset button.active,
.splw-patterns-template-filter-reset button:hover {
  background-color: #f26c0d;
  border-color: transparent;
  color: #fff;
}
.splw-patterns-template-filter-love button {
  background-color: transparent;
  border: none;
  border-left: 2px solid #ecedf0;
  border-radius: 0;
  margin-left: 2px;
  padding-left: 1px;
  position: relative;
  width: 42px;
}
.splw-patterns-template-filter-love button svg {
  padding-left: 9px;
}
.splw-patterns-template-filter-love button svg path {
  fill: none;
}
.splw-patterns-template-filter-love button:hover {
  border-color: #ecedf0;
}
.splw-patterns-template-filter-love button span {
  align-items: center;
  background: #f26c0d;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  height: 14px;
  justify-content: center;
  min-width: 14px;
  padding: 2px;
  position: absolute;
  right: -2px;
  top: -2px;
}
.splw-patterns-template-filter-love button.active,
.splw-patterns-template-filter-love button:hover {
  background-color: transparent;
  color: #f26c0d;
}
.splw-patterns-template-filter-love button.active svg path,
.splw-patterns-template-filter-love button:hover svg path {
  fill: currentColor;
}
.splw-patterns-template-filter-sort {
  margin-left: auto;
}
.splw-patterns-template-filter-search {
  color: #757575;
  position: relative;
}
.splw-patterns-template-filter-search input {
  border-color: #c7c7cc;
  border-radius: 4px;
  height: 42px;
  padding: 3px 38px 3px 18px;
  width: 368px;
}
.splw-patterns-template-filter-search input::-moz-placeholder {
  color: #757575;
}
.splw-patterns-template-filter-search input::placeholder {
  color: #757575;
}
.splw-patterns-template-filter-search span {
  display: inline-flex;
  font-size: 18px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.splw_patterns_filter_selected i {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-left: 15px;
  transform: rotate(270deg) translateX(-2px);
  transition: all 0.2s ease;
}
.splw_patterns_filter_select {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 10px 8px 8px;
  position: relative;
  text-align: left;
}
.splw_patterns_filter_select.open i {
  transform: rotate(90deg) translateX(-2px);
}
.splw_patterns_filter_select .splw_patterns_filter_select_options {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  left: 0;
  margin-top: 5px;
  overflow: auto;
  position: absolute;
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  z-index: 9999;
}
.splw_patterns_filter_select .splw_patterns_filter_select_options::-webkit-scrollbar {
  background-color: transparent;
  border-radius: 0;
  width: 3px;
}
.splw_patterns_filter_select .splw_patterns_filter_select_options:hover::-webkit-scrollbar {
  border-radius: 0;
  height: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 3px;
}
.splw_patterns_filter_select .splw_patterns_filter_select_options:hover::-webkit-scrollbar-thumb {
  background-color: #f26c0d;
  border-radius: 3px;
  width: 3px;
}
.splw_patterns_filter_select
  .splw_patterns_filter_select_options
  .splw_patterns_filter_select_option {
  margin-bottom: 0;
  padding: 6px 20px;
  transition: all 0.3s;
}
.splw_patterns_filter_select
  .splw_patterns_filter_select_options
  .splw_patterns_filter_select_option:hover {
  background-color: #f26c0d;
  color: #fff;
}
.splw-patterns-popup-filter-nav-right {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.splw-patterns-popup-filter-nav-right .splw-patterns-popup-filter-sync-close {
  display: flex;
  margin-left: 20px;
  width: auto;
}
.spl-weather-sun-orbit {
  margin-top: 56px;
  position: relative;
}
.spl-weather-sun-orbit-sky {
  border-top: 4px dotted;
  border-color: #ff2252;
  border-radius: 50%;
  fill: #ffd870;
  height: 120px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -30px;
  transform: translateX(-50%);
  width: 120px;
}
.spl-weather-sun-orbit-sun {
  animation: circle 6s linear;
  border-radius: 50%;
  bottom: 0;
  height: 30px;
  left: 0;
  margin: auto !important;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.spl-weather-sun-orbit-sunrise-icon {
  margin-left: -10px;
}
.spl-weather-sun-orbit-sunset-icon {
  margin-right: -10px;
}
.sp-location-weather-block-wrapper .spl-weather-details-center .spl-weather-details-regular-data,
.sp-location-weather-block-wrapper .spl-weather-details-justified .spl-weather-details-regular-data,
.sp-location-weather-block-wrapper .spl-weather-details-left .spl-weather-details-regular-data {
  display: flex;
  flex-direction: column;
}
.sp-location-weather-block-wrapper
  .spl-weather-details-column-two
  .spl-weather-details-regular-data,
.sp-location-weather-block-wrapper
  .spl-weather-details-column-two-justified
  .spl-weather-details-regular-data,
.sp-location-weather-block-wrapper .spl-weather-details-grid-one .spl-weather-details-regular-data,
.sp-location-weather-block-wrapper
  .spl-weather-details-grid-three
  .spl-weather-details-regular-data,
.sp-location-weather-block-wrapper .spl-weather-details-grid-two .spl-weather-details-regular-data {
  display: grid;
}
.sp-location-weather-block-wrapper
  .spl-weather-details-column-two
  .spl-weather-details-regular-data,
.sp-location-weather-block-wrapper .spl-weather-details-grid-one .spl-weather-details-regular-data {
  grid-template-columns: repeat(2, 1fr);
  justify-items: start;
}
.sp-location-weather-block-wrapper .spl-weather-details-grid-two .spl-weather-details-regular-data {
  grid-template-columns: repeat(3, 1fr);
  justify-items: start;
}
.sp-location-weather-block-wrapper
  .spl-weather-details-grid-three
  .spl-weather-details-regular-data {
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
.sp-location-weather-block-wrapper
  .spl-weather-details-column-two-justified
  .spl-weather-details-regular-data {
  grid-template-columns: repeat(2, 1fr);
}
.sp-location-weather-block-wrapper
  .spl-weather-details-column-two-justified
  .spl-weather-details:nth-of-type(2n) {
  justify-content: right;
}
.sp-location-weather-block-wrapper
  .spl-weather-details-horizontal-list
  .spl-weather-details-regular-data {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sp-location-weather-block-wrapper
  .spl-weather-details-horizontal-list
  .spl-weather-details-regular-data
  .spl-weather-details {
  display: flex;
  flex-direction: column;
}
.sp-location-weather-block-wrapper .spl-weather-details {
  display: flex;
}
.sp-location-weather-block-wrapper .spl-weather-details-center .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-column-two .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-column-two-justified .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-grid-three .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-justified .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-left .spl-weather-details {
  align-items: center;
}
.sp-location-weather-block-wrapper .spl-weather-details-center .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-column-two .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-column-two-justified .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-grid-one .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-left .spl-weather-details {
  gap: 4px;
}
.sp-location-weather-block-wrapper .spl-weather-details-carousel-flat .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-carousel-simple .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-grid-one .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-grid-three .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-grid-two .spl-weather-details {
  flex-direction: column;
}
.sp-location-weather-block-wrapper .spl-weather-details-center .spl-weather-details {
  justify-content: center;
}
.sp-location-weather-block-wrapper .spl-weather-details-justified .spl-weather-details {
  justify-content: space-between;
}
.sp-location-weather-block-wrapper .spl-weather-details-grid-one .spl-weather-details {
  align-items: flex-start;
  width: 100%;
}
.sp-location-weather-block-wrapper .spl-weather-details-carousel-flat .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-carousel-simple .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-grid-one .spl-weather-details {
  position: relative;
}
.sp-location-weather-block-wrapper .spl-weather-details-carousel-flat .spl-weather-details,
.sp-location-weather-block-wrapper .spl-weather-details-carousel-simple .spl-weather-details {
  align-items: start;
  border-radius: 4px;
}
.sp-location-weather-block-wrapper .spl-weather-details-title-wrapper {
  display: flex;
  gap: 6px;
}
.sp-location-weather-block-wrapper .spl-weather-details-center .spl-weather-details-title-wrapper,
.sp-location-weather-block-wrapper
  .spl-weather-details-column-two
  .spl-weather-details-title-wrapper,
.sp-location-weather-block-wrapper
  .spl-weather-details-column-two-justified
  .spl-weather-details-title-wrapper,
.sp-location-weather-block-wrapper
  .spl-weather-details-justified
  .spl-weather-details-title-wrapper,
.sp-location-weather-block-wrapper .spl-weather-details-left .spl-weather-details-title-wrapper {
  align-items: center;
}
.sp-location-weather-block-wrapper
  .spl-weather-details-grid-two
  .spl-weather-details-title-wrapper {
  flex-direction: column;
}
.sp-location-weather-block-wrapper
  .spl-weather-details-grid-three
  .spl-weather-details-title-wrapper {
  align-items: center;
  flex-direction: column;
}
.sp-location-weather-block-wrapper
  .spl-weather-details-carousel-flat
  .spl-weather-details-title-wrapper,
.sp-location-weather-block-wrapper
  .spl-weather-details-carousel-simple
  .spl-weather-details-title-wrapper {
  align-items: center;
  gap: 4px;
}
.sp-location-weather-block-wrapper
  .spl-weather-details-horizontal-two
  .spl-weather-details-title-wrapper {
  flex-direction: row;
}
.sp-location-weather-block-wrapper .spl-weather-details-grid-three .spl-weather-details-icon,
.sp-location-weather-block-wrapper .spl-weather-details-grid-two .spl-weather-details-icon {
  margin-bottom: 4px;
}
.sp-location-weather-block-wrapper .spl-weather-details-carousel-flat .spl-weather-details-icon,
.sp-location-weather-block-wrapper .spl-weather-details-carousel-simple .spl-weather-details-icon,
.sp-location-weather-block-wrapper .spl-weather-details-grid-one .spl-weather-details-icon {
  position: absolute;
}
.spl-weather-details-wrapper {
  overflow: hidden;
  position: relative;
}
.spl-weather-details-table-data .spl-weather-details {
  display: flex;
  justify-content: space-between;
}
.spl-weather-alerts-sender-name {
  font-size: 16px;
  font-weight: 600;
  padding-right: 30px;
  text-align: left;
}
.spl-weather-alerts-start-end-time {
  font-size: 12px;
  padding-bottom: 10px;
  padding-top: 6px;
  text-align: left;
}
.spl-weather-alerts-desc {
  font-size: 14px;
  text-align: left;
}
.spl-weather-preloader-wrapper {
  height: 500px;
}
.spl-weather-preloader-wrapper .spl-weather-preloader {
  height: 80px;
  left: 50%;
  margin-left: -55px;
  margin-top: -100px;
  position: absolute;
  top: 50%;
  width: 80px;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-cloud {
  height: 60px;
  width: 60px;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-cloud path {
  fill: transparent;
  stroke: #f26c0d;
  stroke-width: 0.25;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-sun {
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  height: 40px;
  left: 25px;
  position: absolute;
  top: 3px;
  width: 40px;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-sun path {
  fill: #f26c0d;
  stroke: #f26c0d;
  stroke-width: 0.18;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-rain {
  height: 70px;
  margin-left: 3px;
  margin-top: -22px;
  position: absolute;
  width: 70px;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-drop {
  animation-duration: 1.7s;
  animation-iteration-count: infinite;
  animation-name: drop;
  background: #f26c0d;
  border-radius: 0 0 6px 6px;
  display: block;
  float: left;
  height: 2px;
  margin-left: 4px;
  opacity: 1;
  width: 1px;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-drop:first-child {
  animation-delay: -0.13s;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-drop:nth-child(2) {
  animation-delay: -0.24s;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-drop:nth-child(3) {
  animation-delay: -0.39s;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-drop:nth-child(4) {
  animation-delay: -525ms;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-drop:nth-child(5) {
  animation-delay: -0.64s;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-drop:nth-child(6) {
  animation-delay: -0.79s;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-drop:nth-child(7) {
  animation-delay: -0.9s;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-drop:nth-child(8) {
  animation-delay: -1.05s;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-drop:nth-child(9) {
  animation-delay: -1.13s;
}
.spl-weather-preloader-wrapper .spl-weather-preloader-drop:nth-child(10) {
  animation-delay: -1.3s;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes drop {
  50% {
    height: 45px;
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  to {
    height: 1px;
    opacity: 0;
  }
}
.spl-weather-custom-slider-nav,
.spl-weather-swiper-nav {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.spl-weather-custom-slider-nav.spl-weather-custom-slider-nav-next,
.spl-weather-custom-slider-nav.spl-weather-swiper-nav-next,
.spl-weather-swiper-nav.spl-weather-custom-slider-nav-next,
.spl-weather-swiper-nav.spl-weather-swiper-nav-next {
  right: 0;
}
.spl-weather-custom-slider-nav.spl-weather-custom-slider-nav-prev,
.spl-weather-custom-slider-nav.spl-weather-swiper-nav-prev,
.spl-weather-swiper-nav.spl-weather-custom-slider-nav-prev,
.spl-weather-swiper-nav.spl-weather-swiper-nav-prev {
  left: 0;
}
.spl-weather-custom-slider-nav.swiper-button-disabled,
.spl-weather-swiper-nav.swiper-button-disabled {
  display: none;
}
.spl-weather-custom-slider-nav:focus,
.spl-weather-swiper-nav:focus {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}
.spl-weather-custom-slider-nav {
  display: none;
}
.spl-weather-custom-slider-nav.active {
  display: block;
}
.spl-weather-forecast-icon {
  display: flex;
  justify-content: center;
}
.spl-weather-forecast-icon .spl-weather-forecast-description {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}
.spl-weather-forecast-icon:has(.spl-weather-forecast-description) {
  align-items: center;
  gap: 4px;
}
.spl-weather-forecast-header-area .spl-weather-forecast-select:focus {
  box-shadow: none;
  outline: none;
}
.spl-weather-forecast-header-area .spl-weather-forecast-tab {
  position: relative;
}
.spl-weather-forecast-header-area .spl-weather-forecast-tab:after {
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
}
.spl-weather-forecast-header-area .spl-weather-forecast-tab.active:after {
  transform: scale(1);
}
.spl-weather-card-forecast-data .spl-weather-normal .spl-weather-forecast-container {
  width: 100%;
}
.spl-weather-card-forecast-data .spl-weather-normal .spl-weather-forecast-container div {
  width: 33%;
}
.spl-weather-card-forecast-data
  .spl-weather-normal
  .spl-weather-forecast-container
  div.spl-weather-forecast-icon {
  display: flex;
  justify-content: center;
}
.spl-weather-card-forecast-data
  .spl-weather-normal
  .spl-weather-forecast-container
  div.spl-weather-forecast-date-time {
  text-align: left;
}
.spl-weather-normal .splw-separator-gradient {
  background: hsla(0, 0%, 39%, 0.7);
  border-radius: 10px;
  display: inline-block;
  height: 3px;
  margin: 0 6px;
  overflow: hidden;
  position: relative;
  width: 38px;
}
.spl-weather-normal .splw-separator-gradient .lw-separator {
  background: linear-gradient(90deg, #ed9f07, #f70808 104.76%);
  border-radius: 10px;
  height: 100%;
  left: 0;
  max-width: 70%;
  position: absolute;
  top: 0;
  width: 100%;
}
.spl-weather-table-top-header th {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 14px 16px;
}
.spl-weather-table-card .spl-weather-forecast-table-layout {
  margin-top: 50px;
}
.spl-weather-forecast-table-layout .spl-weather-forecast-min-temp,
.spl-weather-forecast-table-layout .spl-weather-forecast-separator {
  opacity: 0.7;
}
.spl-weather-forecast-table-layout .spl-weather-table-header .spl-weather-details-icon {
  margin-right: 6px;
}
.spl-weather-forecast-table-layout .spl-weather-forecast-icon {
  justify-content: start;
}
.spl-weather-forecast-table-layout .spl-weather-table-forecast-title {
  font-size: 27px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: center;
}
.spl-weather-forecast-table-layout table,
.spl-weather-forecast-table-layout td,
.spl-weather-forecast-table-layout th {
  border-collapse: collapse;
}
.spl-weather-forecast-table-layout td {
  padding: 12px 14px;
}
.spl-weather-forecast-table-layout .spl-weather-forecast-table-pagination {
  margin-top: 30px;
}
.spl-weather-forecast-table-layout
  .spl-weather-forecast-table-pagination
  .spl-weather-table-forecast-pagination-buttons {
  display: flex;
}
.spl-weather-forecast-table-layout
  .spl-weather-forecast-table-pagination
  .spl-weather-forecast-pagination-button {
  align-items: center;
  background-color: transparent;
  border: 1px solid #f26c0d;
  border-radius: 4px;
  box-shadow: none;
  color: #f26c0d;
  cursor: pointer;
  display: flex;
  fill: #f26c0d;
  font-size: 16px;
  font-weight: 400;
  gap: 4px;
  line-height: 1;
  margin-left: 8px;
  outline: none;
  width: 112px;
}
.spl-weather-forecast-table-layout
  .spl-weather-forecast-table-pagination
  .spl-weather-forecast-pagination-button.disabled {
  border-color: #6e6e6e;
  color: #6e6e6e;
}
.spl-weather-forecast-table-layout
  .spl-weather-forecast-table-pagination
  .spl-weather-forecast-pagination-button.prev {
  padding: 12px 16px 12px 12px;
}
.spl-weather-forecast-table-layout
  .spl-weather-forecast-table-pagination
  .spl-weather-forecast-pagination-button.next {
  justify-content: center;
  padding: 12px 12px 12px 16px;
  width: 112px;
}
.spl-weather-forecast-table-layout
  .spl-weather-forecast-table-pagination
  .spl-weather-table-pagination-item-count {
  color: #6e6e6e;
  font-size: 16px;
}
.spl-weather-forecast-table-layout
  .spl-weather-forecast-table-pagination
  .spl-weather-pagination-icon {
  font-size: 12px;
}
.spl-weather-forecast-table-layout
  .spl-weather-forecast-table-pagination
  .spl-weather-pagination-icon.next-icon {
  display: inline-block;
  transform: rotate(180deg);
}
.spl-weather-forecast-table-layout .spl-weather-table-header i {
  font-size: 16px;
  line-height: 1;
  width: 16px;
}
.spl-weather-forecast-select {
  min-width: 120px;
  position: relative;
}
.spl-weather-forecast-select-list {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  list-style: none;
  margin: 0;
  min-width: 124px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: calc(100% + 5px);
  width: -moz-max-content;
  width: max-content;
  z-index: 9999;
}
.spl-weather-forecast-select-list li {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 4px 6px;
}
.spl-weather-forecast-select .spl-weather-select-active-item {
  cursor: pointer;
  padding: 2px 6px;
}
.spl-weather-forecast-selected-option {
  font-size: 16px;
  font-weight: 400;
}
.spl-weather-forecast-select .spl-weather-forecast-select-svg i {
  font-size: 12px;
}
.spl-weather-forecast-select .spl-weather-forecast-select-svg.active {
  transform: rotate(90deg);
}
.spl-weather-forecast-select .spl-weather-forecast-select-svg.inactive {
  transform: rotate(270deg);
}
.spl-weather-forecast-select .spl-weather-forecast-select-svg {
  transition: all 0.2s ease;
}
.spl-weather-forecast-selected-option,
.spl-weather-forecast-title {
  font-size: 16px;
  font-weight: 500;
}
.spl-weather-layout-three {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.spl-weather-layout-three .spl-weather-forecast-icon {
  border-radius: 4px;
}
.spl-weather-layout-three .spl-weather-forecast-date-time {
  display: flex;
  flex-direction: column;
}
.spl-weather-layout-three .spl-forecast-desc {
  text-transform: capitalize;
}
.spl-weather-layout-three .spl-weather-forecast-date:first-child {
  opacity: 0.8;
}
.spl-weather-layout-three .spl-weather-forecast-separator {
  display: none;
}
.spl-weather-layout-three .spl-weather-forecast-min-temp {
  display: block;
}
.spl-weather-grid-card .spl-weather-grid-card-tabs-forecast .spl-weather-forecast-data {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 15px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  justify-content: space-between;
}
.spl-weather-grid-card
  .spl-weather-grid-card-tabs-forecast
  .spl-weather-forecast-data::-webkit-scrollbar {
  display: none;
}
.spl-weather-grid-card .spl-weather-grid-card-tabs-forecast .spl-weather-forecast-container {
  flex-direction: column;
  min-width: 100px;
}
.spl-weather-grid-card .spl-weather-forecast-container {
  gap: 15px;
}
.spl-weather-forecast-tab {
  position: relative;
}
.spl-weather-forecast-tab:after {
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
}
.spl-weather-forecast-max-temp,
.spl-weather-forecast-min-temp {
  display: inline-flex;
}
.spl-weather-forecast-header-type-select {
  line-height: 1;
}
.spl-weather-swiper-nav {
  padding: 4px 8px;
}
.spl-weather-swiper-nav:hover {
  background-color: transparent;
}
.spl-weather-modal {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  color: #000;
  left: 50%;
  max-height: 80%;
  max-width: 540px;
  overflow-y: auto;
  padding: 20px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99999;
}
.spl-weather-modal-content {
  position: relative;
}
.spl-weather-modal-overly {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.spl-weather-modal-overly.active {
  display: block;
}
.spl-weather-modal-close-button,
.spl-weather-popup-close-button {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 50%;
  color: #999;
  font-size: 13px;
  height: 25px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: background-color 0.2s ease;
  width: 25px;
  z-index: 999;
}
.spl-weather-modal-close-button:hover,
.spl-weather-popup-close-button:hover {
  background-color: hsla(0, 0%, 6%, 0.8);
  color: #fff;
}
.spl-weather-popup {
  position: relative;
}
.spl-weather-popup .spl-weather-popup-content {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: none;
  left: 50%;
  margin: auto;
  max-width: 1000px;
  padding: 20px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99999;
}
.spl-weather-popup .spl-weather-popup-content.active {
  display: block;
}
.spl-weather-popup .spl-weather-popup-close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  right: 20px;
  top: 20px;
}
.spl-weather-card-current-temperature .spl-weather-temperature-metric {
  gap: 2px;
}
.spl-weather-card-current-temperature .splw-both-unit .spl-weather-temp-scale {
  opacity: 0.6;
}
.spl-weather-card-current-temperature .splw-both-unit .spl-weather-temp-scale.active {
  opacity: 1;
}
.spl-weather-card-current-temperature .spl-weather-temperature-metric {
  margin-top: 5px;
}
.spl-weather-map-and-current-weather {
  flex-wrap: wrap;
  gap: 20px;
}
.spl-weather-map-and-current-weather .lw-leaflet-container {
  border-radius: 4px;
}
.spl-weather-current-weather-card {
  box-sizing: border-box;
  overflow: hidden;
}
.spl-weather-current-weather-card .spl-weather-card-date-time {
  display: flex;
  justify-content: space-between;
}
.spl-weather-current-weather-card .spl-weather-card-daily-details {
  position: relative;
}
.spl-weather-current-weather-card .spl-weather-details {
  align-items: start;
  display: inline-flex;
  flex-direction: column;
}
.spl-weather-current-weather-card .spl-weather-details .spl-weather-details-value {
  margin-left: 22px;
}
.spl-weather-current-weather-card .spl-weather-national-weather-alerts-wrapper {
  justify-content: start;
}
.spl-weather-national-weather-alerts-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.spl-weather-national-weather-alerts-wrapper .spl-weather-modal {
  max-width: 700px;
  width: 700px;
}
.spl-weather-national-weather-alerts {
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 7px 14px;
  text-align: center;
  text-decoration: none;
}
.spl-weather-table-card .spl-weather-national-weather-alerts-wrapper,
.spl-weather-tabs-card .spl-weather-national-weather-alerts-wrapper {
  margin-bottom: 12px;
}
.spl-weather-table-card .spl-weather-national-weather-alerts,
.spl-weather-tabs-card .spl-weather-national-weather-alerts {
  background-color: #e2e8f0;
  color: #444;
}
.spl-weather-table-card .spl-weather-national-weather-alerts:hover,
.spl-weather-tabs-card .spl-weather-national-weather-alerts:hover {
  border-color: #f26c0d;
  color: #f26c0d;
}
.spl-weather-card-footer {
  position: relative;
  z-index: 1;
}
.spl-weather-card-footer .spl-weather-attribution a {
  all: unset;
  cursor: pointer;
}
.spl-weather-map-template .lw-leaflet-container {
  border-radius: 4px;
}
.spl-weather-forecast-desc {
  text-transform: capitalize;
}
.sp-location-weather-block-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
.sp-location-weather-block-wrapper * {
  box-sizing: border-box;
}
.sp-location-weather-block-wrapper .spl-weather-tab-pane {
  display: none;
}
.sp-location-weather-block-wrapper .spl-weather-tab-pane.active {
  display: block;
}
.sp-location-weather-block-wrapper .spl-weather-detailed {
  position: relative;
  width: 100%;
  z-index: 1;
}
.sp-location-weather-block-wrapper table,
.sp-location-weather-block-wrapper td,
.sp-location-weather-block-wrapper th {
  border: none;
}
.sp-location-weather-block-wrapper .spl-weather-card-location-name {
  display: flex;
}
.sp-location-weather-block-wrapper .spl-weather-card-location-name .spl-weather-search-block {
  left: 20px;
  position: absolute;
  top: 20px;
}
.sp-location-weather-block-wrapper .spl-weather-search-block-wrapper {
  margin: 0;
}
.sp-location-weather-block-wrapper .spl-weather-search-popup {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.sp-location-weather-block-wrapper .spl-weather-search-popup.active {
  display: flex;
}
.sp-location-weather-block-wrapper .spl-weather-spinner {
  animation: splw-spin 0.8s linear infinite;
  border: 4px solid #f8f8f8;
  border-radius: 50%;
  border-top-color: #f26c0d;
  display: none;
  height: 30px;
  position: absolute;
  top: 300px;
  width: 30px;
}
@keyframes splw-spin {
  to {
    transform: rotate(1turn);
  }
}
.spl-weather-vertical-one-wrapper .spl-weather-card-date-time,
.spl-weather-vertical-one-wrapper .spl-weather-card-location-name {
  text-align: center;
}
.spl-weather-vertical-one-wrapper .spl-weather-card-location-name {
  justify-content: center;
}
.spl-weather-vertical-one-wrapper .spl-weather-card-current-weather {
  flex-direction: column;
}
.spl-weather-vertical-three-wrapper .spl-weather-card-current-weather {
  flex-wrap: wrap;
}
.spl-weather-vertical-three-wrapper .spl-weather-card-date-time,
.spl-weather-vertical-three-wrapper .spl-weather-card-location-name,
.spl-weather-vertical-three-wrapper .spl-weather-current-weather-icon-wrapper {
  justify-content: flex-start;
  width: 50%;
}
.spl-weather-vertical-three-wrapper .spl-weather-card-date-time {
  justify-content: flex-end;
}
.spl-weather-vertical-three-wrapper .spl-weather-real-feel-desc-wrapper {
  justify-content: flex-start;
  width: 100%;
}
.spl-weather-horizontal-one-wrapper .spl-weather-card-current-weather {
  flex-wrap: wrap;
  gap: 8px;
}
.spl-weather-horizontal-one-wrapper .spl-weather-forecast-date-time {
  line-height: 1;
}
.spl-weather-horizontal-one-wrapper .spl-weather-horizontal-left-wrapper {
  width: 100%;
}
.spl-weather-horizontal-one-wrapper .spl-weather-card-date-time {
  width: 50%;
}
.spl-weather-horizontal-one-wrapper .spl-weather-forecast-header-area {
  margin-bottom: 10px;
}
.spl-weather-horizontal-one-wrapper .spl-weather-forecast-data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.spl-weather-horizontal-one-wrapper
  .spl-weather-card-forecast-data
  .spl-weather-forecast-container {
  flex-direction: column;
  width: auto;
}
.spl-weather-horizontal-one-wrapper
  .spl-weather-card-forecast-data
  .spl-weather-forecast-container
  .spl-weather-forecast-date-time,
.spl-weather-horizontal-one-wrapper
  .spl-weather-card-forecast-data
  .spl-weather-forecast-container
  .spl-weather-forecast-value-wrapper {
  width: auto;
}
.spl-weather-tab-nav {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  padding: 12px 24px;
}
.spl-weather-tabs-card .spl-weather-forecast-min-temp {
  opacity: 0.7;
}
.spl-weather-tabs-card .spl-weather-details:hover {
  background: hsla(0, 0%, 80%, 0.4);
  transition: all 0.3s ease;
}
.spl-weather-tabs-card .spl-weather-tab-navs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.spl-weather-tabs-one-block-wrapper .spl-weather-card-separator {
  color: #fff;
}
.spl-weather-tabs-one-block-wrapper .spl-weather-current-data {
  width: 100%;
}
.spl-weather-tabs-one-block-wrapper .spl-weather-card-current-weather {
  align-items: start;
  flex-direction: column;
  width: 60%;
}
.spl-weather-tabs-one-block-wrapper .spl-weather-sun-orbit {
  width: 40%;
}
.spl-weather-tabs-one-block-wrapper .spl-weather-sun-orbit-sky {
  height: 280px;
  width: 278px;
}
.spl-weather-tabs-one-block-wrapper .spl-weather-sun-orbit-sky i {
  font-size: 18px;
}
.spl-weather-tabs-one-block-wrapper .spl-weather-sun-orbit-sky {
  top: -60px;
}
.spl-weather-tabs-one-block-wrapper .spl-weather-sunrise,
.spl-weather-tabs-one-block-wrapper .spl-weather-sunset {
  margin-bottom: -30px;
}
.spl-weather-tabs-one-block-wrapper .spl-weather-real-feel-desc-wrapper {
  justify-content: start;
}
.spl-weather-table-header th {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px;
}
.spl-weather-table-current-data table,
.spl-weather-table-current-data td,
.spl-weather-table-current-data th {
  border-collapse: collapse;
}
.spl-weather-table-one-block-wrapper {
  overflow: hidden;
}
.spl-weather-table-one-block-wrapper .spl-weather-current-data-table-left {
  justify-items: center;
}
.spl-weather-table-one-block-wrapper .spl-weather-current-data-table-right {
  padding: 0;
  vertical-align: top;
}
.spl-weather-table-one-block-wrapper .spl-weather-card-current-weather {
  flex-direction: column;
}
.spl-weather-temperature-grid.vertical {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-width: 200px;
}
.spl-weather-temperature-grid.horizontal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spl-weather-temperature-grid.horizontal .spl-weather-temperature-parts,
.spl-weather-temperature-grid.horizontal .spl-weather-temperature-parts .temperature-cell {
  text-align: center;
}
.spl-weather-temperature-grid.horizontal .spl-weather-temp-details-values,
.spl-weather-temperature-grid.horizontal .spl-weather-temperature-parts {
  flex: 1;
  flex-direction: row;
}
.spl-weather-temperature-grid.horizontal .spl-weather-empty-temperature-part,
.spl-weather-temperature-grid.horizontal .temperature-cell {
  flex: 1;
}
.spl-weather-temperature-grid .spl-weather-empty-temperature-part {
  display: block;
  height: 21px;
}
.spl-weather-temperature-grid .temperature-row {
  display: flex;
}
.spl-weather-grid-card-select-forecast .spl-weather-forecast-container {
  width: 100%;
}
.spl-weather-grid-card-select-forecast .spl-weather-forecast-container div {
  width: 33%;
}
.spl-weather-grid-card-select-forecast .spl-weather-forecast-header-area {
  margin-bottom: 5px;
}
.spl-weather-grid-card
  .spl-weather-normal
  .spl-weather-grid-card-tabs-forecast
  .spl-weather-forecast-value.temperature {
  display: flex;
  flex-direction: row-reverse;
  gap: 2px;
}
.spl-weather-grid-card
  .spl-weather-normal
  .spl-weather-grid-card-tabs-forecast
  .spl-weather-forecast-max-temp,
.spl-weather-grid-card
  .spl-weather-normal
  .spl-weather-grid-card-tabs-forecast
  .spl-weather-forecast-separator {
  font-weight: 600;
}
.spl-weather-grid-card .spl-weather-normal .spl-weather-forecast-date-time {
  line-height: 1;
}
.spl-weather-grid-one-wrapper {
  row-gap: 20px;
}
.spl-weather-grid-one-wrapper .spl-weather-forecast-card,
.spl-weather-grid-one-wrapper .spl-weather-modal {
  border-style: solid;
  border-width: 1px;
}
.spl-weather-grid-one-wrapper .spl-weather-grid-card-daily-forecast {
  gap: 20px;
}
.spl-weather-grid-one-wrapper .spl-weather-details-icon svg {
  height: 18px;
  width: 18px;
}
.spl-weather-grid-one-wrapper .spl-weather-modal-forecast-data .spl-weather-forecast-card {
  border-radius: 4px;
  line-height: 1.4;
  padding: 10px;
  width: calc(25% - 11.25px);
}
.spl-weather-grid-one-wrapper .spl-weather-modal-forecast-data .spl-weather-modal-forecast-top {
  border-bottom: 1px solid #efefef;
  gap: 20px;
  grid-template-columns: 30% 70%;
  margin: 0 20px;
  padding: 20px 0;
}
.spl-weather-grid-one-wrapper .spl-weather-modal-forecast-data .spl-weather-details-icon {
  margin-bottom: 4px;
}
.spl-weather-grid-one-wrapper .spl-weather-modal-forecast-data .spl-weather-forecast-details {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}
.spl-weather-grid-one-wrapper .spl-weather-modal-forecast-data .spl-weather-forecast-details-label {
  font-size: 12px;
}
.spl-weather-grid-one-wrapper .spl-weather-modal-forecast-data .spl-weather-forecast-value {
  font-size: 16px;
  font-weight: 500;
}
.spl-weather-grid-one-wrapper .spl-weather-modal-forecast-data .spl-weather-forecast-details-value,
.spl-weather-grid-one-wrapper
  .spl-weather-modal-forecast-data
  .spl-weather-forecast-details-value
  span {
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 22px;
}
.spl-weather-grid-one-wrapper .spl-weather-modal-forecast-data .temperature-cell {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}
.spl-weather-grid-one-wrapper .spl-weather-modal-forecast-data .spl-weather-details-icon i {
  font-size: 14px;
  line-height: 1;
}
.spl-weather-grid-one-wrapper .spl-weather-forecast-low-high-temp {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.spl-weather-grid-one-wrapper .spl-weather-forecast-low-high-temp .spl-weather-min-temp {
  margin-left: 8px;
}
.spl-weather-grid-one-wrapper .spl-weather-forecast-description {
  font-size: 14px;
  line-height: 20px;
}
.spl-weather-grid-one-wrapper .spl-weather-grid-item:hover {
  position: relative;
}
.spl-weather-grid-one-wrapper .spl-weather-grid-item:hover:after {
  bottom: 10px;
  color: #fff;
  content: '';
  font-family: splw-fontello;
  left: auto;
  position: absolute;
  right: 20px;
  top: auto;
  transition: all 0.3s ease-in-out;
}
.sp-location-weather-block-wrapper .sp-location-weather-windy {
  border-radius: 4px;
}
.sp-location-weather-block-wrapper .sp-weather-card-map-renderer .spl-weather-map-template {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.sp-location-weather-block-wrapper .spl-weather-tabs-block-content .sp-weather-card-map-renderer {
  height: 600px;
}
.sp-location-weather-block-wrapper .spl-weather-map-template {
  margin: 0 auto;
}
.sp-location-weather-block-wrapper .spl-weather-custom-slider-nav {
  background-color: #dfe2e5;
  border: none;
  border-radius: 2px;
  color: #000;
  cursor: pointer;
  font-size: 12px;
  height: 40px;
  padding: 5px;
  position: absolute;
}
.sp-location-weather-block-wrapper .spl-weather-custom-slider-nav:hover {
  background-color: rgba(223, 226, 229, 0.71);
  transition: background-color 0.3s ease-in-out;
}
.spl-weather-custom-slider {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.spl-weather-custom-slider::-webkit-scrollbar {
  display: none;
}
.spl-weather-forecast-tab {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 10px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 780px) {
  .spl-weather-combined-card .spl-weather-combined-forecast-more-details {
    flex-direction: column;
  }
  .spl-weather-combined-card .spl-weather-combined-day-length-sun-orbit,
  .spl-weather-combined-card
    .spl-weather-combined-forecast-more-details
    .spl-weather-forecast-details {
    width: 90%;
  }
}
.sp-d-hidden {
  display: none;
}
.sp-d-grid {
  display: grid;
}
.sp-d-flex {
  display: flex;
}
.sp-d-i-flex {
  display: inline-flex;
}
.sp-d-block {
  display: block;
}
.sp-d-i-block {
  display: inline-block;
}
.sp-d-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.sp-justify-left,
.sp-justify-start {
  justify-content: start;
}
.sp-justify-between {
  justify-content: space-between;
}
.sp-justify-center {
  justify-content: center;
}
.sp-justify-end,
.sp-justify-right {
  justify-content: end;
}
.sp-align-i-start {
  align-items: start;
}
.sp-align-i-center {
  align-items: center;
}
.sp-align-i-end {
  align-items: end;
}
.sp-row-reverse {
  flex-direction: row-reverse;
}
.sp-flex-col {
  flex-direction: column;
}
.sp-m-auto {
  margin: auto;
}
.sp-m-0 {
  margin: 0;
}
.sp-p-0 {
  padding: 0;
}
.sp-w-50 {
  width: 50%;
}
.sp-w-full {
  width: 100%;
}
.sp-gap-4px {
  gap: 4px;
}
.sp-gap-6px {
  gap: 6px;
}
.sp-gap-8px {
  gap: 8px;
}
.sp-gap-10px {
  gap: 10px;
}
.sp-gap-20px {
  gap: 20px;
}
.sp-li-style-none {
  list-style: none;
}
.sp-normal-font {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.sp-justify-i-start {
  justify-items: start;
}
.sp-justify-i-center {
  justify-items: center;
}
.sp-justify-i-end {
  justify-items: end;
}
.sp-grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.sp-grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.sp-grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.sp-grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.sp-grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.sp-grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.sp-text-align-center {
  text-align: center;
}
.sp-text-align-left {
  text-align: left;
}
.sp-text-align-right {
  text-align: right;
}
.sp-font-300 {
  font-weight: 300;
}
.sp-font-400 {
  font-weight: 400;
}
.sp-font-500 {
  font-weight: 500;
}
.sp-font-600 {
  font-weight: 600;
}
.sp-font-700 {
  font-weight: 700;
}
.sp-font-800 {
  font-weight: 800;
}
.sp-font-normal {
  font-style: normal;
}
.sp-font-italic {
  font-style: italic;
}
.sp-font-oblique {
  font-style: oblique;
}
.sp-text-t-normal {
  text-transform: none;
}
.sp-text-t-lowercase {
  text-transform: lowercase;
}
.sp-text-t-capitalize {
  text-transform: capitalize;
}
.sp-text-t-uppercase {
  text-transform: uppercase;
}
.sp-cursor-pointer {
  cursor: pointer;
}
@media only screen and (max-width: 599px) {
  .sp-location-weather-block-wrapper {
    margin: 0 auto !important;
    width: 100%;
  }
  .sp-location-weather-block-wrapper .spl-weather-card-location-name .spl-weather-search-block {
    left: 10px;
  }
  .spl-weather-forecast-table-layout {
    overflow-x: auto;
  }
  .spl-weather-forecast-tabs {
    flex-wrap: wrap;
  }
  .spl-weather-horizontal-one-wrapper .spl-weather-horizontal-top {
    flex-direction: column;
  }
  .spl-weather-horizontal-one-wrapper .spl-weather-current-weather-icon-wrapper {
    width: 40%;
  }
  .spl-weather-horizontal-one-wrapper .spl-weather-header-info-wrapper {
    justify-content: space-between;
  }
  .spl-weather-table-card .spl-weather-sun-orbit,
  .spl-weather-tabs-card .spl-weather-sun-orbit {
    height: 100px;
    width: 100%;
  }
  .spl-weather-table-card .spl-weather-sun-orbit-sky,
  .spl-weather-tabs-card .spl-weather-sun-orbit-sky {
    zoom: 0.7;
  }
  .spl-weather-tabs-card .spl-weather-card-current-weather,
  .spl-weather-tabs-card .spl-weather-header-info-wrapper {
    align-items: center;
    width: 100%;
  }
  .spl-weather-tabs-card .spl-weather-current-data,
  .spl-weather-tabs-card .spl-weather-tab-navs {
    flex-direction: column;
  }
  .spl-weather-tabs-card .spl-weather-tabs-one-block-wrapper .spl-weather-sun-orbit {
    height: 100px;
    width: 100%;
  }
  .spl-weather-tabs-card .spl-weather-tabs-one-block-wrapper .spl-weather-sun-orbit-sky {
    zoom: 0.7;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .sp-location-weather-block-wrapper {
    margin: 0 auto !important;
    width: 100%;
  }
  .spl-weather-forecast-table-layout {
    overflow-x: auto;
  }
}
.spl-weather-aqi-minimal-card-wrapper {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.spl-weather-aqi-card-summary .spl-weather-card-date-time {
  gap: 4px;
}
.spl-weather-aqi-card-summary .spl-aqi-card-condition .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.spl-weather-aqi-card-summary .spl-aqi-card-condition .condition {
  align-items: center;
  background-color: rgba(var(--spl-aqi-condition-color), 0.2);
  border: 1px solid rgba(var(--spl-aqi-condition-color), 0.4);
  border-radius: 3px;
  color: rgb(var(--spl-aqi-condition-color));
  display: flex;
  font-size: 13px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  line-height: 1.2;
  padding: 4px 16px;
}
.spl-weather-aqi-card-summary .spl-aqi-card-aqi-condition > .spl-aqi-card-progress-bar:last-child {
  display: block;
  text-align: center;
  width: 100%;
}
.spl-aqi-card-pollutant-item {
  flex-wrap: wrap;
  overflow: hidden;
}
.spl-aqi-card-pollutant-item .spl-pollutant-title.indicator {
  padding-left: 15px;
  position: relative;
}
.spl-aqi-card-pollutant-item .spl-pollutant-title.indicator:after {
  background: rgb(var(--spl-pollutant-color));
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.spl-aqi-card-pollutant-item .spl-pollutant-unit {
  opacity: 0.7;
}
.spl-weather-section-heading-block-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.spl-weather-section-heading-block-wrapper .spl-weather-section-heading {
  display: flex;
  order: 1;
}
.spl-weather-section-heading-block-wrapper
  .spl-weather-section-heading.heading-two
  .spl-weather-section-heading-text {
  position: relative;
}
.spl-weather-section-heading-block-wrapper
  .spl-weather-section-heading.heading-four
  .spl-weather-section-heading-text {
  border-bottom: none !important;
}
.spl-weather-section-heading-block-wrapper .spl-weather-section-heading-text {
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.spl-weather-section-heading-block-wrapper .spl-weather-section-sub-heading {
  display: flex;
  order: 2;
}
.spl-weather-section-heading-block-wrapper .spl-weather-section-sub-heading.top {
  order: 0;
}
.sp-location-weather-tabs-panel {
  margin: 0;
  padding: 0;
}
p.location-weather-child-block-notice {
  background-color: #f1f1f1;
  margin: 0 16px 16px;
  padding: 20px;
}
.spl-weather-vertical-card {
  margin: auto;
}
.spl-weather-vertical-card .spl-weather-card-short-desc {
  max-width: 60%;
}
.spl-weather-current-weather-card .spl-weather-swiper-nav {
  align-items: center;
  background-color: #dfe2e5;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  gap: 5px;
  padding: 10px 2px;
}
.sp-location-weather-block-wrapper.spl-weather-api-error {
  padding: 20px;
}
.spl-weather-preloader {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.splwp-icon-angle.left:before,
.splwp-icon-arrow.left:before,
.splwp-icon-chevron.right:before {
  transform: rotate(180deg);
}
