// _faq.scss

.category {

    .archive-title {
        margin: 0 0 15px;
    }

}

.faq-article {
    border: 1px solid $koala;
    border-radius: 3px;
    margin-bottom: 25px;
    position: relative;

    .faq-overlay {
        background: transparent;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
    }

    .faq {

        &-title {
            border-bottom: 1px solid $koala;
            margin: 0;
            padding: 10px 20px;
        }

        &-content {

            .ewd-ufaq-faq-div {
                border-bottom: 1px solid $mouse;
                margin: 0;
                padding: 0;

                &:last-child {
                    border-bottom: none;
                }

                .ewd-ufaq-post-margin-symbol {
                    display: none;
                }

                .ewd-ufaq-faq {

                    &-title-text h4 {
                        background: none;
                        border: none;
                        color: $bluejay;
                        display: block;
                        font-size: 14px;
                        margin: 0;
                        padding: 10px 15px;
                        text-decoration: none;
                    }

                    &-body {
                        border: none;
                        padding: 0 20px 10px;
                    }

                }

            }

        }

    }

}
