dd.multi {
    white-space: pre-line;
}

/* Search form styling */
#main {
    padding-top: 1rem;
}

fieldset {
    margin-bottom: 1.5rem;
}

fieldset legend {
    font-size: 1.25rem;
    font-weight: 500;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

/* Browse pages styling */
.browse-title {
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
}

.browse-list {
    list-style: none;
    padding-left: 0;
    column-count: 2;
    column-gap: 2rem;
}

.browse-list li {
    padding: 0.35rem 0;
    break-inside: avoid;
}

@media (max-width: 767.98px) {
    .browse-list {
        column-count: 1;
    }
}

/* BS5 compatibility: dl-horizontal replacement */
.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 1rem;
}

.dl-horizontal dd {
    margin-left: 180px;
    margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
    .dl-horizontal dt {
        float: none;
        width: auto;
        text-align: left;
    }
    .dl-horizontal dd {
        margin-left: 0;
    }
}
