#storlien-weather {
  margin: 0 auto;
  font-family: inherit;
}

#storlien-weather h2 {
  margin-bottom: 20px;
}




/* Just nu-box */
.sw-current {
  display: flex;
  justify-content: space-between;
  background: rgba(255,255,255,0.8);
  padding: 0px;
  border-radius: 20px;
  margin-bottom: 30px;
  border: 0px solid #ddd;
}

.sw-current-left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.sw-icon {
  width: 70px;
  height: 70px;
}

.sw-temp {
  font-size: 42px;
  font-weight: 700;
}

.sw-desc {
  color: #666;
  margin-top: 4px;
}

.sw-current-right div {
  margin-bottom: 6px;
}

/* Prognostabell som på Kläppen */
.sw-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255,255,255,0.8);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.sw-table th,
.sw-table td {
  padding: 12px 0px;
  border-bottom: 1px solid #eee;
}

.sw-table th {
  background: #f7f7f7;
  text-align: left;
  font-weight: 600;
}

.sw-table tr:last-child td {
  border-bottom: none;
}

.sw-table td img {
  width: 28px;
  vertical-align: middle;
  margin-right: 6px;
}

/* ==== NYA TABELLSTILAR (lägg längst ner i din CSS) ==== */

/* Mindre text generellt */
.sw-table td,
.sw-table th {
  font-size: 13px;
}

/* Datumkolumnen: två rader */
.sw-date-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

/* Veckodag – större och fet */
.sw-date-weekday {
  font-weight: 700;
  font-size: 15px;
}

/* Datum – mindre */
.sw-date-day {
  font-size: 12px;
  color: #666;
}

#storlien-weather {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}