.pf-fatal-shots-page {
  background: #f5f5f5;
}

.pf-fs-feed {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 0 48px;
}

.pf-fs-feed__wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}

.pf-fs-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #263238;
  margin-bottom: 24px;
}

.pf-fs-breadcrumbs a {
  color: #263238;
  text-decoration: none;
}

.pf-fs-breadcrumbs a:hover {
  text-decoration: underline;
}

.pf-fs-breadcrumbs__sep {
  display: inline-flex;
  opacity: 0.7;
}

.pf-fs-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 14px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .pf-fs-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.pf-fs-search {
  position: relative;
  height: 40px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .pf-fs-search {
    height: 48px;
    margin-bottom: 40px;
  }
}

.pf-fs-search__input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  padding: 9px 56px 9px 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  font-size: 14px;
  outline: none;
}

.pf-fs-search__btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  border: none;
  border-radius: 0 8px 8px 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .pf-fs-search__btn {
    width: 48px;
  }
}

.pf-fs-toolbar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .pf-fs-toolbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.pf-fs-tags {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.pf-fs-tag {
  min-width: 96px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #263238;
  border: 1px solid #263238;
  background: #fff;
  cursor: pointer;
}

.pf-fs-tag--active {
  background: #263238;
  color: #fff;
  border-color: #263238;
}

.pf-fs-filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pf-fs-filters__label {
  font-size: 14px;
  font-weight: 500;
  color: #546e7a;
}

.pf-fs-filter-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #546e7a;
  border: 1px solid transparent;
  user-select: none;
}

.pf-fs-filter-chip input {
  accent-color: #263238;
}

.pf-fs-post {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.pf-fs-post__header {
  display: flex;
  gap: 12px;
  padding: 16px;
  align-items: center;
}

.pf-fs-post__avatar {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  object-fit: cover;
  background: #e5e7eb;
  flex-shrink: 0;
}

.pf-fs-post__name {
  font-weight: 600;
  color: #263238;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.pf-fs-post__name:hover {
  text-decoration: underline;
}

.pf-fs-post__loc {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #546e7a;
}

.pf-fs-post__media {
  width: 100%;
  display: block;
  max-height: 780px;
  object-fit: cover;
  background: #111;
}

.pf-fs-post__video {
  width: 100%;
  display: block;
  background: #111;
}

.pf-fs-post__actions {
  display: flex;
  border-top: 1px solid #eceff1;
}

.pf-fs-post__action {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 4px;
  border: none;
  background: transparent;
  color: #263238;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .pf-fs-post__action {
    flex-direction: row;
    gap: 8px;
  }
}

.pf-fs-post__desc {
  padding: 12px 16px 16px;
  font-size: 14px;
  color: #546e7a;
}

.pf-fs-post__desc p {
  margin: 0 0 4px;
}

.pf-fs-loader {
  display: flex;
  justify-content: center;
  padding: 32px;
}

.pf-fs-loader__spin {
  width: 40px;
  height: 40px;
  border: 3px solid #e5e7eb;
  border-top-color: #263238;
  border-radius: 50%;
  animation: pf-fs-spin 0.8s linear infinite;
}

@keyframes pf-fs-spin {
  to {
    transform: rotate(360deg);
  }
}

.pf-fs-empty {
  text-align: center;
  padding: 48px 16px;
  color: #546e7a;
}
