.community-feed {
  --feed-primary: #157a61;
  --feed-primary-dark: #0f5f4b;
  --feed-accent: #0f8276;
  --feed-like: #dd5f65;
  --feed-ink: #142620;
  --feed-muted: #697b74;
  --feed-line: rgba(21, 122, 97, 0.12);
  --feed-soft: #e8f4f0;
  --feed-glass: rgba(255, 255, 255, 0.79);
  width: 100%;
  max-width: 1520px;
  margin: 0 auto 2.5rem;
  color: var(--feed-ink);
}

.community-feed a {
  text-decoration: none;
}

.community-feed button,
.community-feed input {
  font: inherit;
}

.community-feed__guest-nav {
  position: sticky;
  top: 0.55rem;
  z-index: 30;
  min-height: 70px;
  display: grid;
  grid-template-columns: minmax(210px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  margin: 0.7rem 0 1rem;
  padding: 0.55rem 0.65rem 0.55rem 0.8rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  background: rgba(249, 252, 251, 0.86);
  box-shadow: 0 15px 42px rgba(17, 59, 47, 0.1);
  backdrop-filter: blur(22px);
}

.guest-nav__brand,
.guest-nav__actions,
.guest-nav__register,
.guest-nav__message > span {
  display: flex;
  align-items: center;
}

.guest-nav__brand {
  min-width: 0;
  gap: 0.65rem;
  color: var(--feed-ink);
}

.guest-nav__brand:hover {
  color: var(--feed-ink);
}

.guest-nav__brand img {
  width: 66px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: contain;
}

.guest-nav__brand > span,
.guest-nav__message {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.guest-nav__brand > span {
  gap: 0.05rem;
}

.guest-nav__brand strong {
  overflow: hidden;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guest-nav__brand small {
  color: #7b8c85;
  font-size: 0.55rem;
}

.guest-nav__message {
  align-items: center;
  gap: 0.1rem;
  text-align: center;
}

.guest-nav__message > span {
  gap: 0.28rem;
  color: var(--feed-primary);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.guest-nav__message p {
  margin: 0;
  overflow: hidden;
  color: #65766f;
  font-size: 0.65rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.guest-nav__actions {
  gap: 0.4rem;
}

.guest-nav__login {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.68rem;
  border-radius: 5px;
  color: #50645c;
  font-size: 0.66rem;
  font-weight: 750;
}

.guest-nav__login:hover {
  background: #edf5f2;
  color: var(--feed-primary-dark);
}

.guest-nav__register {
  position: relative;
  min-height: 42px;
  gap: 0.45rem;
  padding: 0.55rem 0.72rem;
  overflow: hidden;
  border: 1px solid rgba(13, 102, 80, 0.18);
  border-radius: 5px;
  background: linear-gradient(135deg, #45ab8d, #27866c);
  box-shadow: 0 8px 18px rgba(31, 130, 102, 0.18);
  color: #fff;
  font-size: 0.64rem;
  font-weight: 800;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.guest-nav__register::before {
  content: "";
  position: absolute;
  top: -80%;
  left: -42%;
  width: 28%;
  height: 260%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  pointer-events: none;
  transform: rotate(18deg);
  animation: guestRegisterShine 5s ease-in-out infinite;
}

.guest-nav__register > * {
  position: relative;
  z-index: 1;
}

.guest-nav__register:hover {
  box-shadow: 0 11px 24px rgba(17, 111, 87, 0.28);
  color: #fff;
  transform: translateY(-1px);
}

@keyframes guestRegisterShine {
  0%, 62% { left: -42%; opacity: 0; }
  68% { opacity: 0.85; }
  84%, 100% { left: 118%; opacity: 0; }
}

.community-feed__hero {
  position: relative;
  min-height: 245px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 2rem;
  align-items: end;
  padding: 2.2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 6px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(237, 248, 244, 0.72)),
    radial-gradient(circle at 87% 3%, rgba(15, 130, 118, 0.22), transparent 18rem);
  box-shadow: 0 18px 48px rgba(24, 64, 52, 0.08);
  backdrop-filter: blur(18px);
}

.community-feed__hero::after {
  content: "";
  position: absolute;
  top: -110px;
  right: 14%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(21, 122, 97, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.community-feed__hero > * {
  position: relative;
  z-index: 1;
}

.community-feed__eyebrow {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-bottom: 0.8rem;
  padding: 0.32rem 0.55rem;
  border-radius: 4px;
  background: #dcf2ea;
  color: #11634e;
  font-size: 0.67rem;
  font-weight: 700;
}

.community-feed__hero h1 {
  margin: 0;
  color: var(--feed-ink);
  font-size: clamp(2.1rem, 3.3vw, 3.35rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.community-feed__hero-copy > p {
  max-width: 660px;
  margin: 0.9rem 0 1.05rem;
  color: var(--feed-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.community-feed__hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
  color: #65776f;
  font-size: 0.68rem;
  font-weight: 600;
}

.community-feed__hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.community-feed__hero-meta i {
  color: var(--feed-primary);
}

.community-feed__create {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(24, 64, 52, 0.08);
  color: var(--feed-ink);
  text-align: left;
  cursor: pointer;
  backdrop-filter: blur(16px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.community-feed__create:hover {
  box-shadow: 0 15px 34px rgba(24, 64, 52, 0.12);
  transform: translateY(-2px);
}

.community-feed__create--guest {
  color: var(--feed-ink);
}

.community-feed__create-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: var(--feed-primary);
  color: #fff;
}

.community-feed__create > span:nth-child(2) {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.community-feed__create small {
  overflow: hidden;
  color: var(--feed-muted);
  font-size: 0.61rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community-feed__create strong {
  font-size: 0.75rem;
}

.community-feed__create > i {
  color: var(--feed-primary);
  font-size: 0.7rem;
}

.community-feed__filters {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0;
  padding: 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  background: rgba(247, 251, 249, 0.87);
  box-shadow: 0 10px 28px rgba(24, 64, 52, 0.06);
  backdrop-filter: blur(18px);
}

.community-feed__filters > div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.community-feed__filters a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.48rem 0.7rem;
  border-radius: 4px;
  color: #71827c;
  font-size: 0.68rem;
  font-weight: 700;
}

.community-feed__filters a:hover {
  background: var(--feed-soft);
  color: var(--feed-primary-dark);
}

.community-feed__filters a.is-active {
  background: #fff;
  box-shadow: 0 4px 12px rgba(24, 64, 52, 0.09);
  color: var(--feed-primary-dark);
}

.community-feed__filters > span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding-right: 0.5rem;
  color: #82918c;
  font-size: 0.63rem;
  font-weight: 600;
}

.community-feed__mobile-insights {
  display: none;
}

@keyframes mobile-insight-flame {
  0%, 100% { transform: translateY(0) rotate(-3deg) scale(1); filter: drop-shadow(0 3px 5px rgba(226, 84, 37, 0.28)); }
  35% { transform: translateY(-2px) rotate(4deg) scale(1.08, 0.96); filter: drop-shadow(0 5px 8px rgba(239, 119, 44, 0.45)); }
  70% { transform: translateY(1px) rotate(-1deg) scale(0.96, 1.06); }
}

@keyframes mobile-insight-live {
  0%, 100% { box-shadow: 0 0 0 0 rgba(25, 152, 111, 0.42); }
  55% { box-shadow: 0 0 0 4px rgba(25, 152, 111, 0); }
}

@keyframes mobile-insight-dock-in {
  from { opacity: 0; transform: translateX(18px) scale(0.94); }
  to { opacity: 1; transform: translateX(0) scale(1); }
}

.community-feed__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(285px, 315px);
  gap: 1rem;
  align-items: start;
}

.community-feed__stream {
  min-width: 0;
}

.composer-card,
.article-card,
.feed-widget,
.community-feed__empty {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  background: var(--feed-glass);
  box-shadow: 0 14px 36px rgba(24, 64, 52, 0.07);
  backdrop-filter: blur(16px);
}

.composer-card {
  margin-bottom: 1rem;
  padding: 0.9rem;
}

.composer-top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
}

.composer-avatar,
.modal-avatar,
.user-avatar,
.user-avatar img {
  object-fit: cover;
}

.composer-avatar,
.modal-avatar {
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(24, 64, 52, 0.1);
}

.composer-input {
  min-width: 0;
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--feed-line);
  border-radius: 5px;
  background: rgba(243, 248, 246, 0.78);
  color: #7a8984;
  font-size: 0.71rem;
  text-align: left;
  cursor: pointer;
}

.composer-input:hover {
  border-color: rgba(21, 122, 97, 0.22);
  background: #fff;
}

.composer-input span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.composer-input i {
  color: var(--feed-primary);
}

.composer-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  margin-top: 0.75rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--feed-line);
}

.composer-action-btn {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding: 0.45rem;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #667871;
  font-size: 0.66rem;
  font-weight: 700;
  cursor: pointer;
}

.composer-action-btn:hover {
  background: var(--feed-soft);
  color: var(--feed-primary-dark);
}

.composer-action-btn__icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 4px;
}

.composer-action-btn__icon--photo {
  background: #e3f3ec;
  color: #22866a;
}

.composer-action-btn__icon--video {
  background: #f6e9e7;
  color: #b46057;
}

.composer-action-btn__icon--article {
  background: #e5f0f4;
  color: #39778d;
}

.articles-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.article-card {
  overflow: hidden;
  scroll-margin-top: 78px;
}

@keyframes trending-card-highlight {
  0%, 100% {
    border-color: rgba(21, 122, 97, 0.38);
    box-shadow: 0 18px 46px rgba(21, 122, 97, 0.13);
  }
  18%, 58% {
    border-color: rgba(38, 176, 137, 0.95);
    box-shadow:
      0 0 0 3px rgba(49, 193, 151, 0.18),
      0 0 30px rgba(31, 166, 126, 0.34),
      0 20px 48px rgba(21, 122, 97, 0.18);
  }
  36%, 76% {
    border-color: rgba(21, 122, 97, 0.48);
    box-shadow:
      0 0 0 1px rgba(49, 193, 151, 0.08),
      0 0 12px rgba(31, 166, 126, 0.12),
      0 18px 46px rgba(21, 122, 97, 0.13);
  }
}

.article-card:target {
  animation: trending-card-highlight 2.35s ease-out both;
}

.article-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem 0.6rem;
}

.article-header .user-info {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.user-avatar {
  width: 40px;
  height: 40px;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: var(--feed-soft);
  box-shadow: 0 4px 10px rgba(24, 64, 52, 0.09);
}

.user-avatar img {
  width: 100%;
  height: 100%;
  display: block;
}

.user-avatar--small {
  width: 31px;
  height: 31px;
}

.user-profile-link {
  transition: color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.user-avatar.user-profile-link:hover {
  box-shadow: 0 6px 16px rgba(21, 122, 97, 0.2);
  transform: translateY(-1px);
}

.username.user-profile-link:hover,
.comment-author__name:hover {
  color: var(--feed-primary);
}

.user-details {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}

.user-details__identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.38rem;
}

.user-details__identity small,
.comment-author__self {
  padding: 0.12rem 0.3rem;
  border-radius: 3px;
  background: var(--feed-soft);
  color: var(--feed-primary-dark);
  font-size: 0.5rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.username {
  color: var(--feed-ink);
  font-size: 0.73rem;
  font-weight: 700;
}

.date {
  color: #87968f;
  font-size: 0.6rem;
  line-height: 1.35;
}

.article-menu {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.btn-icon,
.comment-actions button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #81918b;
  font-size: 0.67rem;
  cursor: pointer;
}

.btn-icon:hover,
.comment-actions button:hover {
  background: var(--feed-soft);
  color: var(--feed-primary);
}

.btn-icon.danger:hover,
.comment-actions .delete-comment-btn:hover {
  background: #f8eaea;
  color: #b74f52;
}

.article-content {
  padding: 0.55rem 1rem 0.85rem;
}

.article-content h2 {
  margin: 0 0 0.65rem;
  color: var(--feed-ink);
  font-size: 1.05rem;
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.article-body {
  position: relative;
  max-height: 180px;
  overflow: hidden;
  color: #53665e;
  font-size: 0.75rem;
  line-height: 1.68;
}

.article-body.expanded {
  max-height: none;
}

.article-body:not(.expanded)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 38px;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.95));
  pointer-events: none;
}

.article-body p {
  margin: 0 0 0.65rem;
}

.article-body p:last-child {
  margin-bottom: 0;
}

.article-body h2,
.article-body h3 {
  margin: 0.9rem 0 0.45rem;
  color: var(--feed-ink);
  font-size: 0.9rem;
}

.article-body ul,
.article-body ol {
  margin: 0.6rem 0;
  padding-left: 1.2rem;
}

.article-body a {
  color: var(--feed-primary);
  font-weight: 600;
}

.see-more-btn {
  margin-top: 0.55rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--feed-primary-dark);
  font-size: 0.66rem;
  font-weight: 700;
  cursor: pointer;
}

.article-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #dfece8;
}

.article-media--image {
  max-height: 610px;
  cursor: pointer;
  user-select: none;
}

.article-image,
.article-media video {
  width: 100%;
  display: block;
}

.article-image {
  max-height: 610px;
  object-fit: cover;
}

.article-media video {
  max-height: 600px;
  background: #0c1714;
}

.article-like-burst {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 4rem;
  filter: drop-shadow(0 8px 15px rgba(80, 20, 20, 0.26));
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.35);
}

.article-like-burst.is-visible {
  animation: feedHeartBurst 0.65s ease both;
}

@keyframes feedHeartBurst {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.35); }
  30% { opacity: 1; transform: translate(-50%, -50%) scale(1.12); }
  70% { opacity: 1; transform: translate(-50%, -50%) scale(0.92); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.35); }
}

