.influencer-archive-post {
  background: #f3f6fc;
}

.archive-post-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  background: #f3f6fc;
}

.post-image img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
	display: block;
}

.post-content {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post-title {
  font-size: 32px;
  font-weight: 700;
  color: #122038;
  margin-bottom: 20px;
}

.post-meta p {
  font-size: 16px;
  color: #555;
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.post-meta i {
  color: #ff5000;
  margin-right: 10px;
  font-size: 18px;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.post-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.post-author p {
  margin: 0;
  font-size: 16px;
  color: #122038;
}
