@font-face {
    font-family: 'Inmymind Bad';
    src: url('/fonts/InmymindBad-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LED Counter';
    src: url('/fonts/led_counter-7.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Inmymind Bad', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    padding: 20px;
    background-color: #f9f9f9;
}

/* --- SL Widget Styling --- */
#sl-widget {
    width: 100%;
    max-width: 400px;
    background: black;
    color: #FFA500; /* Gul-orange */
    padding: 12px;
    font-size: 22px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
    font-family: 'LED Counter', Arial, sans-serif; /* Använd LED-typsnittet */
}

#sl-widget h3 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #FFA500;
}

#sl-departures {
    list-style: none;
    padding: 0;
    margin: 0;
}

#sl-departures li {
    padding: 10px 0;
    font-size: 20px; /* Justerar storleken på avgångarna */
    border-bottom: 1px dashed #FFA500;
}

#sl-departures li:last-child {
    border-bottom: none;
}
