.summaryFrame{
    background: white;
    padding: 15px;
    border-radius: 13px;
    display: flex;
    flex-direction: row;
    border:  1px solid #000055;

}

.adcomImg{
    max-width: 140px;
    max-height: 125px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-self: center;
    border:  1px solid rgb(154, 154, 226);
    margin-right: 20px;
}

.adcomImg img{
    width: 100%;
}

.time{
    font-size: 11px;
    color: rgb(100, 100, 100);
}

.jobTitle{
    font-size: 18px;
    font-weight:  bold;
}

.comName{
    font-size: 15px;
    color: rgb(143, 143, 211) ;
    margin-bottom: 20px;
}

.adtag{
    background: #EAEAFF;
    color: black;
    font-size: 13px;
    padding: 3px 6px;
    border-radius: 3px;
    margin: 4px;
    display: inline-block;
}
.adcomDescrip{
    flex: 1;
    position: relative;
}
.bookmark{
    display: flex;
    flex-direction: row;
    color: rgb(204, 43, 43);
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 22px;
}
.sharebtn{
    background: #000055;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
}

.sharebtn span{
    color: white;

}

.sharebtn:hover{
    background: rgb(24, 24, 145);
}

.sharebtn .ico{
    margin-right: 15px;
    margin-top: -10px;
}

@media screen and (max-width: 668px) {
    .sharebtn{
        position: relative;
        width: fit-content;
        margin-top: 10px;
        float: right;
    }
 
}