.article-engagement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 42px;
  padding: 0.5rem 1rem;
  color: #7c8c86;
  font-size: 0.62rem;
}

.article-engagement__item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.article-engagement__icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0.56rem;
  box-shadow: 0 3px 8px rgba(26, 68, 55, 0.12);
}

.article-engagement__icon--like {
  background: linear-gradient(145deg, #ef8a85, var(--feed-like));
}

.article-engagement__icon--comment {
  background: linear-gradient(145deg, #61bca2, var(--feed-primary));
}

.article-engagement strong {
  color: #52675f;
  font-size: 0.66rem;
}

.article-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.48rem;
  padding: 0.62rem 0.7rem;
  border-top: 1px solid var(--feed-line);
  background: rgba(249, 252, 251, 0.74);
}

.btn-action {
  min-width: 0;
  min-height: 52px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.5rem;
  padding: 0.42rem 0.55rem;
  border: 1px solid rgba(40, 89, 74, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.86);
  color: #667871;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(29, 70, 57, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.btn-action:hover {
  border-color: rgba(21, 122, 97, 0.22);
  background: #fff;
  color: var(--feed-primary-dark);
  box-shadow: 0 6px 16px rgba(29, 70, 57, 0.08);
  transform: translateY(-1px);
}

.btn-action__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: #edf5f2;
  color: var(--feed-primary);
  font-size: 0.75rem;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.btn-action:hover .btn-action__icon {
  transform: scale(1.04);
}

.like-btn .btn-action__icon {
  background: #fbefee;
  color: #c96f6b;
}

.share-btn .btn-action__icon {
  background: #edf3f8;
  color: #547b91;
}

.btn-action__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.btn-action__copy strong {
  color: currentColor;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.15;
}

.btn-action__copy small {
  overflow: hidden;
  color: #8b9994;
  font-size: 0.53rem;
  font-weight: 500;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-action .count {
  min-width: 21px;
  min-height: 21px;
  display: inline-grid;
  place-items: center;
  padding: 0 0.25rem;
  border-radius: 4px;
  background: rgba(21, 122, 97, 0.08);
  font-size: 0.57rem;
  font-weight: 800;
}

.like-btn.active {
  border-color: rgba(205, 105, 101, 0.22);
  background: #fff9f8;
  color: var(--feed-like);
}

.like-btn.active .btn-action__icon {
  background: var(--feed-like);
  color: #fff;
  box-shadow: 0 5px 12px rgba(205, 105, 101, 0.22);
}

.share-btn.is-copied {
  background: #e2f3ec;
  color: var(--feed-primary-dark);
}

.share-btn.is-copied .btn-action__icon {
  background: var(--feed-primary);
  color: #fff;
}

.comments-section {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  border-top: 0 solid var(--feed-line);
  background: linear-gradient(180deg, rgba(240, 247, 244, 0.8), rgba(248, 251, 250, 0.92));
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease;
}

.comments-section.expanded {
  max-height: 1300px;
  overflow-y: auto;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  border-top-width: 1px;
  opacity: 1;
}

/* Public, indexable article page */
.article-public-page {
  max-width: 1240px;
}

.article-public__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1rem 0;
}

.article-public__toolbar a,
.article-public__toolbar button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--feed-line);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--feed-primary-dark);
  font-size: 0.72rem;
  font-weight: 750;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.article-public__toolbar button.is-copied {
  border-color: rgba(21, 122, 97, 0.32);
  background: #e2f3ec;
}

