.renoves-favorite-media {
  position: relative;
}

.renoves-favorite-heart {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  height: 24px;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  text-align: center;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
  top: 12px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 24px;
  z-index: 5;
}

.renoves-favorite-heart::before {
  background: currentColor;
  content: "";
  display: block;
  filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.18));
  height: 100%;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2029%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M16%2028.2C8.1%2021.5%201.4%2015.6%201.4%208.6C1.4%203.9%204.8.8%209.2.8c2.6%200%205%201.3%206.8%203.6C17.8%202.1%2020.2.8%2022.8.8c4.4%200%207.8%203.1%207.8%207.8%200%207-6.7%2012.9-14.6%2019.6Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2029%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M16%2028.2C8.1%2021.5%201.4%2015.6%201.4%208.6C1.4%203.9%204.8.8%209.2.8c2.6%200%205%201.3%206.8%203.6C17.8%202.1%2020.2.8%2022.8.8c4.4%200%207.8%203.1%207.8%207.8%200%207-6.7%2012.9-14.6%2019.6Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  width: 100%;
}

.renoves-favorite-heart:hover,
.renoves-favorite-heart:focus-visible {
  color: #fff;
  outline: 0;
  opacity: 0.86;
  transform: scale(1.06);
}

.renoves-favorite-heart.is-active {
  color: #f4a8b6;
}

.renoves-favorite-tap-feedback {
  color: #f4a8b6;
  height: 56px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.66);
  width: 62px;
  z-index: 7;
  animation: renoves-favorite-pop 0.76s ease forwards;
}

.renoves-favorite-tap-feedback::before {
  background: currentColor;
  content: "";
  display: block;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.16));
  height: 100%;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2029%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M16%2028.2C8.1%2021.5%201.4%2015.6%201.4%208.6C1.4%203.9%204.8.8%209.2.8c2.6%200%205%201.3%206.8%203.6C17.8%202.1%2020.2.8%2022.8.8c4.4%200%207.8%203.1%207.8%207.8%200%207-6.7%2012.9-14.6%2019.6Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2029%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M16%2028.2C8.1%2021.5%201.4%2015.6%201.4%208.6C1.4%203.9%204.8.8%209.2.8c2.6%200%205%201.3%206.8%203.6C17.8%202.1%2020.2.8%2022.8.8c4.4%200%207.8%203.1%207.8%207.8%200%207-6.7%2012.9-14.6%2019.6Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  width: 100%;
}

.renoves-favorite-tap-feedback.is-removing {
  opacity: 0.9;
}

@keyframes renoves-favorite-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.66);
  }
  34% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -58%) scale(1.12);
  }
}

.renoves-favorites-floating {
  align-items: center;
  animation: renoves-favorites-floating-in 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(63, 53, 47, 0.16);
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  color: #3f352f;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: fixed;
  right: 24px;
  text-decoration: none;
  width: 48px;
  z-index: 1000;
}

@keyframes renoves-favorites-floating-in {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
  }
  70% {
    opacity: 1;
    transform: translateY(-2px) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.renoves-favorites-floating:hover,
.renoves-favorites-floating:focus-visible {
  color: #3f352f;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .renoves-favorites-floating {
    animation: none;
  }
}

.renoves-favorites-floating__heart {
  color: #f4a8b6;
  display: block;
  height: 22px;
  width: 24px;
}

.renoves-favorites-floating__heart::before {
  background: currentColor;
  content: "";
  display: block;
  height: 100%;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2029%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M16%2028.2C8.1%2021.5%201.4%2015.6%201.4%208.6C1.4%203.9%204.8.8%209.2.8c2.6%200%205%201.3%206.8%203.6C17.8%202.1%2020.2.8%2022.8.8c4.4%200%207.8%203.1%207.8%207.8%200%207-6.7%2012.9-14.6%2019.6Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2029%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M16%2028.2C8.1%2021.5%201.4%2015.6%201.4%208.6C1.4%203.9%204.8.8%209.2.8c2.6%200%205%201.3%206.8%203.6C17.8%202.1%2020.2.8%2022.8.8c4.4%200%207.8%203.1%207.8%207.8%200%207-6.7%2012.9-14.6%2019.6Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  width: 100%;
}

