/* /Features/Books/BookLinksButtons.razor.rz.scp.css */
.bi-wikipedia[b-ictesiaxh2] {
    width: 24px;
    height: 24px;
    background-image: url('/images/icons/wikipedia-logo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bi-drive-thru[b-ictesiaxh2] {
    width: 24px;
    height: 24px;
    background-image: url('/images/icons/drive-thru-logo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ebay-logo-image[b-ictesiaxh2] {
    width: 22px;
    height: 20px;
    margin-top: -2px;
    margin-left: -4px;
    margin-right: -4px;
}

.logo-image[b-ictesiaxh2] {
    width: 14px;
    height: 16px;
    margin-top: -4px;
}
/* /Features/Books/BookListComponent.razor.rz.scp.css */
.book-row[b-1ryy2805q9] {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border-bottom: 4px solid transparent;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .book-row:hover[b-1ryy2805q9] {
        background-color: rgba(255, 255, 255, 0.1);
    }

.book-image[b-1ryy2805q9] {
    width: 64px;
    height: 90px;
    object-fit: cover;
}

.table-fixed[b-1ryy2805q9] {
    table-layout: fixed;
}

.fixed-col[b-1ryy2805q9] {
    width: 72px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-col[b-1ryy2805q9] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Layout/AccessControl.razor.rz.scp.css */
@media (max-width: 767.98px) {
    .responsive-small[b-z3qxlp6b73] {
        font-size: 0.875rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-rr2sumirol] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rr2sumirol] {
    flex: 1;
}

.top-row[b-rr2sumirol] {
    background-color: rgb(20,22,25);
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

    .top-row[b-rr2sumirol]  a, .top-row[b-rr2sumirol]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rr2sumirol]  a:hover, .top-row[b-rr2sumirol]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rr2sumirol]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-rr2sumirol]  a, .top-row[b-rr2sumirol]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rr2sumirol] {
        flex-direction: row;
    }

    .top-row[b-rr2sumirol] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rr2sumirol]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rr2sumirol], article[b-rr2sumirol] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
