.smps-container {
  display: flex;
  font-family: system-ui, sans-serif;
  gap: 30px;
  padding: 20px;
}
.smps-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 35%;
}
.smps-form .form-control {
  padding: 8px;
}
.platform-selector {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.platform-btn {
  align-items: center;
  background: #fff;
  border: 1px solid #353333;
  border-radius: 10px;
  color: #111;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  transition: all 0.2s ease;
  width: 64px;
}
.platform-btn img {
  height: 22px;
  width: 22px;
}
.platform-btn:hover {
  background: #f3f4f6;
}
.platform-btn.active {
  background: #2563eb;
  border-color: #2563eb;
}
.platform-btn.active img {
  filter: brightness(0) invert(1);
}
.media-switch {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.media-switch button {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  padding: 6px 12px;
}
.media-switch button.active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}
.btn-primary {
  background: #1a73e8;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
}
.smps-preview-wrapper {
  width: 65%;
}
.smps-preview-wrapper,
.x-post-wrapper {
  display: flex;
  justify-content: center;
}
.x-post {
  background: #fff;
  border: 1px solid #e6ecf0;
  border-radius: 16px;
  color: #0f1419;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto;
  padding: 16px;
  width: 520px;
}
.x-header {
  display: flex;
  gap: 12px;
}
.x-name-row {
  gap: 6px;
  width: 100%;
}
.x-name-row,
.x-options {
  align-items: center;
  display: flex;
}
.x-options {
  height: 100%;
  line-height: 1;
  margin-left: auto;
  transform: translateY(1px);
}
.x-avatar {
  background: #cfd9de;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
.x-user {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.x-name {
  font-size: 15px;
}
.x-handle,
.x-time {
  color: #536471;
  font-size: 14px;
}
.x-content {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 4px;
}
.x-content img {
  border-radius: 14px;
  margin-top: 12px;
  width: 100%;
}
.x-media video {
  object-fit: cover;
  width: 90%;
}
.x-video {
  max-height: 420px;
}
.x-actions {
  border-top: 1px solid #eff3f4;
  color: #536471;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 12px;
}
.x-actions div {
  align-items: center;
  cursor: default;
  display: flex;
  gap: 6px;
}
.ig-post {
  background: #fff;
  border: 1px solid #dbdbdb;
  width: 420px;
}
.ig-header {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 10px;
}
.ig-header .date {
  color: #999;
}
.ig-header .ig-options {
  color: #999;
  font-weight: 700;
  margin-left: auto;
}
.ig-avatar {
  background: #ccc;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
.ig-media video {
  object-fit: cover;
  width: 100%;
}
.ig-video {
  max-height: 420px;
}
.ig-actions-row {
  justify-content: space-between;
  margin: 10px 10px 0;
}
.ig-action,
.ig-actions-row {
  align-items: center;
  display: flex;
}
.ig-action {
  color: #262626;
  font-size: 14px;
  font-weight: 600;
  gap: 12px;
}
.ig-action > div {
  gap: 4px;
}
.ig-action > div,
.ig-actions-right {
  align-items: center;
  display: flex;
}
.ig-caption {
  margin-left: 10px;
  margin-top: 10px;
}
.ig-action svg {
  flex-shrink: 0;
}
.fb-avatar {
  background: #cfd9de;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
.fb-time {
  color: #536471;
  font-size: 14px;
}
.fb-post {
  background: #fff;
  border: 1px solid #ccd0d5;
  border-radius: 8px;
  padding: 12px;
  width: 420px;
}
.fb-header {
  display: flex;
  gap: 10px;
}
.fb-content {
  font-size: 15px;
  margin: 8px 0;
}
.fb-footer {
  color: #65676b;
  font-size: 14px;
  margin-top: 10px;
  padding-top: 8px;
}
.fb-stats {
  align-items: center;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
}
.fb-media video {
  border-radius: 6px;
  object-fit: cover;
  width: 100%;
}
.fb-video {
  max-height: 420px;
}
.fb-actions {
  display: flex;
  justify-content: space-around;
  padding-top: 6px;
}
.fb-reactions-wrapper {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  height: 20px;
  line-height: 1;
}
.fb-stats > div:last-child {
  line-height: 1;
}
.fb-actions div {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 6px 0;
}
.fb-actions div:hover {
  background: #f0f2f5;
}
.fb-reactions {
  align-items: center;
  display: inline-flex;
}
.fb-reactions img {
  height: 35px;
  margin-left: -20px;
  padding-bottom: 15px;
  scale: 50%;
  width: 18px;
}
.fb-reactions img:first-child {
  margin-left: 0;
}
.fb-reactions-count {
  align-items: center;
  color: #65676b;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  margin-left: -2px;
  white-space: nowrap;
}
.tt-post {
  background: #000;
  border-radius: 12px;
  color: #fff;
  font-family: system-ui, sans-serif;
  height: 640px;
  overflow: hidden;
  width: 360px;
}
.tt-video-el {
  inset: 0;
  object-fit: contain;
  position: absolute;
}
.tt-video,
.tt-video-el {
  background: #000;
  height: 100%;
  width: 100%;
}
.tt-video {
  overflow: hidden;
  position: relative;
}
.tt-placeholder {
  color: #777;
  inset: 0;
  justify-content: center;
}
.tt-actions,
.tt-placeholder {
  align-items: center;
  display: flex;
  position: absolute;
}
.tt-actions {
  bottom: 110px;
  color: #fff;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  gap: 18px;
  right: 12px;
}
.tt-icon {
  display: block;
  height: 26px;
  width: 26px;
}
.tt-avatar {
  background: #222;
  border-radius: 50%;
  height: 48px;
  position: relative;
  width: 48px;
}
.tt-plus {
  align-items: center;
  background: #ff2d55;
  border-radius: 50%;
  bottom: -6px;
  display: flex;
  font-size: 14px;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 12px;
  width: 20px;
}
.tt-action {
  align-items: cente;
  display: flex;
  flex-direction: column;
}
.tt-meta {
  bottom: 16px;
  font-size: 14px;
  left: 12px;
  line-height: 1.3;
  position: absolute;
  right: 80px;
  z-index: 5;
}
.tt-meta strong {
  display: block;
  margin-bottom: 4px;
}
.tt-meta p {
  margin: 0;
}
.li-post {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  padding: 14px;
  width: 420px;
}
.li-header {
  display: flex;
  gap: 10px;
}
.li-avatar {
  background: #d8d8d8;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
.li-user {
  line-height: 1.2;
}
.li-name {
  font-size: 14px;
}
.li-headline {
  color: #666;
  font-size: 12px;
}
.li-meta {
  color: #888;
  font-size: 12px;
}
.li-content {
  font-size: 14px;
  margin: 10px 0;
}
.li-reactions {
  display: flex;
}
.li-reaction-icon {
  display: inline-block;
  height: 20px;
  object-fit: contain;
  width: 20px;
}
.li-reactions {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  line-height: 1;
}
.li-reactions img,
.li-reactions svg {
  height: 20px;
  max-height: 30px;
  max-width: 30px;
  padding-bottom: 10px;
  width: 20px;
}
.li-reactions span {
  font-size: 13px;
  margin-left: 4px;
}
.li-footer {
  border-top: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-top: 8px;
}
.li-stats {
  align-items: center;
  color: #666;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}
.li-reactions span {
  margin-left: 6px;
}
.li-actions {
  color: #666;
  display: flex;
  font-size: 14px;
  justify-content: space-around;
  margin-top: 8px;
}
.li-actions div {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 6px 0;
}
.li-actions div:hover {
  color: #0a66c2;
}
.fb-post img,
.ig-post img,
.li-post img,
.x-post img {
  border-radius: 8px;
  margin-top: 10px;
  width: 100%;
}
