/* =========================================================================
   NTEU live News & Events blocks (theneurotech.eu JSON:API).
   ========================================================================= */

.nteu-feed { font-size: 14px; color: #1a1f36; }

.nteu-feed-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
}
.nteu-feed-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.nteu-feed-more {
  font-size: 13px;
  font-weight: 600;
  color: #5b3df5;
  text-decoration: none;
  white-space: nowrap;
}
.nteu-feed-more:hover { text-decoration: underline; }

.nteu-feed-foot {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #eef0f4;
  text-align: right;
}

.nteu-feed-empty { color: #8a90a2; font-size: 13px; }

/* ---------- NEWS: thumb left, text right ------------------------------- */
.nteu-feed-news .nteu-news-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #eef0f4;
}
.nteu-feed-news .nteu-news-row:first-child { padding-top: 0; }
.nteu-feed-news .nteu-news-row:last-child { border-bottom: 0; }

.nteu-feed-news .nteu-news-thumb {
  flex: 0 0 110px;
  width: 110px;
}
.nteu-feed-news .nteu-news-thumb img {
  width: 110px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.nteu-feed-news .nteu-news-body { flex: 1 1 auto; min-width: 0; }

.nteu-feed .nteu-chip {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #5b3df5;
  background: #efeafe;
  padding: 3px 10px;
  border-radius: 6px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.nteu-feed-news .nteu-news-title {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}
.nteu-feed-news .nteu-news-title a { color: #1a1f36; text-decoration: none; }
.nteu-feed-news .nteu-news-title a:hover { color: #5b3df5; }

.nteu-feed-news .nteu-news-date { font-size: 12px; color: #8a90a2; }

/* ---------- EVENTS: date badge + title + View button ------------------ */
.nteu-feed-events .nteu-event-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #eef0f4;
  border-radius: 12px;
  margin-bottom: 12px;
}
.nteu-feed-events .nteu-event-row:last-child { margin-bottom: 0; }

.nteu-feed-events .nteu-event-badge {
  flex: 0 0 48px;
  width: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f6f5ff;
  border-radius: 10px;
  padding: 8px 0 6px;
}
.nteu-feed-events .nteu-badge-day {
  font-size: 22px;
  font-weight: 700;
  color: #1a1f36;
  line-height: 1;
}
.nteu-feed-events .nteu-badge-month {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5b3df5;
  letter-spacing: .04em;
  line-height: 1;
  margin-top: 4px;
}

.nteu-feed-events .nteu-event-body { flex: 1 1 auto; min-width: 0; }
.nteu-feed-events .nteu-event-title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #1a1f36;
  text-decoration: none;
}
.nteu-feed-events .nteu-event-title:hover { color: #5b3df5; }
.nteu-feed-events .nteu-event-loc {
  font-size: 12px;
  color: #8a90a2;
  margin-top: 4px;
}

.nteu-feed-events .nteu-event-action { flex: 0 0 auto; }
.nteu-feed-events .nteu-event-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #5b3df5;
  border: 1px solid #d8d2fb;
  border-radius: 8px;
  padding: 7px 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: all .15s ease;
}
.nteu-feed-events .nteu-event-btn:hover {
  background: #5b3df5;
  color: #fff;
  border-color: #5b3df5;
}
