﻿.page-content-wrapper {
    min-height: calc(100vh - 200px);
    padding-bottom: 3rem;
}

.scrollable-section {
    overflow-y: auto;
    max-height: calc(100vh - 300px);
    overflow-x: hidden;
}

.screening-card-body {
    max-height: calc(100vh - 350px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 4rem;
}

.screening-questions .question-item {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0;
}

    .screening-questions .question-item:last-child {
        border-bottom: none;
        padding-bottom: 4rem;
    }

.screening-questions h5 {
    font-size: 1rem;
    line-height: 1.5;
    word-wrap: break-word;
    margin-bottom: 0.75rem;
}

.screening-questions .form-check {
    margin-right: 1.5rem;
}

.screening-button-container {
    position: sticky;
    bottom: 0;
    background-color: white;
    padding: 1rem 0;
    border-top: 1px solid #dee2e6;
    margin-top: 0;
    z-index: 10;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
}

.screening-card {
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .screening-card-body {
        max-height: calc(100vh - 300px);
    }

    .scrollable-section {
        max-height: calc(100vh - 250px);
    }
}
