.cwp-pin-wrap {
    position: relative !important;
    display: inline-block !important;
    overflow: visible !important;
    max-width: 100%;
}

.cwp-pin-wrap img {
    display: block;
}

.cwp-pin-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e60023;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none !important;
    z-index: 99999;
    font-family: Arial, sans-serif;
    display: inline-block;
}

.cwp-pin-btn:hover {
    background: #ad081b;
    color: #fff !important;
}

.content-author {
    align-items: center;
    min-height: 80px;
}

.content-author .author-image {
    width: 80px;
    min-width: 80px;
    min-height: 80px;
}

.content-author .author-image img.avatar {
    display: block;
    width: 80px;
    height: 80px;
}

.content-author p,
.content-author .asap-post-update {
    color: #555;
}
