.view-communication .app-shell {
  grid-template-columns: 220px minmax(0, 1fr) 344px;
}

.view-communication #premium-slot,
.view-communication #featured-products-slot {
  display: none;
}

.view-communication .main-content {
  padding: 14px 14px 22px;
}

.view-communication .topbar {
  margin-bottom: 14px;
}

.view-communication #topbar-slot .search-box {
  display: none;
}

.view-communication #topbar-slot {
  justify-content: flex-end;
}

.communication-view {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(8, 11, 22, 0.92), rgba(9, 12, 24, 0.86));
  padding: 14px;
}

.communication-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 14px;
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 12px;
}

.communication-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.communication-header p {
  margin: 6px 0 0;
  color: #9aa6c5;
  font-size: 12px;
}

.communication-controls {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.communication-search-box {
  height: 40px;
  border: 1px solid rgba(122, 162, 255, 0.28);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.02);
}

.communication-search-icon {
  width: 13px;
  height: 13px;
  border: 2px solid #89a9ff;
  border-radius: 50%;
  position: relative;
}

.communication-search-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  border-radius: 2px;
  background: #89a9ff;
  right: -5px;
  bottom: -3px;
  transform: rotate(42deg);
}

.communication-search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #e8edff;
  font-size: 13px;
}

.communication-search-box input::placeholder {
  color: #8f98b7;
}

.communication-filter-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #a4b0d1;
  font-size: 12px;
  font-weight: 700;
}

.communication-filter-wrap select {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #d9e3ff;
  padding: 0 8px;
}

.communication-meta {
  display: flex;
  justify-content: flex-end;
  padding: 10px 2px 0;
}

.communication-meta p {
  margin: 0;
  color: #9da8c7;
  font-size: 12px;
  font-weight: 700;
}

.communication-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.post-card {
  border: 1px solid rgba(128, 154, 221, 0.24);
  border-radius: 14px;
  background: rgba(16, 24, 38, 0.95);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
  padding: 14px;
}

.post-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 8px;
}

.post-head h3 {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  color: #ebf0ff;
  display: inline-flex;
  align-items: top;
  gap: 7px;
  line-height: 1.2;
}

.post-head span {
  color: #94a0c0;
  font-size: 13px;
  /* white-space: nowrap; */
}

.post-account-line {
  margin: 0 0 10px;
  color: #99a9ca;
  font-size: 11px;
  font-weight: 600;
}

.post-short,
.post-long {
  margin: 0;
  color: #ccd5ec;
  font-size: 13px;
  line-height: 1.55;
}

.post-long {
  margin-top: 8px;
}

.post-toggle {
  margin-top: 8px;
  border: 0;
  background: transparent;
  color: #9cc1ff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.post-engagement {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.post-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 34px;
  flex: 1;
  border-radius: 9px;
  border: 1px solid rgba(140, 164, 210, 0.3);
  background: rgba(39, 57, 86, 0.4);
  color: #d6e3ff;
  font-size: 12px;
  font-weight: 700;
  padding: 0 10px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.post-action:hover {
  background: rgba(57, 83, 126, 0.45);
  border-color: rgba(156, 181, 230, 0.52);
}

.post-action-icon {
  font-size: 12px;
  line-height: 1;
}

.like-btn[aria-pressed="true"] {
  border-color: rgba(250, 122, 144, 0.8);
  background: rgba(250, 122, 144, 0.18);
  color: #ffd5dd;
}

.post-comments {
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(7, 10, 20, 0.72);
  padding: 10px;
}

.post-comments-title {
  margin: 0 0 8px;
  color: #c8d4f4;
  font-size: 11px;
  font-weight: 700;
}

.post-comments-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.post-comments-list li {
  color: #bac8ea;
  font-size: 11px;
  line-height: 1.45;
}

.post-comment-input {
  margin-top: 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  color: #8f9ec4;
  font-size: 11px;
  padding: 8px;
}

.post-media-wrap {
  margin-top: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  aspect-ratio: 4/3;
  position: relative;
}

.post-media-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-badge {
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  color: #f2f7ff;
  background: rgba(14, 16, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.communication-empty {
  margin-top: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 22px;
  text-align: center;
  color: #b5c1de;
  font-size: 13px;
}

@media (max-width: 1280px) {
  .communication-header {
    grid-template-columns: 1fr;
  }

  .communication-controls {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .communication-grid {
    grid-template-columns: 1fr;
  }
}
