.linkedin-post {
  display: flex;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 24px;
  background: #fff;
}

.linkedin-embed {
  flex: 0 0 90%;
  overflow: hidden;
}

.linkedin-embed iframe {
  width: 100%;
  height: 650px;
  border: 0;
  display: block;
}

.linkedin-action {
  flex: 0 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #f1f5f9;
  background: #f8fafc;
}

.linkedin-open-btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #0a66c2;
  text-decoration: none;
}

.linkedin-open-btn svg {
  width: 22px;
  height: 22px;
}

.linkedin-open-btn:hover {
  background: rgba(10, 102, 194, 0.12);
  transform: scale(1.05);
}
