.Commercial{
    background-color: #1d1d28;
    color: white;    
}
.Commercial .sh-list-ads{
    margin: 5px 3px 0;
    border: 1px solid rgba(1, 1, 1, .2);
    float: left;
    padding: 0 8px;
    /* background-color: #181B23; */
    box-shadow: 0 0 1px #2E2E2E;
}

.Commercial .sh-logo-comp-ads{
    padding: 10px 0;
    float: left;
    width: 48px;
}

.Commercial .sh-logo-comp-ads > img{
    float: left;
    width: 38px;
}

.Commercial .sh-title-ads{
    padding: 10px 0 5px 0;
    float: left;
    width: calc(100% - 50px);
    /* font-weight: bold; */
}

.Commercial .sh-descshort-ads{
    padding: 0px 0 5px 0;
    float: left;
    overflow: hidden;
    /* font-weight: bold; */
}

.Commercial .sh-descshort-ads img{
    width: calc(100% + 12px);
    float: left;
    margin-left: -6px;
}

.Commercial .sh-bottom-post-ads{
    position: relative;
    align-items: center;
    display: flex;
    left: 0;
    height: 40px;
    line-height: 3;
    font-size: .8em;
    width: 100%;
    border-top: 1px solid rgba(1, 1, 1, .2);
    box-shadow: 0 0 1px #2E2E2E;
    /* font-weight: bold; */
}

.Commercial .sh-btn-ads-detail{
    position: absolute;
    right: 0;
    /* margin-top: 6px; */
    background-color: rgb(255, 255, 255);
    padding: 2px 15px;
    border-radius: 4px;
    line-height: 2em;
    border: 1px solid #cccccc;
    background: #272733;
}

.Commercial .sh-btn-ads-detail:active{
    opacity: .3;
}