main.container {
    padding-top: 30px;
    padding-bottom: 200px;
}

body > header {
    z-index: 2;
    position: sticky;
    top: -1px;
    backdrop-filter: blur(20px);
    box-shadow: 0px -15px 50px var(--pico-range-border-color);
    padding: 0;
    margin: 0;
    width: 100vw;
}

a {
    text-decoration: none;
}

.dated {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dated small {
    flex: 1;
    text-align: right;
}

nav[aria-label=breadcrumb] > ul > li {
    padding-top: 0;
}

@media screen and (width >= 750px) {
    .responsive {
        width: 75%;
    }
}

@media screen and (width >= 950px) {
    .responsive {
        width: 750px;
    }
}
