.tasawwuf-catalog-shell {
  font-family: 'Open Sans', sans-serif;
}

.tasawwuf-catalog-navigation {
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #e2e6ea;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  margin: 16px auto 24px;
  max-width: 980px;
  padding: 10px 12px;
}

.tasawwuf-catalog-breadcrumbs {
  color: #5f6368;
  font-size: 14px;
  margin: 0 12px;
  overflow-wrap: anywhere;
  text-align: center;
}

.tasawwuf-catalog-breadcrumbs a {
  color: #705500;
  text-decoration: none;
}

.tasawwuf-catalog-breadcrumbs a:hover {
  text-decoration: underline;
}

.tasawwuf-catalog-back {
  min-width: 92px;
}

.tasawwuf-view-toggle {
  margin-bottom: 20px;
}

.tasawwuf-view-toggle .btn {
  min-width: 130px;
}

.tasawwuf-view-toggle .active {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.tasawwuf-view {
  display: none;
}

.tasawwuf-view.active {
  display: block;
}

.tasawwuf-list {
  margin: 0 auto;
  max-width: 760px;
  text-align: left;
}

.tasawwuf-list-item {
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  padding: 12px 6px;
}

.tasawwuf-list-item a {
  color: #303030;
  font-size: 16px;
}

.tasawwuf-status {
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  margin: 6px 0 0 12px;
  padding: 4px 8px;
  white-space: nowrap;
}

.tasawwuf-status.available {
  background: #d4edda;
  color: #155724;
}

.tasawwuf-status.unavailable {
  background: #fff3cd;
  color: #856404;
}

#tasawwuf-catalog-grid-loader {
  color: #666;
  min-height: 24px;
}

.tasawwuf-catalog-grid .book_tile {
  display: flex;
  flex-direction: column;
}

.tasawwuf-catalog-grid .uk-card-media-top {
  width: 100%;
}

.tasawwuf-catalog-grid .uk-card-media-top img {
  height: auto;
  width: 100%;
}

.tasawwuf-catalog-tile-footer {
  font-size: 14px;
  line-height: 1.4;
  min-height: 54px;
  padding: 10px 5px 4px;
}

.tasawwuf-catalog-tile-footer a {
  color: #303030;
  text-decoration: none;
}

.tasawwuf-catalog-tile-footer a:hover {
  color: #806000;
  text-decoration: underline;
}

.tasawwuf-catalog-tile-footer .tasawwuf-status {
  margin-left: 0;
}

.tasawwuf-catalog-availability {
  background: #f0f0f0;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 3px 7px;
}

.tasawwuf-catalog-empty {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  color: #666;
  margin: 30px auto;
  max-width: 720px;
  padding: 24px;
}

@media (max-width: 639px) {
  .tasawwuf-catalog-navigation {
    align-items: stretch;
    flex-direction: column;
  }

  .tasawwuf-catalog-breadcrumbs {
    margin: 10px 0;
    order: -1;
  }

  .tasawwuf-catalog-back {
    width: 100%;
  }

  .tasawwuf-list-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .tasawwuf-list-item .tasawwuf-status {
    margin-left: 0;
    margin-top: 8px;
  }
}
