.kobo-badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px 4px 4px;

    position: static;
    width: 100px;
    left: 0px;
    top: 0px;

    background: #FFF0F0;
    border-radius: 4px;

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px 8px 0px;

    cursor: pointer;
}

.kobo-icon {
    position: static;
    width: 14px;
    height: 14px;
    left: 4px;
    top: 4px;

    background: url("img/kobo/kobo-icon.svg") no-repeat;
    background-position: center;

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 4px;
}

.rakuten-kobo-landscape {
    position: static;
    width: 73px;
    height: 14px;
    left: 22px;
    top: 4px;

    background: url("img/kobo/rakuten-kobo-landscape.svg");
    background-size: cover;

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 4px;
}

.rounded-question-mark {
    width: 16px;
    height: 16px;
    display: inline-block;

    background: url("img/kobo/rounded_question_mark.svg");
    background-size: cover;
}
