/* Community Level Styles */

/* global */
.tty-text {
    display: block;
}

/* move matcher */
.content-container.move_matchers {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-container.move_matchers .moving-text {
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    padding: 40px;
}

.content-container.move_matchers .moving-text p {
    margin-bottom: 1em;
}

@media only screen and (max-width: 1023px) {
    .content-container.move_matchers {
        display: block;
    }
    
    .content-container.move_matchers .moving-text {
        width: 100%;
    }
}

/* faq */
#body_faq .faq-link {
    text-decoration: underline;
    color: var(--secondary-base);
    transition: 0.3s ease all;
    white-space: nowrap;
}

#body_faq .faq-link:hover {
    opacity: 0.6;
    transition: 0.3s ease all;
}

#body_faq .faq.text_sections-container .faq-list-container .list-item-content {
    white-space: pre-line;
}

#body_faq .faq.text_sections-container .header-text-style-1,
.faq.text_sections-container .faq-list-container dt.header-text-style-2 {
    font-family: var(--fonts-body);
}