.renoves-favorites-floating__label {
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.renoves-favorites-floating__count {
  align-items: center;
  background: #f4a8b6;
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 6px;
  position: absolute;
  right: -7px;
  top: -7px;
}

.renoves-article-favorite {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid #d8d1cc;
  border-radius: 999px;
  color: #3f352f;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  gap: 8px;
  line-height: 1;
  margin: 0 0 24px;
  padding: 10px 14px;
}

.renoves-article-favorite:hover,
.renoves-article-favorite:focus-visible {
  border-color: #bfb5ae;
  outline: 0;
}

.renoves-article-favorite__heart {
  color: #c8bdb5;
  display: block;
  height: 15px;
  width: 16px;
}

.renoves-article-favorite__heart::before {
  background: currentColor;
  content: "";
  display: block;
  height: 100%;
  mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2029%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M16%2028.2C8.1%2021.5%201.4%2015.6%201.4%208.6C1.4%203.9%204.8.8%209.2.8c2.6%200%205%201.3%206.8%203.6C17.8%202.1%2020.2.8%2022.8.8c4.4%200%207.8%203.1%207.8%207.8%200%207-6.7%2012.9-14.6%2019.6Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%2032%2029%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M16%2028.2C8.1%2021.5%201.4%2015.6%201.4%208.6C1.4%203.9%204.8.8%209.2.8c2.6%200%205%201.3%206.8%203.6C17.8%202.1%2020.2.8%2022.8.8c4.4%200%207.8%203.1%207.8%207.8%200%207-6.7%2012.9-14.6%2019.6Z%27/%3E%3C/svg%3E") center / contain no-repeat;
  width: 100%;
}

.renoves-article-favorite.is-active .renoves-article-favorite__heart {
  color: #f4a8b6;
}

.renoves-article-favorite-bottom {
  margin: 28px 0 36px;
  text-align: center;
}

.renoves-article-favorite-bottom .renoves-article-favorite {
  margin-bottom: 0;
}

.renoves-favorites-page {
  margin: 0 auto;
  max-width: 1120px;
  padding: 80px 20px;
}

.renoves-favorites-page__head {
  margin-bottom: 32px;
  text-align: center;
}

.renoves-favorites-page__head h1 {
  font-size: 32px;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.renoves-favorites-page__head p {
  color: #6d625c;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.renoves-favorites-explore {
  margin-top: 24px;
  text-align: center;
}

.renoves-favorites-explore-link {
  align-items: center;
  background: #3f352f;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  line-height: 1;
  padding: 12px 18px;
  text-decoration: none;
  white-space: nowrap;
}

.renoves-favorites-page__head .renoves-favorites-explore-link {
  margin-top: 18px;
}

.renoves-favorites-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.renoves-favorites-toolbar p {
  margin: 0;
}

.renoves-favorites-toolbar__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.renoves-favorites-toolbar__actions a {
  font-size: 12px;
  padding: 9px 14px;
}

.renoves-favorites-tabs,
.renoves-favorites-categories,
.renoves-favorites-point-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 18px;
}

.renoves-favorites-categories {
  gap: 8px;
  margin-bottom: 24px;
}

.renoves-favorites-point-filter {
  gap: 8px;
  margin-bottom: 24px;
}

.renoves-favorites-tabs button,
.renoves-favorites-categories button,
.renoves-favorites-point-filter button,
.renoves-favorites-toolbar button,
.renoves-favorites-card__actions button,
.renoves-favorites-point-tags button,
.renoves-favorites-lightbox__copy {
  appearance: none;
  background: transparent;
  border: 1px solid #d8d1cc;
  border-radius: 999px;
  color: #6d625c;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  padding: 8px 12px;
}

.renoves-favorites-tabs button {
  font-size: 13px;
  padding: 10px 18px;
}

.renoves-favorites-categories button {
  color: #6d625c;
  font-size: 12px;
}

.renoves-favorites-tabs button.is-active,
.renoves-favorites-categories button.is-active,
.renoves-favorites-point-filter button.is-active {
  background: #3f352f;
  border-color: #3f352f;
  color: #fff;
}

.renoves-favorites-grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(var(--renoves-favorites-columns, 5), minmax(0, 1fr));
  touch-action: manipulation;
}

