
.navbar-ministerial-quiz-before-result-config-margin-top {
    margin-top: 48px;
}

.ministerial-quiz-before-result-content-padding {
    padding: 0 24px;
}

.ministerial-quiz-before-result-container {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.ministerial-quiz-before-result-image-container {
    min-height: 24vh;
    width: 100%;
    background-color: transparent;
}

.ministerial-quiz-before-result-image {
    width: 100%;
    height: 100%;
}

@media screen and (max-height: 728px) {
    .navbar-ministerial-quiz-before-result-config-margin-top {
        margin-top: 30px;
    }
    .ministerial-quiz-before-result-image-container {
        min-height: 20vh;
        width: 100%;
    }
}

.ministerial-quiz-before-result-card-top {
    width: 100%;
    min-height: 32px;
    height: 32px;
    border-radius: 32px 32px 0 0;
    background-color: white;
    padding: 0 24px;
}

.ministerial-quiz-before-result-card-body {
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 0 16px;
    margin-top: -1px;
    text-align: center;
}

.ministerial-quiz-before-result-content-container {
    position: relative;
    flex-grow: 1;
    min-height: 178px;
}

.ministerial-quiz-before-result-text-bold {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: var(--qp-color-blue-note);
    margin-bottom: 0;
}

.ministerial-quiz-before-result-bottom-buttons-container {
    display: flex;
    flex-direction: column;
    min-height: 168px;
    margin-top: auto;
    align-items: center;
}