.widget-blinkist-daily {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.widget-blinkist-daily .widget-title {
    position: relative;
}

.widget-blinkist-daily .widget-title:after {
    content: "by ";
    display: block;
    position: absolute;
    width: 80px;
    height: 20px;
    top: 0px;
    right: 0;
    padding-top: 1px;
    
    font-family: Arial;
    font-size: 11px;
    line-height: 17px;
    font-weight: normal;
    text-transform: none;

    background: url(../blinkist-logo.png) no-repeat right top;
    background-size: 66px 20px;
}

.widget-blinkist-daily img {
    max-width: 100%;
    width: 100%;
    height: auto !important;
}

.blinkist-daily__image-link,
.blinkist-daily__image-link:hover {
    text-decoration: none;
}

.blinkist-daily__title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.blinkist-daily__author {
    display: block;
    font-size: 13px;
    color: #333;
}

a.blinkist-daily__cta {
    display: block;
    width: 100%;

    line-height: 40px;
    
    text-align: center;
    vertical-align: middle;

    border-radius: 4px;
}
a.blinkist-daily__cta,
a.blinkist-daily__cta:hover,
a.blinkist-daily__cta:active {
    font-size: 15px;
    
    text-decoration: none;
    cursor: pointer;
    
    background-color: #67b242;
    color: white !important;
}

a.blinkist-daily__cta:hover {
    background-color: #5c9f3b;
}