body.serieslist.grid-view div.container-fluid > div > div.col-sm-10::before {
  display: none;
}

.cover .badge {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #cc7b19;
  border-radius: 0;
  padding: 0 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  line-height: 24px;
}

.cover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.cover .read {
  padding: 0 0;
  line-height: 15px;
}

input.datepicker {color: transparent}
input.datepicker:focus {color: transparent}
input.datepicker:focus + input {color: #555}

.col-sm-3.col-lg-2.col-xs-6.book.session {
  margin: 12px 0 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.browse-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.browse-toolbar-left,
.browse-toolbar-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.browse-toolbar .btn,
.browse-toolbar .dropdown-toggle {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  padding: 6px 12px;
}

.browse-toolbar .btn-default,
.browse-toolbar .dropdown-toggle.btn-default {
  background-color: rgba(18, 24, 31, 0.92);
  color: #dfe7ee;
}

.browse-toolbar .btn-default:hover,
.browse-toolbar .btn-default:focus,
.browse-toolbar .open > .dropdown-toggle.btn-default {
  background-color: #202b36;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.browse-toolbar .btn-primary.active,
.browse-toolbar .btn-primary.active:hover,
.browse-toolbar .btn-primary.active:focus,
.browse-toolbar .browse-toolbar-view > span.btn-primary {
  background-color: #cc7b19;
  border-color: #f0a33a;
  color: #111820;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34), 0 0 0 2px rgba(204, 123, 25, 0.2);
}

.browse-toolbar .btn-group > .btn:first-child:not(:last-child),
.browse-toolbar .btn-group > .dropdown-toggle:not(:last-child) {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}

.browse-toolbar .btn-group > .btn:last-child:not(:first-child),
.browse-toolbar .btn-group > .dropdown-toggle:last-child:not(:first-child) {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

.browse-toolbar .dropdown-menu {
  min-width: 220px;
  padding: 6px;
  background-color: #151d25 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  z-index: 1200;
}

.browse-toolbar .dropdown-menu,
.browse-toolbar .dropdown-menu li,
.browse-toolbar .dropdown-menu li a,
.browse-toolbar .dropdown-menu li a:visited,
.browse-toolbar .dropdown-menu li span {
  color: #dfe7ee !important;
  -webkit-text-fill-color: #dfe7ee !important;
  text-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-size: 13px !important;
}

.browse-toolbar .dropdown-menu > li > a,
.browse-toolbar .dropdown-menu > li > a:visited {
  display: block;
  border-radius: 4px;
  background: transparent !important;
  padding: 7px 12px;
}

.browse-toolbar .dropdown-menu > li > a:hover,
.browse-toolbar .dropdown-menu > li > a:focus {
  background-color: #263442 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.browse-toolbar .dropdown-menu > .active > a,
.browse-toolbar .dropdown-menu > .active > a:hover,
.browse-toolbar .dropdown-menu > .active > a:focus {
  background-color: #cc7b19 !important;
  color: #111820 !important;
  -webkit-text-fill-color: #111820 !important;
  font-weight: 700;
}

.browse-toolbar .dropdown-menu .divider {
  background-color: rgba(255, 255, 255, 0.12);
  margin: 5px 0;
}

.browse-toolbar-grid .browse-toolbar-right {
  justify-content: flex-end;
}

.browse-sort-mobile {
  display: none;
  margin: 0;
  width: 100%;
}

.browse-sort-mobile .form-control {
  width: 100%;
  min-height: 42px;
  background-color: rgba(18, 24, 31, 0.92);
  color: #dfe7ee;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  box-shadow: none;
}

.browse-toolbar-table {
  margin-bottom: 10px;
}

h2.book_table {
  margin: 0 0 12px;
  color: #f3f7fb;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
}

.browse-toolbar + .col-xs-12.col-sm-6 {
  clear: both;
}

.books-table-actions .row.form-group,
.books-table-options .row.form-group {
  margin-left: 0;
  margin-right: 0;
}

.books-table-controls {
  display: none;
}

.books-table-actions,
.books-table-options {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.books-control-card {
  margin-bottom: 0;
}

.books-control-heading {
  margin-bottom: 0;
  color: #f5f8fb;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.books-control-copy {
  display: none;
  margin: 0 0 10px;
  color: #93a4b4;
  font-size: 12px;
  line-height: 1.45;
}

.books-table-actions .row.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.books-table-actions,
.books-table-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
}

.books-table-actions .books-control-heading,
.books-table-options .books-control-heading {
  width: auto;
  margin-right: 2px;
}

.books-table-actions .btn {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(18, 24, 31, 0.92);
  color: #dfe7ee;
  box-shadow: none;
  padding: 6px 10px;
  font-size: 12px;
}

.books-table-actions .btn.disabled,
.books-table-actions .btn[aria-disabled="true"] {
  opacity: 0.5;
  color: #95a5b4;
}

.books-table-actions .glyphicon {
  margin-right: 3px;
}

.books-table-options {
  margin-bottom: 0;
  border-color: rgba(255, 255, 255, 0.14);
}

.books-table-options .helper-action-row {
  margin-bottom: 0;
}

.books-table-options .helper-action-row .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  width: auto;
  border-radius: 10px;
  border-color: rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.04);
  color: #bcc8d4;
  padding: 6px 10px;
  font-size: 12px;
}

.books-table-options .row.form-group {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
}

.books-table-options .row.form-group:last-child {
  margin-bottom: 0;
}

.books-table-options input[type="checkbox"] {
  margin: 0;
}

.books-table-options label {
  margin-bottom: 0;
  color: #bcc8d4;
  font-weight: 400;
  font-size: 12px;
}

.books-table-options .helper-action-row {
  flex: 0 0 auto;
}

.books-table-options .checkbox-row {
  flex: 0 0 auto;
}

.books-table-options-secondary {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0.92;
}

.books-table-secondary {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.books-table-actions-secondary,
.books-table-options-secondary {
  flex: 1 1 280px;
}

.books-table-actions-secondary {
  opacity: 0.88;
}

.books-table-shell {
  clear: both;
  margin-top: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background-color: rgba(14, 20, 27, 0.9);
  box-shadow: 0 16px 34px rgba(5, 10, 15, 0.24);
}

.books-table-shell .fixed-table-toolbar .btn,
.books-table-shell .fixed-table-pagination .btn {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(18, 24, 31, 0.92);
  color: #dfe7ee;
  box-shadow: none;
}

.books-table-shell .fixed-table-toolbar .btn:hover,
.books-table-shell .fixed-table-toolbar .btn:focus,
.books-table-shell .fixed-table-pagination .btn:hover,
.books-table-shell .fixed-table-pagination .btn:focus {
  border-color: rgba(255, 255, 255, 0.35);
  background-color: #202b36;
  color: #fff;
}

.books-table-shell .fixed-table-container {
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background-color: rgba(9, 14, 19, 0.45);
}

.books-table-shell .table {
  margin-bottom: 0;
  background-color: transparent;
  table-layout: auto;
}

.books-table-shell .table > thead > tr > th {
  border-bottom-color: rgba(255, 255, 255, 0.14);
  background-color: #18222c;
  color: #dfe7ee;
  padding: 12px 12px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  vertical-align: bottom;
}

.books-table-shell .table > tbody > tr > td {
  border-top-color: rgba(255, 255, 255, 0.08);
  color: #dfe7ee;
  padding: 12px;
  vertical-align: middle;
}

.books-table-shell .table > tbody > tr > td a {
  color: #f0a33a;
}

.books-table-shell .table > tbody > tr:hover > td {
  background-color: rgba(255, 255, 255, 0.04);
}

.books-table-shell .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.035);
}

.books-table-shell .table-striped > tbody > tr:nth-of-type(even) {
  background-color: rgba(18, 24, 31, 0.38);
}

.books-table-shell .pagination > li > a,
.books-table-shell .pagination > li > span {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(18, 24, 31, 0.92);
  color: #dfe7ee;
}

.books-table-shell .pagination > .active > a,
.books-table-shell .pagination > .active > span,
.books-table-shell .pagination > .active > a:hover,
.books-table-shell .pagination > .active > span:hover {
  border-color: #f0a33a;
  background-color: #cc7b19;
  color: #111820;
}

.books-table-shell .pagination-detail,
.books-table-shell .fixed-table-pagination,
.books-table-shell .fixed-table-loading {
  color: #dfe7ee;
}

.books-table-shell .form-control {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(10, 15, 20, 0.9);
  color: #dfe7ee;
}

.books-table-shell .search {
  max-width: 360px;
}

.books-table-shell .search input {
  border-radius: 999px;
  height: 40px;
  padding-left: 14px;
}

.books-table-shell .fixed-table-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 2px 12px;
}

.books-table-shell .fixed-table-toolbar .columns,
.books-table-shell .fixed-table-toolbar .search {
  margin-top: 0 !important;
}

.books-table-shell .fixed-table-body {
  border-radius: 10px;
}

.books-table-shell th[data-field="state"],
.books-table-shell td.bs-checkbox {
  width: 42px !important;
  min-width: 42px;
  text-align: center;
}

.books-table-shell th[data-field="title"] {
  min-width: 360px;
  width: 36% !important;
}

.books-table-shell th[data-field="authors"] {
  min-width: 240px;
  width: 24% !important;
}

.books-table-shell th[data-field="series"] {
  min-width: 180px;
  width: 20% !important;
}

.books-table-shell th[data-field="series_index"] {
  min-width: 88px;
  width: 88px !important;
  text-align: center;
}

.books-table-shell th[data-field="tags"] {
  min-width: 180px;
  width: 20% !important;
}

.books-table-shell th[data-field="comments"] {
  min-width: 120px;
}

.books-table-shell th[data-field="sort"],
.books-table-shell th[data-field="author_sort"] {
  color: #93a4b4;
}

.books-table-shell th[data-field="is_archived"],
.books-table-shell th[data-field="read_status"],
.books-table-shell th[data-field="14"] {
  width: 92px !important;
  min-width: 92px;
  text-align: center;
}

.books-table-shell td a[data-name="title"] {
  display: block;
  color: #f7fafc !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.books-table-shell td a[data-name="authors"] {
  display: block;
  color: #d9e5ef !important;
  font-size: 13px;
  font-weight: 600;
}

.books-table-shell td a[data-name="series"],
.books-table-shell td a[data-name="tags"],
.books-table-shell td a[data-name="languages"],
.books-table-shell td a[data-name="publishers"],
.books-table-shell td a[data-name="sort"],
.books-table-shell td a[data-name="author_sort"] {
  display: block;
  color: #aebdcc;
  font-size: 12px;
  line-height: 1.35;
}

.books-table-shell td a[data-name="comments"],
.books-table-shell td a.editable-empty {
  display: block;
  color: #7f93a6;
  font-size: 12px;
}

.books-table-shell td a.editable-empty {
  opacity: 0.72;
}

.books-table-shell td a[data-name="title"],
.books-table-shell td a[data-name="authors"] {
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}

.books-table-shell td a[data-name="title"] {
  max-width: 42ch;
}

.books-table-shell td a[data-name="series"],
.books-table-shell td a[data-name="tags"] {
  color: #d6e0e9;
  font-size: 13px;
  font-weight: 500;
}

.books-table-shell td a[data-name="authors"],
.books-table-shell td a[data-name="series"],
.books-table-shell td a[data-name="tags"],
.books-table-shell td a[data-name="languages"],
.books-table-shell td a[data-name="publishers"],
.books-table-shell td a[data-name="comments"],
.books-table-shell td a[data-name="sort"],
.books-table-shell td a[data-name="author_sort"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.books-table-shell td input.chk {
  transform: scale(1.05);
}

.books-table-shell td[style*="text-align: right"] {
  text-align: center !important;
}

.books-table-shell .book-remove {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffb4a8;
  background-color: rgba(255, 255, 255, 0.05);
}

.books-table-shell .book-remove:hover {
  background-color: rgba(255, 95, 87, 0.16);
}

.table-status-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.table-status-actions {
  display: flex;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}

.table-status-action {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 4px 6px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.04);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  color: #aebdcc;
}

.table-status-action input {
  margin: 0;
}

.table-status-label {
  color: #dfe7ee;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.table-status-head-action .button_head {
  padding: 6px 8px;
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .container-fluid .discover {
        margin-bottom: 30px;
    }

    .container-fluid .book {
        margin-top: 12px;
        max-width: 160px;
    }

    .container-fluid .book .cover {
        height: 198px;
        margin-bottom: 7px;
    }

    .container-fluid .book .meta {
        margin-top: 6px;
    }

    .container-fluid .book .meta .title {
        display: block;
        display: -webkit-box;
        max-height: 38px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 19px;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    .container-fluid .book .meta .author,
    .container-fluid .book .meta .series {
        line-height: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .row-fluid > .col-sm-2 {
        visibility: hidden;
    }

    .browse-toolbar,
    .browse-toolbar-left,
    .browse-toolbar-right {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 8px;
    }

    .browse-toolbar .btn-group {
        width: 100%;
    }

    .browse-toolbar .btn-group > .btn,
    .browse-toolbar .btn-group > .dropdown-toggle,
    .browse-toolbar .browse-toolbar-view > .btn,
    .browse-toolbar .browse-toolbar-view > span.btn {
        width: 100%;
        text-align: center;
        min-height: 42px;
        padding: 10px 12px;
    }

    .browse-toolbar .browse-toolbar-view {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .browse-toolbar .browse-toolbar-view > .btn,
    .browse-toolbar .browse-toolbar-view > span.btn {
        flex: 1 1 0;
    }

    .browse-toolbar-right .btn-group + .btn-group {
        margin-top: 0;
    }

    .browse-toolbar .dropdown-menu,
    .browse-toolbar .dropdown-menu.dropdown-menu-right {
        left: 0;
        right: 0;
        min-width: 100%;
    }

    .browse-toolbar .dropdown-menu > li > a {
        padding: 10px 12px;
    }

    .browse-sort-dropdown {
        display: none !important;
    }

    .browse-sort-mobile {
        display: block;
    }

    .col-sm-3.col-lg-2.col-xs-6.book.session {
        margin: 10px 0 12px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .container-fluid .book .cover {
        height: 188px;
        margin-bottom: 7px;
    }

    .container-fluid .book .meta {
        margin-top: 6px;
    }

    .container-fluid .book .meta .title {
        display: block;
        display: -webkit-box;
        max-height: 40px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 20px;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    .container-fluid .book .meta .author,
    .container-fluid .book .meta .series {
        line-height: 16px;
    }

    .books-table-controls,
    .books-table-secondary,
    .books-table-actions,
    .books-table-options {
        display: block;
        float: none;
        width: 100%;
    }

    .books-table-controls,
    .books-table-secondary {
        padding: 8px;
    }

    .books-table-actions .row.form-group {
        display: block;
        margin-bottom: 0;
    }

    .books-table-actions .btn {
        display: block;
        width: 100%;
        margin-bottom: 8px;
        min-height: 42px;
        padding: 10px 12px;
        white-space: normal;
    }

    .books-control-copy {
        margin-bottom: 8px;
    }

    .books-table-options {
        margin-top: 8px;
    }

    .books-table-options .helper-action-row .btn,
    .books-table-options .checkbox-row {
        width: 100%;
    }

    .books-table-shell {
        margin-top: 10px;
        padding: 8px;
    }

    .books-table-shell .fixed-table-toolbar .columns,
    .books-table-shell .fixed-table-toolbar .search {
        float: none !important;
        width: 100%;
        margin-top: 8px;
    }

    .books-table-shell .fixed-table-toolbar .search input {
        width: 100%;
    }

    .books-table-shell .fixed-table-toolbar {
        display: block;
    }

    .books-table-shell .table > thead > tr > th,
    .books-table-shell .table > tbody > tr > td {
        padding: 10px 8px;
    }

    .books-table-shell th[data-field="title"],
    .books-table-shell th[data-field="authors"],
    .books-table-shell th[data-field="series"],
    .books-table-shell th[data-field="tags"],
    .books-table-shell th[data-field="comments"],
    .books-table-shell th[data-field="is_archived"],
    .books-table-shell th[data-field="read_status"],
    .books-table-shell th[data-field="14"] {
        min-width: 120px;
        width: auto !important;
    }
}

/* Browse-first Books List */
.browse-list-shell {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.browse-toolbar-browse-list {
    margin-bottom: 0;
}

.browse-list-search {
    margin: 0;
}

.browse-list-search-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.browse-list-search-inputs .form-control {
    min-width: 0;
    flex: 1 1 auto;
}

.browse-list-results-copy {
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
    line-height: 1.3;
}

.browse-list-rows {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.browse-book-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.028);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.browse-book-cover {
    display: block;
    width: 54px;
}

.browse-book-cover .img {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
}

.browse-book-cover img {
    width: 54px;
    height: auto;
}

.browse-book-main {
    min-width: 0;
}

.browse-book-heading {
    margin-bottom: 1px;
}

.browse-book-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    line-height: 1.24;
    font-weight: 600;
}

.browse-book-title:hover,
.browse-book-title:focus {
    color: #fff;
    text-decoration: underline;
}

.browse-book-authors {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 4px;
}

.browse-book-authors a {
    color: rgba(255, 255, 255, 0.82);
}

.browse-book-authors a:hover,
.browse-book-authors a:focus {
    color: #fff;
}

.browse-book-separator {
    margin: 0 4px;
    color: rgba(255, 255, 255, 0.3);
}

.browse-book-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 12px;
}

.browse-book-meta-item {
    min-width: 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 6px;
    align-items: start;
}

.browse-book-meta-label {
    display: block;
    margin: 2px 0 0;
    color: rgba(255, 255, 255, 0.44);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.browse-book-meta-value {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.3;
}

.browse-book-meta-value a {
    color: rgba(255, 255, 255, 0.78);
}

.browse-book-meta-value a:hover,
.browse-book-meta-value a:focus {
    color: #fff;
}

.browse-book-meta-empty,
.browse-book-series-index {
    color: rgba(255, 255, 255, 0.42);
}

.browse-list-empty {
    padding: 24px 18px;
    text-align: center;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.68);
}

.browse-list-empty-title {
    margin-bottom: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.browse-list-footer {
    display: flex;
    justify-content: flex-end;
}

.browse-list-rows-form {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.72);
}

.browse-list-rows-form .form-control {
    width: 92px;
}

@media only screen and (max-width: 767px) {
    .browse-list-search-inputs {
        flex-direction: column;
        align-items: stretch;
    }

    .browse-book-row {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 8px;
        padding: 8px;
    }

    .browse-book-cover,
    .browse-book-cover img {
        width: 48px;
    }

    .browse-book-title {
        font-size: 15px;
    }

    .browse-book-meta-grid {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .browse-book-meta-item {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 5px;
    }

    .browse-list-footer {
        justify-content: stretch;
    }

    .browse-list-rows-form {
        width: 100%;
        justify-content: space-between;
    }

    .browse-list-rows-form .form-control {
        width: 110px;
    }
}

/* Browse view polish */
.browse-section-heading {
    margin: 0 0 14px;
    color: #f5f8fb;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

.browse-grid-shell {
    margin-top: 2px;
}

.browse-grid-row {
    margin-left: -8px;
    margin-right: -8px;
}

.browse-grid-row .book.session {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
}

.browse-grid-row .book .cover {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(8, 12, 16, 0.6);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.browse-grid-row .book .cover:hover,
.browse-grid-row .book .cover:focus-within {
    border-color: rgba(240, 163, 58, 0.62);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
    transform: translateY(-1px);
}

.browse-grid-row .book .cover .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.browse-grid-row .book .cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.browse-grid-row .book .meta {
    min-width: 0;
    padding: 0 2px;
}

.browse-grid-row .book .meta a {
    text-decoration: none;
}

.browse-grid-row .book .meta .title {
    margin: 0 0 4px;
    color: #f7fafc;
    font-weight: 700;
}

.browse-grid-row .book .meta .title:hover {
    color: #fff;
    text-decoration: underline;
}

.browse-grid-row .book .meta .author,
.browse-grid-row .book .meta .series {
    margin: 0 0 3px;
    color: rgba(223, 231, 238, 0.75);
    font-size: 12px;
}

.browse-grid-row .book .meta .author a,
.browse-grid-row .book .meta .series a {
    color: rgba(223, 231, 238, 0.82);
}

.browse-grid-row .book .meta .author a:hover,
.browse-grid-row .book .meta .series a:hover,
.browse-grid-row .book .meta .author a:focus,
.browse-grid-row .book .meta .series a:focus {
    color: #fff;
    text-decoration: underline;
}

.browse-grid-row .rating {
    margin-top: 5px;
    color: rgba(240, 163, 58, 0.92);
    font-size: 11px;
}

.browse-toolbar {
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(10, 15, 20, 0.44);
}

.browse-toolbar .btn,
.browse-toolbar .dropdown-toggle {
    min-height: 36px;
    line-height: 1.35;
}

.browse-list-shell {
    gap: 10px;
}

.browse-list-heading {
    margin-bottom: 12px;
}

.browse-list-search {
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(10, 15, 20, 0.32);
}

.browse-list-search-inputs .form-control {
    min-height: 38px;
    border-color: rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    background-color: rgba(7, 11, 15, 0.76);
    color: #eef3f7;
    box-shadow: none;
}

.browse-list-search-inputs .form-control:focus {
    border-color: rgba(240, 163, 58, 0.7);
    box-shadow: 0 0 0 2px rgba(240, 163, 58, 0.12);
}

.browse-list-search-inputs .btn,
.browse-list-rows-form .form-control {
    min-height: 38px;
}

.browse-list-results-copy {
    padding: 0 2px;
    color: rgba(223, 231, 238, 0.62);
}

.browse-list-rows {
    gap: 8px;
}

.browse-book-row {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 12px;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(12, 18, 24, 0.54);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    transition: border-color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.browse-book-row:hover,
.browse-book-row:focus-within {
    border-color: rgba(240, 163, 58, 0.42);
    background: rgba(16, 23, 30, 0.72);
    transform: translateY(-1px);
}

.browse-book-cover,
.browse-book-cover img {
    width: 62px;
}

.browse-book-cover .img {
    position: relative;
    border-radius: 6px;
    background: rgba(8, 12, 16, 0.7);
}

.browse-book-cover .badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    min-width: 18px;
    line-height: 18px;
    color: #fff;
    background-color: #cc7b19;
    border-radius: 0 0 6px 0;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35);
}

.browse-book-title {
    color: #f8fbfd;
    font-size: 17px;
    font-weight: 700;
}

.browse-book-authors {
    margin-bottom: 7px;
    color: rgba(223, 231, 238, 0.84);
}

.browse-book-format {
    margin-left: 6px;
    color: rgba(240, 163, 58, 0.86);
    font-size: 11px;
}

.browse-book-meta-grid {
    gap: 6px 14px;
}

.browse-book-meta-item {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 8px;
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.browse-book-meta-label {
    margin-top: 1px;
    color: rgba(223, 231, 238, 0.5);
    letter-spacing: 0.06em;
}

.browse-book-meta-value {
    color: rgba(223, 231, 238, 0.78);
}

.browse-book-meta-value a {
    color: rgba(238, 243, 247, 0.86);
}

.browse-list-empty {
    border-radius: 8px;
}

.browse-list-footer {
    padding-top: 2px;
}

.browse-list-rows-form {
    font-size: 12px;
}

.browse-list-rows-form label {
    margin-bottom: 0;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) {
    .browse-grid-row .book.session {
        width: 16.66666667%;
    }
}

@media only screen and (max-width: 767px) {
    .browse-section-heading {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .browse-grid-row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .browse-toolbar {
        padding: 8px;
    }

    .browse-list-search {
        padding: 8px;
    }

    .browse-list-search-inputs .btn {
        width: 100%;
    }

    .browse-book-row {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 10px;
        padding: 9px;
    }

    .browse-book-cover,
    .browse-book-cover img {
        width: 52px;
    }

    .browse-book-title {
        font-size: 15px;
        line-height: 1.28;
    }

    .browse-book-authors {
        font-size: 12px;
    }

    .browse-book-meta-item {
        grid-template-columns: 48px minmax(0, 1fr);
        padding-top: 5px;
    }
}
