#repair-attachments {
    width: calc(100% - 10px);

    padding: 0 0 0 10px;
    display: table;
}

#repair-attachments > div {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 20px;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    box-shadow: #edeff1 0px 5px 15px;
}

#repair-attachments > div:nth-child(4n) {
    margin-right: 0;
}

#repair-attachments > div > div:first-child {
    width: 100%; 
    height: 250px;

    position: relative;
}

.repair-photos > div > div:first-child img {
    width: 100%;
    height: 100%;
}

.repair-photos > div > div:first-child img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.repair-files > div > div:first-child {
    display: flex;
}

.repair-files > div > div:first-child > figure {
    height: 40%;
    margin: auto;

    text-align: center;
    position: relative;
}

.repair-files > div > div:first-child figcaption {
    color: #4288ed;
    font-weight: 500;
    margin: 10px 20px;
    cursor: default;
}

.repair-files > div > div:first-child img {
    height: 85%;
}

#repair-attachments .item-delete {
    position: absolute;
    top: 18px;
    right: 15px;
    height: 30px !important;
    width: 30px !important;
    z-index: 10;
    cursor: pointer;
}

#repair-attachments > div > div:last-child {
    height: 75px;

    border-top: 1px solid #ddebfa;

    display: flex;
    justify-content: space-around;
}

#repair-attachments > div > div:last-child > div {
    margin: auto 0;
}

#repair-attachments > div > div:last-child > div h3 {
    margin-bottom: 5px;
    
    color: #202225; 
    font-weight: 500;
    cursor: default;
}

#repair-attachments > div > div:last-child > div p {
    width: 150px;

    color: #a7afbd;
    cursor: default;
}

#repair-attachments > div > div:last-child > div img {
    height: 37px;
    width: 37px;
}