/* scrollable section */
.courtsModalBodyScroll {
    max-height: calc(60vh - 2em); /* subtract header + footer height */
    overflow-y: auto;
}

.courtsModalSubtitle {
    font-weight: 500;
    color: #3b6cb4;
    font-size: 1.5em;
}

.courtsModalTitle {
    color: #3b6cb4;
    font-size: 2em;
}


/*
Change History:
KT 12/23/2025 created courtsCustomModals.css
KT 12/23/2025 moved .courtsModalBodyScroll from courtsCustomeButtons.css
KT 12/23/2025 moved .courtsModalSubtitle and .courtsModalTitle from courts-app-modal.css
KT 12/24/2025 14:00 UAT passed; ready for production
*/
