.year-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin: 48px 0 24px;
    flex-wrap: wrap;
}

.year-more-right {
    margin-left: auto;
}

.album-grid {
    margin-top: 32px;
}

.submit-overlap {
    background: #fff;
    border: 1px solid #000;
    padding: 12px 16px;
    margin: 12px 0 24px;
}

.submit-overlap a {
    text-decoration: underline;
}

.events-month {
    margin-top: 40px;
}

.events-item {
    background: #fff;
    padding: 16px;
    margin-bottom: 12px;
}

.cal-actions a {
    margin-right: 10px;
}

.cn-skip {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 10000;
    background: #000;
    color: #fff;
    padding: 10px 16px;
}

.cn-skip:focus {
    left: 12px;
    top: 12px;
}

.cn-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid #fff !important;
    outline-offset: 2px;
}

main:focus {
    outline: none;
}
