
.activity-photo-link{
    display:block;
    margin:-16px -16px 14px;
    overflow:hidden;
    border-radius:18px 18px 13px 13px;
    background:#e9eef2;
    text-decoration:none
}

.activity-photo{
    display:block;
    width:100%;
    height:220px;
    object-fit:cover
}

.photo-badge{
    flex:0 0 auto;
    display:grid;
    place-items:center;
    width:32px;
    height:32px;
    border-radius:50%;
    background:#eaf5f7;
    font-size:16px
}

.current-photo-link{
    display:block;
    max-width:420px;
    border-radius:16px;
    overflow:hidden;
    border:1px solid #dce5ec;
    background:#eef3f6
}

.current-photo{
    display:block;
    width:100%;
    max-height:300px;
    object-fit:cover
}

.report-table td{
    overflow-wrap:anywhere
}

.report-table-six-columns{
    table-layout:fixed
}

.report-documentation-cell{
    padding:5px !important;
    text-align:center;
    vertical-align:middle !important;
    white-space:normal !important
}

.report-documentation-link{
    display:block;
    width:100%;
    text-decoration:none
}

.report-documentation-photo{
    display:block;
    width:100%;
    max-width:150px;
    max-height:105px;
    margin:0 auto;
    object-fit:contain;
    border:1px solid #b8b8b8;
    padding:2px;
    background:#fff
}

.report-no-photo{
    display:inline-block;
    padding:12px 0
}

@media(max-width:680px){
    .activity-photo{
        height:190px
    }

    .current-photo{
        max-height:240px
    }

    .report-documentation-photo{
        max-width:125px;
        max-height:90px
    }
}
