.inspection-card {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    background-color: #f8f9fa;
    h6 {
        font-weight: bold;
        margin-bottom: 1rem;
        color: #495057;
    }
}

.inspection-field {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    label {
        font-weight: 500;
        color: #343a40;
        min-width: 160px;
    }
}

.attachment {
    &.image {
        display: block;
        width: 100px;
        height: 80px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}
