.header-left {
    grid-area: header;
    display: flex;
    align-items: center;
    height: 90px;
    gap: 16px
}

.header-left > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0
}

h1 {
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 2rem
}

h1 a {
    color: inherit;
    text-decoration: none
}

h1 a:hover {
    color: #66c0f4
}

.tagline {
    color: #c7d5e0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    margin-top: 2px
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 8px
}

.footer-social a {
    line-height: 0;
    text-decoration: none;
    font-size: 1.1rem
}

.footer-social .x-link {
    color: #b47ede
}

.footer-social .x-link:hover {
    color: #66c0f4
}

.footer-social .rss-link {
    color: #f99000
}

.footer-social .rss-link:hover {
    color: #ffb84d
}

a.cal,
a.cal:hover {
    text-decoration: none;
    color: inherit
}

.cal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1b2838;
    border: 2px solid #66c0f4;
    border-radius: 10px;
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    align-self: center
}

.cal-day {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1
}

.cal-month {
    font-size: 0.8125rem;
    font-weight: bold;
    color: #66c0f4;
    text-transform: capitalize;
    margin-top: 2px
}

.cal-year {
    font-size: 0.625rem;
    font-weight: bold;
    color: #8f98a0;
    margin-top: 1px
}

