
.questionDiv {
    /* Keep top and side shadows, effectively remove bottom shadow when expanded */
    box-shadow: 0 0 1rem rgba(0,0,0,.15);
    cursor: pointer;
}

.question-div-on {
    /* Keep top and side shadows, effectively remove bottom shadow when expanded */
    background-color: var(--green);
}

.answerDiv {
    /* Keep bottom and side shadows, effectively remove top shadow when expanded */
    box-shadow: 0 0.25rem 1rem rgba(0,0,0,.15);
}

.arrow {
    position: relative;
    height: 2rem;
    width: auto !important;
    top: 0.75rem;
}