.article-list .article .featured-article-badge{
display: none;
}
.calendar-wrapper {
  max-width: 850px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.calendar-header {
  text-align: center;
  background: #f2f2f2;
  padding: 10px;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}

.calendar-events {
  background: #ffffff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 15px;
}

.event-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.event-item:last-child {
  border-bottom: none;
}

.event-date {
  font-weight: bold;
  color: #333;
}

.event-title {
  margin-top: 4px;
  color: #666;
}

@media screen and (max-width: 480px) {
  .calendar-wrapper {
    padding: 0 10px;
  }
}
.news-box {
  background-color: #f9f9f9;
  border-left: 4px solid #457b9d;
  padding: 15px 20px;
  margin: 20px auto;
  max-width: 1290px;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  border-radius: 8px;
}

.news-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #252525;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

.news-list li:last-child {
  border-bottom: none;
}
.pagination li {
  display: none;
}

.pagination li.active,
.pagination li:first-child, /* strzałka wstecz */
.pagination li:last-child,  /* strzałka dalej */
.pagination li:nth-child(2),
.pagination li:nth-last-child(2) {
  display: inline-block;
}

.pagination {
  flex-wrap: wrap;
  justify-content: center;
}