.renoves-favorites-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  transform-origin: center top;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.renoves-favorites-card.is-removing {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.97);
}

.renoves-favorites-card__image {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: zoom-in;
  display: block;
  line-height: 0;
  padding: 0;
  width: 100%;
}

.renoves-favorites-card__image img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  transition: filter 0.18s ease, transform 0.18s ease;
  width: 100%;
}

.renoves-favorites-card__image:hover img,
.renoves-favorites-card__image:focus-visible img {
  filter: brightness(0.92);
}

.renoves-favorites-card__image:focus-visible {
  outline: 2px solid #3f352f;
  outline-offset: -2px;
}

.renoves-favorites-card__image.is-tapped img {
  transform: scale(0.965);
}

.renoves-favorites-card__body {
  padding: 13px;
}

.renoves-favorites-card__body h2 {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 8px;
}

.renoves-favorites-card__body p {
  color: #6d625c;
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 14px;
}

.renoves-favorites-card__meta {
  color: #8b8079;
  font-size: 12px;
  line-height: 1.5;
  margin: -2px 0 12px;
}

.renoves-favorites-card__actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.renoves-favorites-card__actions a {
  background: #3f352f;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 9px 13px;
  text-decoration: none;
}

.renoves-favorites-card__remove {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.renoves-favorites-card__remove span {
  display: block;
  height: 28px;
  line-height: 0;
  width: 28px;
}

.renoves-favorites-card__remove svg {
  display: block;
  fill: currentColor;
  height: 100%;
  width: 100%;
}

.renoves-favorites-empty {
  background: #f8f5f2;
  border-radius: 8px;
  padding: 48px 24px;
  text-align: center;
}

.renoves-favorites-empty h2 {
  font-size: 22px;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.renoves-favorites-empty p {
  color: #6d625c;
  line-height: 1.8;
  margin: 0;
}

.renoves-favorites-empty__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
}

.renoves-favorites-empty__links a {
  background: #3f352f;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 12px 18px;
  text-decoration: none;
}

.renoves-favorites-more {
  margin-top: 30px;
  text-align: center;
}

.renoves-favorites-more button {
  appearance: none;
  background: #fff;
  border: 1px solid #d8d1cc;
  border-radius: 999px;
  color: #3f352f;
  cursor: pointer;
  font-size: 13px;
  padding: 12px 28px;
}

.renoves-favorites-lightbox-open {
  overflow: hidden;
}

.renoves-favorites-lightbox {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.18s ease;
  z-index: 10000;
}

.renoves-favorites-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.renoves-favorites-lightbox__backdrop {
  background: rgba(25, 20, 18, 0.68);
  inset: 0;
  position: absolute;
}

.renoves-favorites-lightbox__dialog {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  height: calc(100vh - 48px);
  max-width: calc(100vw - 48px);
  overflow: auto;
  padding: 0 0 74px;
  position: relative;
  transform: translateY(8px) scale(0.98);
  transition: transform 0.18s ease;
  width: min(720px, calc(100vw - 48px));
}

.renoves-favorites-lightbox.is-open .renoves-favorites-lightbox__dialog {
  transform: translateY(0) scale(1);
}

.renoves-favorites-lightbox__close {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid #d8d1cc;
  border-radius: 999px;
  color: #3f352f;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0 16px;
  position: fixed;
  bottom: calc(env(safe-area-inset-bottom) + 18px);
  left: 18px;
  width: auto;
  z-index: 10001;
}

.renoves-favorites-lightbox__nav {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d8d1cc;
  border-radius: 999px;
  color: #3f352f;
  cursor: pointer;
  display: inline-flex;
  font-size: 34px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  z-index: 1;
}

.renoves-favorites-lightbox__nav--prev {
  left: -22px;
}

.renoves-favorites-lightbox__nav--next {
  right: -22px;
}

.renoves-favorites-lightbox__feed {
  background: #fff;
}

.renoves-favorites-lightbox__item {
  border-bottom: 1px solid #eee8e3;
  box-sizing: border-box;
  min-height: 0;
  padding: 0 0 12px;
  scroll-margin-top: 0;
}

.renoves-favorites-lightbox__top {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 0 14px;
  min-height: 38px;
  padding: 12px 18px;
  position: sticky;
  top: 0;
  z-index: 2;
}

.renoves-favorites-lightbox__top h2 {
  flex: 1 1 auto;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.renoves-favorites-lightbox__top-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  margin-left: auto;
  position: relative;
}

.renoves-favorites-lightbox__view {
  background: #3f352f;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 9px 13px;
  text-decoration: none;
  white-space: nowrap;
}

.renoves-favorites-lightbox__share {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid #d8d1cc;
  border-radius: 999px;
  color: #3f352f;
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.renoves-favorites-lightbox__share svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.renoves-favorites-share-panel {
  background: #fff;
  border: 1px solid #eee8e3;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  min-width: 150px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 3;
}

.renoves-favorites-share-panel a,
.renoves-favorites-share-panel button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 6px;
  box-sizing: border-box;
  color: #3f352f;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  padding: 9px 10px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.renoves-favorites-share-panel a:hover,
.renoves-favorites-share-panel button:hover,
.renoves-favorites-share-panel a:focus-visible,
.renoves-favorites-share-panel button:focus-visible {
  background: #f8f5f2;
  outline: 0;
}

.renoves-favorites-lightbox__image {
  background: #f8f5f2;
  display: block;
  height: auto;
  max-height: calc(100vh - 190px);
  object-fit: contain;
  width: 100%;
}

.renoves-favorites-lightbox__text {
  padding: 8px 18px 0;
}

.renoves-favorites-lightbox__text p {
  color: #6d625c;
  font-size: 13px;
  line-height: 1.7;
  margin: 4px 0 0;
}

.renoves-favorites-editorbar {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.renoves-favorites-editor-toggle {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid #d8d1cc;
  border-radius: 999px;
  color: #3f352f;
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
  width: 34px;
}

.renoves-favorites-editor-toggle svg {
  fill: currentColor;
  height: 17px;
  width: 17px;
}

.renoves-favorites-editor-toggle.is-active {
  border-color: #f4a8b6;
  color: #f4a8b6;
}

.renoves-favorites-editor-toggle.is-open {
  background: #3f352f;
  border-color: #3f352f;
  color: #fff;
  transform: scale(1.04);
}

.renoves-favorites-editor-panel {
  background: #fff;
  border: 1px solid #eee8e3;
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px;
}

.renoves-favorites-point-tags {
  margin-top: 0;
}

.renoves-favorites-point-tags p {
  color: #8b8079;
  font-size: 12px;
  margin: 0 0 8px;
}

.renoves-favorites-point-tags div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.renoves-favorites-point-tags button {
  font-size: 12px;
  padding: 7px 10px;
}

.renoves-favorites-point-tags button.is-active {
  background: #f4a8b6;
  border-color: #f4a8b6;
  color: #fff;
}

.renoves-favorites-point-tags button.is-popping {
  animation: renoves-favorite-chip-pop 0.22s ease;
}

@keyframes renoves-favorite-chip-pop {
  50% {
    transform: scale(1.08);
  }
}

.renoves-favorites-custom-tag {
  box-sizing: border-box;
  display: flex;
  gap: 7px;
  margin-top: 10px;
}

.renoves-favorites-custom-tag input {
  border: 1px solid #d8d1cc;
  border-radius: 999px;
  box-sizing: border-box;
  color: #3f352f;
  flex: 1 1 auto;
  font-size: 13px;
  min-width: 0;
  padding: 9px 12px;
}

.renoves-favorites-custom-tag button {
  flex: 0 0 auto;
}

.renoves-favorites-photo-comments {
  display: grid;
  gap: 12px;
}

.renoves-favorites-photo-comments__list {
  display: grid;
  gap: 10px;
}

.renoves-favorites-photo-comment {
  background: #f8f5f2;
  border-radius: 8px;
  padding: 10px;
}

.renoves-favorites-photo-comment p {
  color: #3f352f;
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 6px;
  white-space: pre-wrap;
}

.renoves-favorites-photo-comment time {
  color: #8b8079;
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 8px;
}

.renoves-favorites-photo-comment__actions,
.renoves-favorites-photo-comment__edit div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.renoves-favorites-photo-comment__edit div {
  justify-content: flex-end;
}

.renoves-favorites-photo-comment__actions button,
.renoves-favorites-photo-comment__edit button,
.renoves-favorites-photo-comment-form button {
  appearance: none;
  background: #fff;
  border: 1px solid #d8d1cc;
  border-radius: 999px;
  color: #3f352f;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  padding: 8px 11px;
}

.renoves-favorites-photo-comment__edit {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.renoves-favorites-photo-comment-form {
  display: grid;
  gap: 8px;
}

.renoves-favorites-photo-comment-form > button {
  justify-self: end;
}

.renoves-favorites-comment-tips {
  background: #f8f5f2;
  border-radius: 8px;
  padding: 10px;
}

.renoves-favorites-comment-tips p {
  color: #8b8079;
  font-size: 12px;
  margin: 0 0 8px;
}

.renoves-favorites-comment-tips div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.renoves-favorites-comment-tips button {
  appearance: none;
  background: #fff;
  border: 1px solid #d8d1cc;
  border-radius: 999px;
  color: #3f352f;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  padding: 8px 10px;
}

.renoves-favorites-photo-comment__edit textarea,
.renoves-favorites-photo-comment-form textarea {
  border: 1px solid #d8d1cc;
  border-radius: 8px;
  box-sizing: border-box;
  color: #3f352f;
  font-size: 13px;
  line-height: 1.7;
  padding: 10px 12px;
  resize: vertical;
  width: 100%;
}

.renoves-favorites-lightbox__copy {
  background: #fff;
  color: #3f352f;
  cursor: pointer;
}

.renoves-favorites-guide {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(63, 53, 47, 0.14);
  border-radius: 8px;
  bottom: 82px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  color: #3f352f;
  max-width: 240px;
  padding: 14px 36px 14px 14px;
  position: fixed;
  right: 24px;
  z-index: 999;
}

.renoves-favorites-guide p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.renoves-favorites-guide__close {
  appearance: none;
  background: transparent;
  border: 0;
  color: #8b8079;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 4px;
  position: absolute;
  right: 6px;
  top: 6px;
}

@media (max-width: 767px) {
  .renoves-favorite-heart {
    height: 20px;
    right: 10px;
    top: 10px;
    width: 20px;
  }

  .renoves-favorites-floating {
    bottom: calc(env(safe-area-inset-bottom) + 72px);
    height: 44px;
    padding: 0;
    right: 12px;
    width: 44px;
  }

  .renoves-favorites-page {
    max-width: none;
    padding: 56px 0;
    width: 100%;
  }

  .renoves-favorites-page__head,
  .renoves-favorites-toolbar,
  .renoves-favorites-tabs,
  .renoves-favorites-categories,
  .renoves-favorites-point-filter,
  .renoves-favorites-explore,
  .renoves-favorites-empty,
  .renoves-favorites-more {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  .renoves-article-favorite {
    font-size: 12px;
    margin-bottom: 18px;
    padding: 9px 12px;
  }

  .renoves-article-favorite-bottom {
    margin: 22px 0 30px;
    text-align: left;
  }

  .renoves-favorites-grid {
    gap: 2px;
  }

  .renoves-favorites-tabs,
  .renoves-favorites-categories,
  .renoves-favorites-point-filter {
    justify-content: flex-start;
  }

  .renoves-favorites-tabs button,
  .renoves-favorites-categories button,
  .renoves-favorites-point-filter button {
    font-size: 11px;
    padding: 8px 10px;
  }

  .renoves-favorites-toolbar__actions {
    gap: 8px;
  }

  .renoves-favorites-toolbar__actions a {
    font-size: 11px;
    padding: 8px 10px;
  }

  .renoves-favorites-explore-link {
    font-size: 12px;
    padding: 10px 14px;
  }

  .renoves-favorites-custom-tag input,
  .renoves-favorites-photo-comment__edit textarea,
  .renoves-favorites-photo-comment-form textarea {
    font-size: 16px;
  }

  .renoves-favorites-photo-comment__edit textarea,
  .renoves-favorites-photo-comment-form textarea {
    min-height: 96px;
    resize: none;
  }

  .renoves-favorites-card__body {
    padding: 6px;
  }

  .renoves-favorites-card__body h2 {
    display: none;
  }

  .renoves-favorites-card__body p {
    display: none;
  }

  .renoves-favorites-card__meta {
    display: none;
  }

  .renoves-favorites-empty__links {
    align-items: center;
    flex-direction: column;
  }

  .renoves-favorites-empty__links a {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }

  .renoves-favorites-card__actions {
    align-items: center;
    flex-direction: row;
    gap: 4px;
    justify-content: space-between;
  }

  .renoves-favorites-card__actions a {
    box-sizing: border-box;
    font-size: 0;
    height: 24px;
    padding: 0;
    position: relative;
    width: 24px;
  }

  .renoves-favorites-card__actions a::before {
    content: "↗";
    display: block;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
  }

  .renoves-favorites-card__actions button {
    box-sizing: border-box;
    height: 24px;
    padding: 0;
    width: 24px;
  }

  .renoves-favorites-card__remove span {
    height: 14px;
    width: 14px;
  }

  .renoves-favorites-lightbox__dialog {
    border-radius: 0;
    height: 100vh;
    max-width: 100vw;
    width: 100vw;
  }

  .renoves-favorites-lightbox__close {
    bottom: calc(env(safe-area-inset-bottom) + 12px);
    height: 38px;
    left: 12px;
    padding: 0 14px;
  }

  .renoves-favorites-lightbox__nav {
    background: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    height: 38px;
    width: 38px;
  }

  .renoves-favorites-lightbox__nav--prev {
    left: 4px;
  }

  .renoves-favorites-lightbox__nav--next {
    right: 4px;
  }

  .renoves-favorites-lightbox__image {
    max-height: calc(100vh - 170px);
  }

  .renoves-favorites-lightbox__item {
    min-height: 0;
    padding: 0 0 12px;
  }

  .renoves-favorites-lightbox__top {
    gap: 8px;
    margin: 0 0 12px;
    padding: 10px 12px;
  }

  .renoves-favorites-lightbox__text {
    padding: 8px 12px 0;
  }

  .renoves-favorites-lightbox__top h2 {
    font-size: 13px;
  }

  .renoves-favorites-lightbox__view {
    font-size: 12px;
    padding: 8px 10px;
  }

  .renoves-favorites-lightbox__share {
    height: 32px;
    width: 32px;
  }

  .renoves-favorites-editorbar {
    margin-top: 8px;
  }

  .renoves-favorites-editor-panel {
    padding: 10px;
  }

  .renoves-favorites-guide {
    bottom: calc(env(safe-area-inset-bottom) + 136px);
    max-width: 220px;
    right: 12px;
  }

  .renoves-favorites-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
    padding-bottom: 78px;