.article-public__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 1rem;
  align-items: start;
}

.article-public__card,
.article-public__cta {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  background: var(--feed-glass);
  box-shadow: 0 18px 48px rgba(24, 64, 52, 0.09);
  backdrop-filter: blur(16px);
}

.article-public__card {
  overflow: hidden;
}

.article-public__content {
  padding: 0.5rem 1.1rem 1.2rem;
}

.article-public__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.65rem;
  color: var(--feed-primary);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-public__content h1 {
  max-width: 820px;
  margin: 0 0 0.9rem;
  color: var(--feed-ink);
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.article-public__content .article-body {
  max-height: none;
  color: #4f635c;
  font-size: 0.91rem;
  line-height: 1.75;
}

.article-public__content .article-body::after {
  display: none;
}

.article-public__media {
  display: block;
  margin: 0;
  background: #dfeae6;
}

.article-public__media img,
.article-public__media video {
  width: 100%;
  max-height: 620px;
  display: block;
  object-fit: cover;
}

.article-public__engagement {
  border-top: 1px solid var(--feed-line);
}

.article-public__comments {
  padding: 1rem 1.1rem 1.2rem;
  border-top: 1px solid var(--feed-line);
  background: linear-gradient(180deg, rgba(240, 247, 244, 0.82), rgba(248, 251, 250, 0.95));
}

.article-public__cta {
  position: sticky;
  top: 1rem;
  padding: 1.15rem;
}

.article-public__cta > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--feed-primary), #34ad8d);
  color: #fff;
  box-shadow: 0 10px 24px rgba(21, 122, 97, 0.2);
}

.article-public__cta small {
  color: #789088;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-public__cta h2 {
  margin: 0.35rem 0 0.6rem;
  font-size: 1.2rem;
  line-height: 1.18;
}

.article-public__cta p {
  margin: 0 0 1rem;
  color: var(--feed-muted);
  font-size: 0.72rem;
  line-height: 1.6;
}

.article-public__cta a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem;
  border: 1px solid var(--feed-primary);
  border-radius: 5px;
  background: var(--feed-primary);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
}

.article-public__cta .article-public__cta-secondary {
  margin-top: 0.55rem;
  background: transparent;
  color: var(--feed-primary-dark);
}

@media (max-width: 850px) {
  .article-public__layout {
    grid-template-columns: 1fr;
  }

  .article-public__cta {
    position: static;
  }
}

@media (max-width: 540px) {
  .article-public__toolbar {
    margin-inline: 0.6rem;
  }

  .article-public__toolbar a,
  .article-public__toolbar button {
    padding-inline: 0.65rem;
    font-size: 0.63rem;
  }

  .article-public__content {
    padding-inline: 0.9rem;
  }
}

