
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    line-height: 0.8em;
    font-family: 'Barlow', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    font-style: normal;
}

main {
    overflow-y: auto;
    padding: 20px 0;
}

.title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
}

.navbar, .navbar-end, .navbar-menu, .navbar-start {
    align-items: stretch;
    display: flex;
}

.navbar-menu {
    padding: 0;
    flex-grow: 1;
    flex-shrink: 0;
    box-shadow: none;
}

.navbar-start {
    justify-content: flex-start;
    margin-right: auto;
}

.navbar-end {
    justify-content: flex-end;
    margin-left: auto;
}

th, td {
    text-align: center !important;
}

th {
    text-transform: uppercase;
}

.schedule-view:not(:first-child) {
    margin-top: 1rem;
}

.period-name {
    text-align: center;
    text-decoration: underline;
    line-height: 1.5;
}

.excluded {
    text-decoration: line-through;
    color: #666;
}

.today {
    font-weight: bold;
}

.schedule-notification-shadow {
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 800px) {
    .navbar-item {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    div.navbar-item button.button {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

    .title {
        font-size: 1.5em;
    }

    main {
        padding: 60px 0;
    }

    .section {
        padding: 0;
    }

    .schedules-page {
        width: 100%;
    }

    li.is-active a {
        font-weight: bold;
    }

    .table {
        width: 100%;
    }

    .table th, td {
        padding: 0.4em !important;
    }
}

:root {
    --bulma-text: darkorange;
    --bulma-text-strong: darkorange;
    --bulma-link-text: orange;
}

