@import url('https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');
* {
  font-family: "Wanted Sans Variable";
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  padding: 20px;
}
h1 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
}
.flex {
  display: flex;
}
.flex.between {
  justify-content: space-between;
}
.flex.center {
  align-items: center;
}
.p-b-10 {
  padding-bottom: 10px;
}
.post {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
  max-width: 20vw;
  border: 1px solid #ddd;
}
.platform {
  background: #222;
  color: #fff;
  border-radius: 3px;
  padding: 4px 12px;
  font-size: 14px;
  display: inline-block;
}
.date {
  color: #777;
  font-size: 14px;
}
.text {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.media-item {
  max-width: 40%;
  max-height: 25vw;
  object-fit: contain;
  border-radius: 10px;
}
.media-item.once {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.media-item-wrap {
  scrollbar-width: none;
  overflow-x: auto;
  cursor: grab;
  position: relative;
}
.media-item-wrap:active {
  cursor: grabbing;
}
.media-item-wrap::-webkit-scrollbar {
  display: none;
}
.media-item-wrap .inner {
  display: flex;
  gap: 10px;
}
.link {
  margin-top: 10px;
  font-size: 14px;
}