.boxlinks {
    display: block;
}

p.boxlink, .boxlinks > p {
    padding: 15px 13px;
    background: #E0EBF2;
    font-size: 17px;
    font-weight: 400;
}

.view-faq-facet-search-faq- .cahps-faq-btn-text {
    width: 100%;
}
.view-faq-facet-search-faq- h3.cahps-faq-btn[aria-expanded="false"]:after, 
.view-faq-facet-search-faq- p.cahps-faq-btn[aria-expanded="false"]:after,
.view-faq-facet-search-faq- .cahps-faq-btn.collapsed:after{
    content: "";
    display: inline-block;
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/plus-solid_5B616B.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 35%;
}

.view-faq-facet-search-faq- h3.cahps-faq-btn[aria-expanded="true"]:after, 
.view-faq-facet-search-faq- p.cahps-faq-btn[aria-expanded="true"]:after,
.view-faq-facet-search-faq- .cahps-faq-btn:after{
    content: "";
    display: inline-block;
    background-image: url(/themes/custom/ahrq_bootstrap_barrio/pattern-lab/source/images/theme_core/minus-solid_5B616B.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 35%;
}

.card {
    border: 2px solid;
    border-radius: 0px;
    margin-bottom: 20px;
    border-color: #E0EBF2;
    margin-top: -20px;
}
