.cf-feed-hero {
  background: linear-gradient(90deg, rgba(33, 37, 41, 0.92), rgba(33, 37, 41, 0.72)), linear-gradient(135deg, #212529 0%, #424938 55%, #416900 100%);
  color: #ffffff;
  padding: 4rem 0 3.25rem;
}

.cf-feed-hero span {
  color: #b7e27c;
  display: block;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cf-feed-hero h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0.45rem 0 0.75rem;
  max-width: 52rem;
}

.cf-feed-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  margin: 0;
  max-width: 44rem;
}

.cf-feed-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.cf-feed-primary-action,
.cf-feed-secondary-action {
  align-items: center;
  border-radius: 0.45rem;
  display: inline-flex;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
}

.cf-feed-primary-action {
  background: #8cc63f;
  color: #203500;
}

.cf-feed-primary-action:hover {
  background: #9fd75a;
  color: #203500;
}

.cf-feed-secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
}

.cf-feed-secondary-action:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.cf-feed-list-shell {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1rem;
}

.cf-feed-toolbar {
  align-items: center;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.25rem 0.25rem 1rem;
}

.cf-feed-toolbar strong {
  color: #191c1d;
  display: block;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 1.1rem;
}

.cf-feed-toolbar span {
  color: #6b7176;
  display: block;
  font-size: 0.9rem;
}

.cf-feed-grid {
  align-items: stretch;
}

.cf-live-supply-item {
  min-width: 0;
}

.cf-live-supply-card {
  background: #ffffff;
  border: 1px solid #e0e4dc;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  min-height: 100%;
  padding: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.cf-live-supply-card:hover {
  border-color: #8cc63f;
  box-shadow: 0 0.75rem 1.5rem rgba(33, 37, 41, 0.08);
  transform: translateY(-2px);
}

.cf-live-supply-top,
.cf-live-supply-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

.cf-live-supply-badge,
.cf-feed-live-pill {
  background: #edf7e1;
  border: 1px solid #cde8ad;
  border-radius: 999px;
  color: #416900;
  display: inline-flex;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.4rem 0.55rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.cf-live-supply-date,
.cf-live-supply-author span,
.cf-live-supply-action span {
  color: #6b7176;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
}

.cf-live-supply-author {
  display: grid;
  gap: 0.2rem;
}

.cf-live-supply-author-link {
  color: #212529;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}

.cf-live-supply-author-link:hover,
.cf-live-supply-title:hover,
.cf-live-supply-link:hover {
  color: #416900;
}

.cf-live-supply-title {
  color: #191c1d;
  display: -webkit-box;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 2.75rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cf-live-supply-action {
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.45rem;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
}

.cf-live-supply-action strong {
  color: #212529;
  font-size: 0.8rem;
  text-transform: capitalize;
}

.image-list,
.cf-live-supply-images {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cf-live-supply-images {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 3.6rem;
}

.cf-live-supply-images .image-container {
  aspect-ratio: 1;
  background: #f3f4f5;
  border: 1px solid #e9ecef;
  border-radius: 0.45rem;
  float: none;
  overflow: hidden;
}

.cf-live-supply-images img,
.cf-live-supply-images video {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.cf-live-supply-link {
  color: #416900;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.cf-live-supply-footer .iconfont {
  align-items: center;
  background: #f3f4f5;
  border-radius: 50%;
  color: #416900;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.result-loader {
  display: none;
  padding: 1.5rem 0;
}

.result-loader i {
  background: url(../../images/loading-small.gif) no-repeat center;
  display: block;
  height: 50px;
  margin: auto;
  width: 50px;
}

.result-loader p {
  color: #6b7176;
  margin-top: 0.5rem;
}

@media (max-width: 767.98px) {
  .cf-feed-hero {
    padding: 2.75rem 0 2.25rem;
  }
  .cf-feed-list-shell {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding: 0.85rem;
  }
  .cf-feed-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* Fresh visual pass */
.cf-feed-hero {
  background: radial-gradient(circle at 12% 18%, rgba(140, 198, 63, 0.16), transparent 32%), linear-gradient(135deg, #f8fbf4 0%, #ffffff 58%, #eef7e4 100%);
  border-bottom: 1px solid #e0e8d9;
  color: #191c1d;
}

.cf-feed-hero span {
  color: #416900;
}

.cf-feed-hero p {
  color: #5f6859;
}

.cf-feed-secondary-action {
  border-color: #cbd8bf;
  color: #416900;
}

.cf-feed-secondary-action:hover {
  background: #edf7e1;
  color: #304f00;
}

.cf-feed-list-shell,
.cf-live-supply-card {
  border-color: #dde7d4;
  box-shadow: 0 8px 24px rgba(33, 37, 41, 0.035);
}

.cf-live-supply-card:hover {
  box-shadow: 0 12px 28px rgba(65, 105, 0, 0.1);
}

.cf-live-supply-action,
.cf-live-supply-footer .iconfont {
  background: #f6faf2;
}

/* Weight refinement: keep the original color system, soften visual heaviness. */
.cf-feed-hero {
  background: linear-gradient(90deg, rgba(33, 37, 41, 0.92), rgba(33, 37, 41, 0.72)), linear-gradient(135deg, #212529 0%, #424938 55%, #416900 100%);
  border-bottom-color: #dfe5d8;
  color: #ffffff;
}

.cf-feed-hero span {
  color: #b7e27c;
}

.cf-feed-hero h1,
.cf-feed-toolbar strong,
.cf-live-supply-title {
  font-weight: 600;
}

.cf-feed-hero p {
  color: rgba(255, 255, 255, 0.78);
}

.cf-feed-primary-action,
.cf-feed-secondary-action,
.cf-live-supply-link,
.cf-live-supply-author-link {
  font-weight: 600;
}

.cf-feed-secondary-action {
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
}

.cf-feed-secondary-action:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.cf-feed-list-shell,
.cf-live-supply-card {
  border-color: #e6ebe1;
  box-shadow: 0 6px 18px rgba(33, 37, 41, 0.045);
}

.cf-live-supply-card:hover {
  box-shadow: 0 8px 22px rgba(33, 37, 41, 0.07);
}

/*# sourceMappingURL=feed.css.map */
