/* Etisalat SMB */
.sponsored-post .post-txt {
    padding: 0 7px 7px;
}

.sponsored-post .post-txt > a{
    text-decoration: none;
}

.sponsored-post .sponsored {
    position: relative;
    margin: 0 -7px;
    padding: 7px;
    color: #76ab37;
    text-transform: uppercase;
    background-color: #cadb2b;
}

.sponsored-post .sponsored img {
    position: absolute;
    top: 0;
    right: 7px;
    max-width: 50px;
}

.sponsored-post:hover .sponsored {
    color: #cadb2b;
    background-color: #76ab37;
}

.sponsored-post .articletitle {
    padding-right: 60px;
}

@media (max-width: 1024px) {
    .sponsored-post .post-txt {
        padding: 30px 15px;
    }

    .sponsored-post .sponsored {
        position: absolute;
        top: 0;
        left: 7px;
        max-width: 280px;
        width: 100%;
    }

    .sponsored-post .articletitle {
        padding-right: 0;
    }

    .sponsored-post .sponsored img {
        right: 0;
        max-width: 27px;
    }
}

@media (max-width: 767px) {
    .sponsored-post .sponsored {
        left: 0;
        max-width: 200px;
        width: 100%;
    }
}