.comments-section__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.comments-section__title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.comments-section__icon {
  width: 32px;
  height: 32px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 5px;
  background: #dfeee9;
  color: var(--feed-primary);
  font-size: 0.68rem;
}

.comments-section__title > div {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.comments-section__heading strong {
  color: var(--feed-ink);
  font-size: 0.71rem;
}

.comments-section__heading small {
  color: #87958f;
  font-size: 0.56rem;
}

.comments-section__count {
  min-width: 29px;
  height: 24px;
  display: grid;
  place-items: center;
  padding: 0 0.45rem;
  border: 1px solid rgba(21, 122, 97, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--feed-primary-dark);
  font-size: 0.61rem;
  font-weight: 800;
}

.comment {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.6rem;
  align-items: start;
  margin-bottom: 0.7rem;
}

.comment-content {
  position: relative;
  min-width: 0;
  padding: 0.7rem 0.75rem 0.55rem;
  border: 1px solid rgba(40, 89, 74, 0.11);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 13px rgba(30, 69, 57, 0.045);
}

.comment-content::before {
  position: absolute;
  top: 10px;
  left: -5px;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid rgba(40, 89, 74, 0.11);
  border-left: 1px solid rgba(40, 89, 74, 0.11);
  background: rgba(255, 255, 255, 0.92);
  content: "";
  transform: rotate(45deg);
}

.comment-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.6rem;
}

.comment-author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0.45rem;
}

.comment-header strong,
.comment-author__name {
  color: var(--feed-ink);
  font-size: 0.67rem;
  font-weight: 700;
}

.comment-author .date {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
  color: #95a19d;
  font-size: 0.55rem;
}

.comment-actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.comment-actions button {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(40, 89, 74, 0.09);
  border-radius: 4px;
  background: #f4f8f6;
  color: #71827c;
  font-size: 0.55rem;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.comment-actions button:hover {
  background: #e7f1ed;
  color: var(--feed-primary-dark);
  transform: translateY(-1px);
}

.comment-actions .delete-comment-btn:hover {
  background: #fbefee;
  color: var(--feed-like);
}

.comment-text {
  margin: 0.52rem 0 0;
  color: #53665e;
  font-size: 0.7rem;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.comment-like-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.48rem;
}

.comment-like-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  min-width: 38px;
  height: 29px;
  padding: 0 0.48rem;
  border: 1px solid rgba(40, 89, 74, 0.1);
  border-radius: 999px;
  background: #f5f8f7;
  color: #7d8c87;
  font-size: 0.61rem;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.comment-like-btn:hover {
  background: #f4eceb;
  border-color: rgba(205, 105, 101, 0.18);
  color: var(--feed-like);
  transform: translateY(-1px);
}

.comment-like-btn.active {
  border-color: rgba(205, 105, 101, 0.18);
  background: #fbefee;
  color: var(--feed-like);
}

.comment-like-count {
  color: currentColor;
  font-size: 0.58rem;
  font-weight: 800;
}

.comment-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  margin-top: 0.9rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--feed-line);
}

