.page-header{
    margin-top: 15px;
    margin-bottom: 15px;
}  


.text-justify {
    text-align: justify;
}    

/* Select2 dropdown – limit visible results */
.select2-container--default
.select2-results > .select2-results__options {
    max-height: 360px; /* ≈ 15 items */
    overflow-y: auto;
}
    