.keepa-sell-error {
    text-align: center;
    color: red;
    margin-top: 10px;
}

.keepa-loader {
    position: fixed;
    top: 0;
    background: rgba(255,255,255,0.8);
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999;
    display: none;
    align-items: center;
    justify-content: center;
}
.keepa-loader.show {
    display: flex;
}

.book-meta {
    font-size: 12px;
    line-height: 18px;
    color: #999;
}
.book-meta span {
    font-weight: bold;
    margin-right: 5px;
}