
/** Custom changes **/

#edit-submit-declaratie-de-interese, #edit-submit-declaratii-de-avere, #edit-submit-lista-documente-buget, #edit-submit-hotarari-ale-consiliului-local{
    margin-top: 2.75rem;
}

/** List styling for compartments section **/

.accordion-item ul li{
    list-style: inside;
}

/** Style for weather banner **/

    .weather-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      background-color: #007acc;
      color: white;
      font-size: 16px;
    }
    .weather-info {
      display: flex;
      gap: 20px;
    }
    
    #error-message {
      color: yellow;
      margin-top: 10px;
      padding: 10px;
      background-color: #ff000033;
    }