.w-auto {
    width: auto !important;
}

.w-50 {
    width: 50% !important;
}

.flex-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.flex-row-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

mark.muted {
    background-color: var(--pico-color-grey-50);
}

hr.high-margin {
    margin: 5rem 0;
}

.pagination {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    margin: 1.5rem 1rem;
    font-size: calc(var(--pico-font-size) * 1.2);
}

.pagination > .page.current {
    font-weight: bold;
}

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 0.75rem !important; }
.mt-4 { margin-top: 1rem !important; }
.mt-5 { margin-top: 1.25rem !important; }
.mt-6 { margin-top: 1.5rem !important; }
.mt-8 { margin-top: 2rem !important; }

.mb-0 { margin-bottom: 0 !important; }

.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 0.75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-5 { margin-bottom: 1.25rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-8 { margin-bottom: 2rem !important; }

.dl-spread {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 0.5rem;
    margin: 0;
    font-size: 0.85em;
}

.dl-spread dt,
.dl-spread dd {
    margin: 0;
}

.dl-spread dd {
    text-align: right;
}

@media print {
    .no-print {
        display: none !important;
    }
}
