
.today-weather {
    padding: 30px 30px 0px 30px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-bottom: 1px solid #212529;
    border-radius: 4px;
    position: relative;
    top: 0;
    transition: all .25s ease;
    box-shadow: none;
}
.w-status{display:flex;margin-bottom: 25px;align-items:center;}
.w-status i {font-size: 48px; margin-right:15px;}
.w-status span{display:block; line-height:1.2;}
.w-degree {
    position: relative;
    padding-left: 15px;
    line-height: 1;
}
.w-degree i {
    font-size: 16px;
    position: absolute;
    top: 12px;
    left: 0;
}
.w-degree span{
    font-size: 80px;
}
.w-degree span sup{
    font-size: 18px;
    top: -43px;
}
.w-location{
  margin-bottom:30px;
}
.w-location span{
  font-size:14px;
}
.w-2-column{
  display: flex;
  justify-content:space-between;
  margin: 15px 0;
}
.w-2-column div{
  width: 50%;
}
.w-sunrise{
  margin-bottom:15px;
}
.w-sunset{
  margin-bottom:15px;
}
.w-label{
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.5;
}
.forecast-weather{
  border: 1px solid #eee;
  width: 100%;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid #212529;
  border-radius: 4px;
  position: relative;
  top: 0;
  transition: all .25s ease;
  box-shadow: none;
}
.w-f-right{
  text-align: center;
}
.w-f-right i{
  font-size: 42px;
}
.w-f-right span{
  display: block;
  font-size: 36px;
  line-height: 1;
  margin: 10px 0 0 0;
}
.w-f-right span sup{
  font-size: 16px;
  top: -13px;
}
.w-day-name{
  display: block;
  font-weight: 700;
}
.w-day-status{
  margin-bottom: 30px;
  display: block;
  opacity: 0.7;
}
.tide-graph{
  height: 480px;
}
.w-f-right span.w-temp-min{
  font-size: 24px;
  text-align: right;
  opacity: 0.5;
}
.w-f-right span.w-temp-min sup{
  font-size: 14px;
  top:-7px
}


.w-badge    {
  top: 15px;
  right: -35px;
  transform: rotate(45deg);
  width: 140px;
  padding: 4px;
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #212529;
  }
  .today-weather:hover,
.forecast-weather:hover{
    top: -10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border: 1px solid #fff;
}
