﻿/********************************************************************************
    Read-more utility. This will expand the span area or hide the span area, this
    will reduce the amount of space a text might take. An example can be found in
    the index page House Support Program at the bottom.
*********************************************************************************/
.read-more-container {
    display: flex;
    flex-direction: column;
}

.read-more-btn {
    color: #0984e3;
    cursor: pointer;
}

.read-more-text {
    display: none;
}

.read-more-text--show {
    display: inline;
}
