/*==============================================================
# Report
==============================================================*/

.lca-single-report{

    margin-top:50px;

    text-align:center;

}

.lca-report-link{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:14px 30px;

    border:2px solid #d9534f;
    border-radius:10px;

    color:#d9534f;
    background:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.25s ease;

}

.lca-report-link:hover{

    background:#d9534f;

    color:#fff;

}