.text-collapse--block {
    display: block;
    margin-bottom: 16px
}

.text-collapse--open .text-collapse__trigger:after {
    transform: rotate(90deg)
}

.text-collapse--border .text-collapse__content {
    border-left: 2px solid #32b4e9;
    padding-left: 8px
}

.text-collapse--black .text-collapse__trigger {
    color: #000
}

.text-collapse--white .text-collapse__trigger,
.text-collapse--white .text-collapse__trigger:after,
.text-collapse--white .text-collapse__trigger:hover {
    color: #fff
}

.text-collapse--white .text-collapse__content {
    border-color: #fff;
    color: #fff
}

.text-collapse--right .text-collapse__trigger {
    float: right
}

.text-collapse__trigger {
    color: #32b4e9;
    font-weight: 700;
    cursor: pointer;
    min-width: 75px;
    display: inline-block;
    transition: color 0.2s ease-out
}

.text-collapse__trigger--full {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.text-collapse__trigger:after {
    display: inline-block;
    content: '\276E';
    transform: rotate(-90deg);
    color: #32b4e9;
    font-size: 18px;
    margin-left: 8px;
    margin-right: 8px
}

.text-collapse__trigger:hover {
    color: #015698
}

.text-collapse__content-holder {
    /*height: 0;*/
    width: 100%;
    display: block;
    overflow: hidden
}

.text-collapse__content {
    display: block;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 4px
}

.text-collapse__content p {
    margin-bottom: 0
}

.faq__question {
    margin-bottom: 16px
}

.faq__question:last-child {
    margin-bottom: 0
}
