.pet-project-summary {
  color: #555555;
  font-size: 15px;
  line-height: 1.55;
  max-width: 760px;
}
.pet-project-toolbar {
  align-items: flex-end;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
}
.pet-project-toolbar .form-group {
  margin-bottom: 0;
}
.pet-project-toolbar .input-group {
  max-width: 360px;
  min-width: 240px;
}
.pet-project-toolbar-main {
  align-items: flex-end;
  display: flex;
  flex: 1 1 420px;
  flex-wrap: wrap;
  gap: 12px;
}
.pet-project-toolbar-form {
  align-items: flex-end;
  display: flex;
  flex: 1 1 560px;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
}
.pet-project-toolbar-actions {
  align-items: flex-end;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.pet-project-filter-label {
  color: #666666;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.pet-project-search .form-control {
  min-width: 0;
}
.pet-project-search-clear {
  color: #555555;
}
.pet-project-segmented {
  display: flex;
}
.pet-project-segmented .btn {
  min-width: 78px;
}
.pet-project-select {
  min-width: 150px;
}
.pet-project-results {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: -4px 0 12px;
  min-height: 20px;
}
.pet-results-status {
  color: #777777;
  font-size: 13px;
  margin: 0;
}
.pet-card-badge {
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #666666;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 9px;
  padding: 3px 7px;
}
.pet-card-badge-current {
  border-color: #c9dfc7;
  color: #336633;
}
.pet-card-badge-memory {
  border-color: #d6d0e8;
  color: #4b3d73;
}
.pet-client-empty[hidden],
.pet-gallery-empty[hidden] {
  display: none;
}
.pet-gallery-empty {
  margin-top: 12px;
}
.pet-client-pagination,
.pet-pagination {
  margin: 18px 0 0;
}
.pet-lightbox-modal .modal-dialog {
  max-width: calc(100vw - 24px);
  width: 920px;
}
.pet-lightbox-modal .modal-title {
  font-size: 20px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.pet-lightbox-modal .modal-body {
  background: #111111;
  padding: 0;
}
.pet-lightbox-modal .modal-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.pet-lightbox-stage {
  align-items: center;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  min-height: 420px;
  position: relative;
}
.pet-lightbox-stage img {
  display: block;
  justify-self: center;
  max-height: 78vh;
  max-width: 100%;
  opacity: 0;
  object-fit: contain;
  transition: opacity 0.16s ease;
}
.pet-lightbox-stage img.pet-lightbox-image-loaded {
  opacity: 1;
}
.pet-lightbox-nav {
  align-self: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #f5f5f5;
}
.pet-lightbox-nav:focus,
.pet-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.pet-lightbox-nav[disabled] {
  color: rgba(255, 255, 255, 0.28);
  opacity: 1;
}
.pet-lightbox-meta {
  background: #111111;
  color: #dddddd;
  font-size: 13px;
  margin: 0;
  padding: 10px 15px 14px;
}
.pet-lightbox-count {
  color: #777777;
  font-size: 13px;
}
@media (max-width: 767px) {
  .pet-project-toolbar {
    align-items: stretch;
  }
  .pet-project-toolbar-form,
  .pet-project-toolbar-main,
  .pet-project-toolbar-actions,
  .pet-project-toolbar .input-group,
  .pet-project-select {
    width: 100%;
  }
  .pet-project-toolbar-actions {
    justify-content: flex-start;
  }
  .pet-project-segmented {
    width: 100%;
  }
  .pet-project-segmented .btn {
    flex: 1 1 0;
    min-width: 0;
  }
  .pet-lightbox-modal .modal-dialog {
    margin: 10px auto;
    width: calc(100vw - 20px);
  }
  .pet-lightbox-modal .modal-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .pet-lightbox-stage {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    min-height: 300px;
  }
}