.comment-form__field {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  padding: 0 0.72rem;
  border: 1px solid rgba(40, 89, 74, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: #8b9994;
  box-shadow: 0 4px 12px rgba(30, 69, 57, 0.04);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.comment-form__field:focus-within {
  border-color: rgba(21, 122, 97, 0.38);
  box-shadow: 0 0 0 3px rgba(21, 122, 97, 0.08);
  color: var(--feed-primary);
}

.comment-form .input-field,
.comment-content > .input-field {
  width: 100%;
  min-height: 40px;
  padding: 0.55rem 0.7rem;
  border: 1px solid var(--feed-line);
  border-radius: 5px;
  outline: none;
  background: #fff;
  color: var(--feed-ink);
  font-size: 0.67rem;
}

.comment-form .input-field {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.comment-content > .input-field:focus {
  border-color: rgba(21, 122, 97, 0.35);
  box-shadow: 0 0 0 3px rgba(21, 122, 97, 0.08);
}

.comment-form .input-field:focus {
  box-shadow: none;
}

.btn-send {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(145deg, #279678, var(--feed-primary));
  color: #fff;
  font-size: 0.7rem;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(21, 122, 97, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn-send:hover {
  box-shadow: 0 8px 18px rgba(21, 122, 97, 0.27);
  transform: translateY(-1px);
}

.preview-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  margin-top: 0.75rem;
  padding: 0.65rem;
  border: 1px solid var(--feed-line);
  border-radius: 5px;
  background: rgba(241, 247, 245, 0.76);
  color: var(--feed-ink);
}

.preview-card:hover {
  border-color: rgba(21, 122, 97, 0.22);
  color: var(--feed-ink);
}

.preview-card img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 4px;
}

.preview-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.preview-content strong,
.preview-content p,
.preview-content small {
  overflow: hidden;
  text-overflow: ellipsis;
}

.preview-content strong {
  font-size: 0.7rem;
  white-space: nowrap;
}

.preview-content p {
  display: -webkit-box;
  margin: 0;
  color: var(--feed-muted);
  font-size: 0.63rem;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.preview-content small {
  color: #8a9993;
  font-size: 0.57rem;
  white-space: nowrap;
}

.community-feed__rail {
  position: sticky;
  top: 102px;
  max-height: calc(100vh - 118px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 0.3rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.community-feed__rail::-webkit-scrollbar {
  display: none;
}

.community-feed__rail > * {
  flex: 0 0 auto;
}

.feed-opportunity,
.feed-agenda {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 36px rgba(24, 64, 52, 0.07);
  backdrop-filter: blur(17px);
}

.feed-opportunity {
  position: relative;
  isolation: isolate;
  padding: 1rem;
  background:
    radial-gradient(circle at 100% 0, rgba(61, 174, 142, 0.14), transparent 9rem),
    rgba(255, 255, 255, 0.82);
}

.feed-opportunity::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -60px;
  z-index: -1;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(21, 122, 97, 0.08);
  border-radius: 50%;
}

.feed-opportunity__header,
.feed-agenda__header {
  display: flex;
  align-items: center;
  gap: 0.58rem;
}

.feed-opportunity__icon,
.feed-agenda__header > span {
  width: 37px;
  height: 37px;
  display: grid;
  flex: 0 0 auto;
  border-radius: 5px;
  place-items: center;
}

.feed-opportunity__icon {
  background: #dff1ea;
  color: var(--feed-primary);
}

.feed-opportunity__header > div,
.feed-agenda__header > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.feed-opportunity__header small,
.feed-agenda__header small {
  color: #83938d;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.feed-opportunity__header strong,
.feed-agenda__header strong {
  font-size: 0.76rem;
}

.feed-opportunity__live {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  margin-left: auto;
  padding: 0.28rem 0.38rem;
  border-radius: 4px;
  background: #e4f3ed;
  color: #176b52;
  font-size: 0.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

.feed-opportunity__live i { font-size: 0.32rem; }

.feed-mini-carousel__nav {
  min-width: 88px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.28rem;
  margin-left: auto;
}

.feed-mini-carousel__nav button {
  width: 25px;
  height: 25px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(21, 122, 97, 0.13);
  border-radius: 4px;
  background: rgba(235, 246, 242, 0.88);
  color: var(--feed-primary);
  font-size: 0.48rem;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.feed-mini-carousel__nav button:hover:not(:disabled) {
  background: var(--feed-primary);
  color: #fff;
  transform: translateY(-1px);
}

.feed-mini-carousel__nav button:disabled {
  cursor: default;
  opacity: 0.38;
}

.feed-mini-carousel__nav > span {
  min-width: 31px;
  color: #7b8e86;
  font-size: 0.52rem;
  font-weight: 700;
  text-align: center;
}

.feed-mini-carousel__nav > span strong {
  color: var(--feed-primary-dark);
  font-size: 0.62rem;
}

.feed-mini-carousel__nav--agenda button {
  border-color: rgba(157, 112, 15, 0.14);
  background: #fbf3df;
  color: #936a13;
}

.feed-mini-carousel__nav--agenda button:hover:not(:disabled) {
  background: #a97a16;
}

.feed-mini-carousel__nav--agenda > span strong {
  color: #825e11;
}

.feed-mini-carousel__slide[hidden],
.community-info-modal__slide[hidden] {
  display: none !important;
}

@keyframes feed-carousel-enter {
  from { opacity: 0; transform: translateX(8px); }
  to { opacity: 1; transform: translateX(0); }
}

.feed-mini-carousel__slide.is-carousel-entering,
.community-info-modal__slide.is-carousel-entering {
  animation: feed-carousel-enter 0.3s ease both;
}

.feed-opportunity__summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0.85rem 0 0.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--feed-ink);
  text-align: left;
  cursor: pointer;
}

.feed-opportunity__summary > span {
  min-height: 2.44em;
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.025em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.feed-opportunity__summary > small {
  min-height: 4.5em;
  display: -webkit-box;
  overflow: hidden;
  color: var(--feed-muted);
  font-size: 0.62rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.feed-opportunity__summary > em {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--feed-primary);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
}

.feed-opportunity__actions > a,
.feed-cv-quick-form label,
.feed-opportunity__done {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  border-radius: 5px;
  font-size: 0.61rem;
  font-weight: 800;
}

.feed-cv-quick-form { margin: 0; }
.feed-cv-quick-form label,
.feed-opportunity__actions > a {
  width: 100%;
  border: 1px solid rgba(21, 122, 97, 0.16);
  background: var(--feed-primary);
  box-shadow: 0 8px 18px rgba(21, 122, 97, 0.15);
  color: #fff;
  cursor: pointer;
}
.feed-opportunity__actions > a:hover { color: #fff; background: var(--feed-primary-dark); }
.feed-opportunity__done { background: #e3f2ec; color: #176b52; }
.feed-opportunity__file-note { display: block; margin-top: 0.45rem; color: #8a9994; font-size: 0.5rem; text-align: center; }
.feed-opportunity__empty { display: flex; flex-direction: column; gap: 0.25rem; padding: 1.2rem 0.1rem 0.3rem; }.feed-opportunity__empty strong{font-size:.7rem}.feed-opportunity__empty span{color:var(--feed-muted);font-size:.58rem}

.feed-agenda { padding: 1rem; }
.feed-agenda__header { padding-bottom: 0.8rem; border-bottom: 1px solid var(--feed-line); }
.feed-agenda__header > span { margin-left: auto; background: #f8edcf; color: #9c700f; }
.feed-agenda__list { display: grid; gap: 0.65rem; margin-top: 0.75rem; }
.feed-agenda__item { min-height: 56px; display: grid; gap: 0.45rem; }.feed-agenda__item:last-child{padding-bottom:0;border-bottom:0}
.feed-agenda__details { width: 100%; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 0.55rem; align-items: center; padding: 0; border: 0; background: transparent; color: var(--feed-ink); text-align: left; cursor: pointer; }
.feed-agenda__details > time { width: 42px; min-height: 47px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(157, 112, 15, 0.12); border-radius: 5px; background: #fbf3df; color: #825e11; }
.feed-agenda__details > time strong { font-size: 0.86rem; line-height: 1; }.feed-agenda__details > time span{font-size:.48rem;font-weight:850}
.feed-agenda__details > span { min-width:0; display:flex; flex-direction:column; gap:.22rem; }.feed-agenda__details > span>strong{display:-webkit-box;overflow:hidden;font-size:.65rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.feed-agenda__details small{overflow:hidden;color:#788983;font-size:.53rem;text-overflow:ellipsis;white-space:nowrap}.feed-agenda__details small i{margin-right:.25rem;color:#ad7b15}
.feed-agenda__item form { margin:0; }.feed-agenda__item form button,.feed-agenda__item>a,.feed-agenda__registered{width:100%;min-height:34px;display:flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid rgba(21,122,97,.13);border-radius:4px;background:#edf6f3;color:#17614e;font:750 .56rem Inter,sans-serif;cursor:pointer}.feed-agenda__item>a:hover{color:#17614e}.feed-agenda__registered{background:#e2f1eb;color:#17694f}.feed-agenda__empty{display:flex;align-items:center;gap:.55rem;padding:.6rem 0;color:#7b8d86}.feed-agenda__empty>i{font-size:1rem}.feed-agenda__empty span{display:flex;flex-direction:column;gap:.12rem}.feed-agenda__empty strong{font-size:.62rem}.feed-agenda__empty small{font-size:.52rem}

.feed-agenda__reservation,
.community-info-modal__reservation {
  display: none !important;
}

.community-info-modal {
  position: relative;
  isolation: isolate;
  width: min(680px, calc(100% - 1.2rem));
  max-height: min(760px, calc(100vh - 2rem));
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  background: rgba(252, 254, 253, 0.96);
  box-shadow: 0 35px 90px rgba(9, 41, 31, 0.28);
  color: var(--feed-ink);
  backdrop-filter: blur(24px);
}
.community-info-modal::backdrop { background: rgba(11, 38, 30, 0.48); backdrop-filter: blur(7px); }
.community-info-modal__accent { height: 7px; }.community-info-modal__accent--job{background:linear-gradient(90deg,#157a61,#49ad8e)}.community-info-modal__accent--event{background:linear-gradient(90deg,#c39332,#edca72)}
.community-info-modal__close{position:absolute;top:1rem;right:1rem;z-index:20;width:35px;height:35px;display:grid;place-items:center;border:1px solid var(--feed-line);border-radius:50%;background:#fff;color:#667a72;cursor:pointer;pointer-events:auto}
.community-info-modal__slide{min-width:0;max-width:100%}.community-info-modal__slide>header{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center;padding:1.5rem 1.5rem 1rem}.community-info-modal__slide>header>div{display:flex;flex-direction:column;gap:.15rem;min-width:0}.community-info-modal__slide>header small{color:#7e8f88;font-size:.58rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.community-info-modal h2{min-width:0;max-width:calc(100% - 2.5rem);margin:0;overflow-wrap:anywhere;font-size:1.45rem;line-height:1.15;letter-spacing:-.035em}
.community-info-modal__icon,.community-info-modal__date{width:50px;height:50px;display:grid;place-items:center;border-radius:5px;background:#dff1ea;color:#157a61}.community-info-modal__date{display:flex;flex-direction:column;background:#faefd5;color:#8f6714}.community-info-modal__date strong{font-size:1rem;line-height:1}.community-info-modal__date small{font-size:.48rem!important;color:inherit!important}
.community-info-modal__facts{display:flex;flex-wrap:wrap;gap:.45rem;padding:0 1.5rem 1rem}.community-info-modal__facts span{min-width:0;display:inline-flex;align-items:center;gap:.35rem;padding:.38rem .48rem;overflow-wrap:anywhere;border-radius:4px;background:#edf5f2;color:#657971;font-size:.56rem}.community-info-modal__facts i{color:#157a61}
.community-info-modal__content{min-width:0;max-width:100%;padding:1rem 1.5rem;overflow-wrap:anywhere;border-block:1px solid var(--feed-line);color:#536860;font-size:.7rem;line-height:1.75;white-space:normal}.community-info-modal__slide>footer{display:grid;gap:.8rem;padding:1rem 1.5rem 1.2rem}.community-info-modal__slide>footer>span:not(.community-info-modal__confirmed){display:flex;align-items:flex-start;gap:.4rem;color:#788a83;font-size:.55rem;line-height:1.45}.community-info-modal__slide>footer form{display:flex;align-items:end;justify-content:flex-end;gap:.55rem;margin:0}.community-info-modal__slide>footer form label{display:flex;flex-direction:column;gap:.25rem;color:#5a6f67;font-size:.56rem;font-weight:750}.community-info-modal__slide>footer input[type=file]{max-width:100px;padding:.5rem;border:1px solid var(--feed-line);border-radius:4px;background:#fff;font-size:.56rem}.community-info-modal__slide>footer button,.community-info-modal__primary{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.6rem .75rem;border:0;border-radius:5px;background:#157a61;color:#fff;font:750 .62rem Inter,sans-serif;cursor:pointer}.community-info-modal__primary:hover{color:#fff}.community-info-modal__confirmed{display:inline-flex!important;align-items:center!important;gap:.4rem!important;justify-self:end;padding:.6rem .75rem;border-radius:5px;background:#e1f1eb;color:#17694f!important;font-size:.62rem!important;font-weight:800}
.community-info-modal__content>:first-child{margin-top:0}.community-info-modal__content>:last-child{margin-bottom:0}.community-info-modal__content p,.community-info-modal__content ul,.community-info-modal__content ol,.community-info-modal__content blockquote{margin:.7rem 0}.community-info-modal__content ul,.community-info-modal__content ol{padding-left:1.35rem}.community-info-modal__content blockquote{padding-left:.75rem;border-left:3px solid rgba(21,122,97,.22);color:#6b7d76}.community-info-modal__content a{color:#157a61;font-weight:700;text-decoration:underline;text-underline-offset:.15em}

.community-info-modal__navigation {
  position: sticky;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.72rem 1rem;
  border-top: 1px solid var(--feed-line);
  background: rgba(249, 252, 251, 0.94);
  box-shadow: 0 -9px 24px rgba(16, 64, 50, 0.05);
  backdrop-filter: blur(14px);
}

.community-info-modal__navigation button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(21, 122, 97, 0.14);
  border-radius: 50%;
  background: #e7f3ef;
  color: #157a61;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.community-info-modal__navigation button:hover:not(:disabled) {
  background: #157a61;
  color: #fff;
  transform: scale(1.04);
}

.community-info-modal__navigation button:disabled {
  cursor: default;
  opacity: 0.35;
}

.community-info-modal__navigation > span {
  min-width: 54px;
  color: #81928c;
  font-size: 0.66rem;
  font-weight: 750;
  text-align: center;
}

.community-info-modal__navigation > span strong {
  color: #155f4b;
  font-size: 0.82rem;
}

.community-info-modal__navigation > span i {
  margin: 0 0.22rem;
  font-style: normal;
  opacity: 0.55;
}

.community-info-modal__navigation--event button {
  border-color: rgba(157, 112, 15, 0.16);
  background: #fbf1da;
  color: #936a13;
}

.community-info-modal__navigation--event button:hover:not(:disabled) {
  background: #a97a16;
}

.feed-widget {
  padding: 1rem;
}

.feed-widget__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.feed-widget__heading > div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.feed-widget__heading > div > span,
.feed-widget__profile-head > div > span {
  color: #82918c;
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.feed-widget__heading h2 {
  margin: 0;
  color: var(--feed-ink);
  font-size: 0.92rem;
  letter-spacing: -0.02em;
}

.feed-widget__heading-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: #f8ece9;
  color: #bf6656;
}

.feed-widget__trending-list {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  margin-top: 0.8rem;
}

.feed-widget__trend {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.62rem 0.5rem;
  border: 1px solid transparent;
  border-radius: 5px;
  color: var(--feed-ink);
}

.feed-widget__trend:hover {
  border-color: var(--feed-line);
  background: rgba(237, 246, 243, 0.76);
  color: var(--feed-ink);
}

.feed-widget__rank {
  color: var(--feed-primary);
  font-size: 0.63rem;
  font-weight: 800;
}

.feed-widget__trend-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.feed-widget__trend-copy strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.67rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.feed-widget__trend-copy small {
  color: #84938e;
  font-size: 0.56rem;
}

.feed-widget__trend > i {
  color: #9aa8a3;
  font-size: 0.55rem;
}

.feed-widget__empty {
  margin: 0;
  padding: 1rem 0.25rem;
  color: var(--feed-muted);
  font-size: 0.65rem;
  line-height: 1.5;
}

.feed-widget__profile-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
}

.feed-widget__profile-head img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 11px rgba(24, 64, 52, 0.1);
}

.feed-widget__profile-head > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.feed-widget__profile-head strong {
  overflow: hidden;
  font-size: 0.72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feed-widget__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  margin: 0.9rem 0;
}

.feed-widget__stats > * {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.18rem;
  padding: 0.6rem 0.2rem;
  border-radius: 4px;
  background: rgba(235, 245, 241, 0.74);
  color: var(--feed-ink);
}

.feed-widget__stats a:hover {
  background: #e2f1eb;
  color: var(--feed-ink);
}

.feed-widget__stats strong {
  font-size: 0.85rem;
}

.feed-widget__stats span {
  color: var(--feed-muted);
  font-size: 0.53rem;
}

.feed-widget__action {
  width: 100%;
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 4px;
  background: var(--feed-primary);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 700;
  cursor: pointer;
}

.feed-widget__action:hover {
  background: var(--feed-primary-dark);
}

.feed-widget--guest {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.92);
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 208, 105, 0.34), transparent 10rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), #e7f5f0);
  box-shadow: 0 18px 42px rgba(18, 75, 58, 0.1);
  color: var(--feed-ink);
}

.feed-widget--guest::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -60px;
  z-index: -1;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(21, 122, 97, 0.09);
  border-radius: 50%;
}

.feed-widget__guest-icon {
  width: 42px;
  height: 42px;
  display: grid;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(188, 139, 32, 0.16);
  border-radius: 5px;
  background: linear-gradient(145deg, #fae7ad, #dfba5f);
  box-shadow: 0 8px 18px rgba(127, 91, 16, 0.13);
  color: #785713;
  place-items: center;
}

.feed-widget__guest-eyebrow {
  color: #9b7018;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feed-widget--guest h2 {
  margin: 0.28rem 0 0;
  color: #183a30;
  font-size: 1.08rem;
  line-height: 1.18;
  letter-spacing: -0.025em;
}

.feed-widget--guest > p {
  margin: 0.65rem 0 0;
  color: #62776f;
  font-size: 0.65rem;
  line-height: 1.55;
}

.feed-widget--guest ul {
  display: grid;
  gap: 0.48rem;
  margin: 0.85rem 0;
  padding: 0;
  list-style: none;
}

.feed-widget--guest li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #496159;
  font-size: 0.59rem;
}

.feed-widget--guest li i {
  width: 18px;
  height: 18px;
  display: grid;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(222, 181, 79, 0.17);
  color: #a2761d;
  font-size: 0.46rem;
  place-items: center;
}

.feed-widget__guest-cta {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(183, 132, 27, 0.16);
  border-radius: 5px;
  background: linear-gradient(135deg, #fae7a9, #dfb655);
  box-shadow: 0 8px 20px rgba(133, 94, 15, 0.14);
  color: #2f2408;
  font-size: 0.65rem;
  font-weight: 850;
}

.feed-widget__guest-cta:hover {
  color: #211905;
  transform: translateY(-1px);
}

.feed-widget--guest > small {
  display: block;
  margin-top: 0.65rem;
  color: #75877f;
  font-size: 0.56rem;
  text-align: center;
}

.feed-widget--guest > small a {
  color: var(--feed-primary-dark);
  font-weight: 750;
}

.community-feed__empty {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.community-feed__empty > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 0.9rem;
  border-radius: 5px;
  background: var(--feed-soft);
  color: var(--feed-primary);
}

.community-feed__empty h2 {
  margin: 0;
  font-size: 1rem;
}

.community-feed__empty p {
  max-width: 390px;
  margin: 0.45rem 0 1rem;
  color: var(--feed-muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

.community-feed__empty button {
  min-height: 39px;
  padding: 0.55rem 0.8rem;
  border: 0;
  border-radius: 4px;
  background: var(--feed-primary);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  cursor: pointer;
}

.community-feed__empty > a {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 4px;
  background: var(--feed-primary);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
}

.community-feed__loader {
  display: none;
  padding: 1.3rem;
  color: var(--feed-muted);
  font-size: 0.68rem;
  text-align: center;
}

.community-feed__loader i {
  margin-right: 0.4rem;
  color: var(--feed-primary);
}

.community-feed__sentinel {
  height: 1px;
}

.community-feed__mobile-create {
  display: none;
}

.community-feed .modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  padding: 1rem;
  background: rgba(8, 25, 20, 0.64);
  backdrop-filter: blur(8px);
}

.community-feed .modal.is-open {
  display: grid;
}

.community-feed .modal-content {
  width: min(680px, 100%);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 25px 70px rgba(8, 25, 20, 0.25);
}

.community-feed .modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--feed-line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.community-feed .user-line {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.community-feed .modal-header .user-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.community-feed .modal-header .user-info strong {
  font-size: 0.78rem;
}

.community-feed .visibility {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  color: var(--feed-muted);
  font-size: 0.6rem;
}

.community-feed .visibility i {
  color: var(--feed-primary);
}

.community-feed .btn-close {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: var(--feed-soft);
  color: var(--feed-primary-dark);
  cursor: pointer;
}

.community-feed .modal-body {
  padding: 1rem;
}

.community-feed .modal-body > label {
  display: block;
  margin: 0 0 0.38rem;
  color: var(--feed-ink);
  font-size: 0.65rem;
  font-weight: 700;
}

.community-feed #article-title {
  width: 100%;
  min-height: 43px;
  margin-bottom: 0.9rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--feed-line);
  border-radius: 5px;
  outline: none;
  background: #f8fbfa;
  color: var(--feed-ink);
  font-size: 0.72rem;
}

.community-feed #article-title:focus {
  border-color: rgba(21, 122, 97, 0.35);
  box-shadow: 0 0 0 3px rgba(21, 122, 97, 0.08);
  background: #fff;
}

.community-feed #editor {
  min-height: 170px;
  border-color: var(--feed-line);
  border-radius: 0 0 5px 5px;
  background: #fff;
  font-size: 0.72rem;
}

.community-feed .ql-toolbar.ql-snow {
  border-color: var(--feed-line);
  border-radius: 5px 5px 0 0;
  background: #f5f9f7;
}

.community-feed .ql-container.ql-snow {
  border-color: var(--feed-line);
}

.community-feed .ql-editor {
  min-height: 170px;
  color: var(--feed-ink);
  line-height: 1.55;
}

.community-feed .linkedin-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-top: 1px solid var(--feed-line);
  background: #f8fbfa;
}

.community-feed .left-icons {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.community-feed .icon-btn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--feed-line);
  border-radius: 4px;
  background: #fff;
  color: var(--feed-primary);
  cursor: pointer;
}

.community-feed .icon-btn:hover,
.community-feed .icon-btn.active {
  background: var(--feed-soft);
}

.community-feed .upload-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-left: 0.2rem;
  color: var(--feed-muted);
  font-size: 0.58rem;
}

.community-feed .upload-hint i {
  color: var(--feed-primary);
}

.community-feed .publish-btn {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.8rem;
  border: 0;
  border-radius: 4px;
  background: #b9c8c2;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  cursor: not-allowed;
}

.community-feed .publish-btn.enabled {
  background: var(--feed-primary);
  box-shadow: 0 7px 16px rgba(21, 122, 97, 0.16);
  cursor: pointer;
}

.community-feed #image-preview-container,
.community-feed #video-preview-container {
  margin-top: 0.8rem;
}

.community-feed .image-preview-wrapper,
.community-feed .video-preview-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--feed-line);
  border-radius: 5px;
  background: #edf4f1;
}

.community-feed .image-preview-wrapper img,
.community-feed .video-preview-wrapper video {
  width: 100%;
  max-height: 320px;
  display: block;
  object-fit: contain;
}

.community-feed .remove-image-btn {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: rgba(10, 28, 22, 0.7);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.community-feed .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1040px) {
  .community-feed__layout {
    grid-template-columns: 1fr;
  }

  .community-feed__rail {
    position: static;
    max-height: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-right: 0;
    overflow: visible;
    scrollbar-gutter: auto;
  }

}

@media (max-width: 760px) {
  .community-feed__guest-nav {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem;
    margin-top: 0.4rem;
    padding: 0.45rem 0.5rem;
  }

  .guest-nav__message {
    display: none;
  }

  .community-feed__hero {
    display: none;
  }

  .community-feed__filters {
    overflow-x: auto;
  }

  .community-feed__filters > span {
    display: none;
  }

  .community-feed__mobile-insights {
    position: fixed;
    top: calc(76px + env(safe-area-inset-top, 0px));
    right: 0.45rem;
    z-index: 24;
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    margin: 0;
    padding: 0.36rem;
    border: 1px solid rgba(255, 255, 255, 0.94);
    border-radius: 6px;
    background: rgba(247, 252, 250, 0.82);
    box-shadow: 0 14px 34px rgba(13, 55, 43, 0.16);
    backdrop-filter: blur(18px);
    animation: mobile-insight-dock-in 0.42s ease-out both;
  }

  .mobile-insight {
    position: relative;
    width: 39px;
    height: 39px;
    display: grid;
    flex: 0 0 39px;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 5px;
    background: transparent;
    box-shadow: none;
    color: var(--feed-ink);
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-insight:hover {
    color: var(--feed-ink);
    text-decoration: none;
  }

  .mobile-insight:active {
    transform: scale(0.92);
  }

  .mobile-insight.is-muted {
    cursor: default;
    opacity: 0.7;
  }

  .mobile-insight.is-muted:active {
    transform: none;
  }

  .mobile-insight__icon {
    position: relative;
    width: 39px;
    height: 39px;
    display: grid;
    border-radius: 5px;
    place-items: center;
    font-size: 1rem;
  }

  .mobile-insight__copy {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .mobile-insight__copy strong {
    overflow: hidden;
    font-size: 0.62rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-insight__copy small {
    overflow: hidden;
    color: #7b8d86;
    font-size: 0.48rem;
    font-weight: 650;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-insight--trending .mobile-insight__icon {
    background: linear-gradient(145deg, #fff1e7, #ffd9c3);
    box-shadow: inset 0 0 0 1px rgba(227, 90, 39, 0.08);
    color: #e85d2a;
  }

  .mobile-insight--trending .mobile-insight__icon i {
    animation: mobile-insight-flame 1.65s ease-in-out infinite;
    transform-origin: 50% 85%;
  }

  .mobile-insight--trending .mobile-insight__icon::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ffb04b;
    box-shadow: -4px 5px 0 -1px rgba(238, 91, 39, 0.52);
  }

  .mobile-insight--job .mobile-insight__icon {
    background: #def2ea;
    color: #177a5e;
  }

  .mobile-insight__badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 15px;
    height: 15px;
    display: grid;
    padding: 0 3px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 7px rgba(15, 58, 45, 0.2);
    color: #315d50;
    place-items: center;
    font-size: 0.43rem;
    font-weight: 850;
    line-height: 1;
  }

  .mobile-insight__badge--live {
    top: 2px;
    right: 2px;
    min-width: 7px;
    width: 7px;
    height: 7px;
    padding: 0;
    background: #19986f;
    animation: mobile-insight-live 1.8s ease-out infinite;
  }

  .mobile-insight--agenda .mobile-insight__icon {
    background: linear-gradient(145deg, #fff8e7, #f8e9bd);
    color: #a67618;
  }

  .community-feed__rail {
    display: none;
  }

  .community-info-modal > footer form { align-items: stretch; flex-direction: column; }
  .community-info-modal > footer input[type=file] { max-width: 100%; width: 100%; }

  .community-feed__mobile-create {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 20;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: var(--feed-primary);
    box-shadow: 0 12px 26px rgba(21, 122, 97, 0.28);
    color: #fff;
    cursor: pointer;
  }
}

@media (max-width: 520px) {
  .community-feed {
    margin-bottom: 1.5rem;
  }

  .community-feed__guest-nav {
    min-height: 60px;
  }

  .guest-nav__brand {
    gap: 0;
  }

  .guest-nav__brand img {
    width: 54px;
    height: 40px;
  }

  .guest-nav__brand > span {
    display: none;
  }

  .guest-nav__login {
    min-height: 38px;
    padding-inline: 0.5rem;
  }

  .guest-nav__register {
    min-height: 39px;
    padding-inline: 0.58rem;
  }

  .guest-nav__register > i:last-child {
    display: none;
  }

  .community-feed__filters a {
    padding-inline: 0.58rem;
    white-space: nowrap;
  }

  .composer-card {
    padding: 0.75rem;
  }

  .composer-avatar {
    width: 38px;
    height: 38px;
  }

  .composer-action-btn {
    flex-direction: column;
    font-size: 0.58rem;
  }

  .article-header,
  .article-content {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .article-content h2 {
    font-size: 0.96rem;
  }

  .article-actions {
    padding-inline: 0.35rem;
  }

  .btn-action__copy {
    display: none;
  }

  .btn-action {
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .comments-section {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .community-feed .modal {
    align-items: end;
    padding: 0;
  }

  .community-feed .modal-content {
    max-height: 94vh;
    border-radius: 6px 6px 0 0;
  }

  .community-feed .linkedin-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .community-feed .left-icons {
    justify-content: space-between;
  }

  .community-feed .publish-btn {
    justify-content: center;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .community-feed *,
  .community-feed *::before,
  .community-feed *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
