.temperature-panel-body {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.05);
    padding: 16px;
    height: 150px; /* viktig: fast høyde eller 100% hvis panel har det */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* venstrejustering */
  }
  
  .arkitecht-widget-header {
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    color: #003333;
    font-weight: 100;
    margin-bottom: auto; /* 🔥 presser verdien ned */
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .arkitecht-widget-value {
    font-size: 32px;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
    color: #003333;  }


    .widget-co2-panel-body {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.05);
    padding: 16px;
    height: 150px; /* viktig: fast høyde eller 100% hvis panel har det */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* venstrejustering */
  }
  


@media (max-width: 600px) {
  .mobile-margin {
    margin-left:0px;margin-right:0px
  }
}