.sd-weather-update {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
}
.sd-weather-update .bn_title {
  width: auto;
  padding-right: 10px;
}
.sd-weather-update .bn_title .title {
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  gap: 5px;
  background: var(--wrap-color);
  color: var(--ftwtitile-color);
}
.sd-weather-update .bn_title .title i {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background: var(--pri-color);
  color: #fff;
}
.sd-weather-update .bn_title .title span {
  padding-right: 10px;
}
.sd-weather-update .bn_title .title span::after {
  content: 'Weather Update';
}
.sd-weather-update .sd-weather-update-slider {
	font-size: 10px;
	height: 40px;
	background: var(--wrap-color);
	padding: 0 16px;
  margin: 0;
}
.sd-weather-update .sws-card {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sd-weather-update .sws-city { font-weight: 600; font-size: 16px; min-width:100px; }
.sd-weather-update .sws-temp { font-weight: 700; font-size: 18px; }
.sd-weather-update .sws-cond { display:flex; align-items:center; gap:8px; font-size:13px; }
.sd-weather-update .sws-icon { width:38px; height:38px; display:block; }
.sd-weather-update .sws-error-text { color:#ffcccb; font-size:13px; }

@media (min-width: 768px) and (max-width: 992px) {
	.sd-weather-update .sd-weather-update-slider {
    padding: 0 5px;
    height: 30px;
  }
  .sd-weather-update .bn_title {
    padding-right: 0;
    font-size: 14px;
  }
  .sd-weather-update .bn_title .title i {
    width: 30px;
    height: 30px;
  }
  .sd-weather-update .bn_title .title span {
    padding: 0;
  }
  .sd-weather-update .bn_title .title span::after {
    content: '';
  }
  .sd-weather-update .sws-city {
    font-size: 14px;
    min-width: 80px;
  }
  .sd-weather-update .sws-temp {
    font-size: 16px;
  }
  .sd-weather-update .sws-icon {
    width: 30px;
    height: 30px;
  }
  .sd-weather-update .sws-cond {
    font-size: 11px;
  }
  .sd-head-detail .col-md-6 {
    padding-right: 0;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .sd-weather-update {
    padding-bottom: 10px;
    justify-content: center;
  }
  .sd-weather-update .bn_title .title span::after {
    content: 'Weather';
  }
}

@media (max-width: 575px) and (min-width: 376px) {
  .sd-weather-update {
    padding-bottom: 5px;
    justify-content: center;
  }
  .sd-weather-update .sd-weather-update-slider {
    padding: 0 5px;
    height: 30px;
  }
  .sd-weather-update .bn_title {
    padding-right: 0;
    font-size: 14px;
  }
  .sd-weather-update .bn_title .title i {
    width: 30px;
    height: 30px;
  }
  .sd-weather-update .bn_title .title span {
    padding: 0;
  }
  .sd-weather-update .bn_title .title span::after {
    content: '';
  }
  .sd-weather-update .sws-city {
    font-size: 14px;
    min-width: 80px;
  }
  .sd-weather-update .sws-temp {
    font-size: 16px;
  }
  .sd-weather-update .sws-icon {
    width: 30px;
    height: 30px;
  }
  .sd-weather-update .sws-cond {
    font-size: 11px;
  }
}

@media (max-width: 375px) {
  .sd-weather-update {
    padding-bottom: 5px;
    justify-content: center;
  }
  .sd-weather-update .sd-weather-update-slider {
    padding: 0 5px;
    height: 24px;
  }
  .sd-weather-update .bn_title {
    padding-right: 0;
    font-size: 12px;
  }
  .sd-weather-update .bn_title .title i {
    width: 24px;
    height: 24px;
  }
  .sd-weather-update .bn_title .title span {
    padding: 0;
  }
  .sd-weather-update .bn_title .title span::after {
    content: '';
  }
  .sd-weather-update .sws-card {
    gap: 5px;
  }
  .sd-weather-update .sws-city {
    font-size: 12px;
    min-width: 66px;
  }
  .sd-weather-update .sws-temp {
    font-size: 14px;
  }
  .sd-weather-update .sws-icon {
    width: 24px;
    height: 24px;
  }
  .sd-weather-update .sws-cond {
    font-size: 10px;
  }
}
