
.fpl-wrapper .fpl-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fpl-wrapper .fpl-item {
  display: flex;
  gap: 20px;
}

.fpl-wrapper .fpl-thumb {
  flex-shrink: 0;
}

.fpl-wrapper .fpl-thumb img {
  width: 130px !important;
  height: 90px !important;
  max-width: 130px !important;
  min-width: 130px !important;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.fpl-wrapper .fpl-content h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.fpl-wrapper .fpl-date {
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
  display: block;
  margin-bottom: 6px;
}

.fpl-wrapper .fpl-tags span {
  font-size: 12px;
  background: #eee;
  padding: 4px 8px;
  border-radius: 12px;
  margin-right: 6px;
}
