.feed-cta-banner__text {
  display: none;
}

.attributed-text-segment-list__container {
  position: relative;
}

.span-view-more {
  cursor: pointer;
}

article {
  min-height: auto !important;
}

.span-view-more:hover {
  color: #0969c3;
  text-decoration: underline;
}

.content-div {
  margin: 20px auto;
  width: 500px;
  height: auto;
  border: none;
}

.papabear\:min-h-\[calc\(100vh_-_76px_-_50px\)\] {
  min-height: 100px;
  height: auto !important;
}

[data-test-id="main-feed-activity-embed-card__social-actions"] {
  margin: 0;
}

.social-action-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-action-bar__button,
.embedded-social-share {
  flex: content;
}

.embedded-social-share .modal__outlet--outlet-button-square {
  width: 100%;
}

/*  Share Model  */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #23292f;
  z-index: 9999;
}

.share-options {
  list-style: none;
  background: none;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0;
}

.social-share {
  background: none;
  border: none;
  padding: 7px 14px;
  cursor: pointer;
}

.social-share:hover {
  background-color: #fff;
}

.close-modal {
  position: absolute;
  right: 16px;
  top: 16px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.modal-content {
  text-align: center;
}

.modal-content h2 {
  color: white;
  font-size: 19px;
  margin-bottom: 14px;
}

.linkedin svg {
  fill: #0a66c2;
}

.facebook svg {
  fill: #1c74f4;
}

.twitter svg {
  fill: #6cadde;
}

.embedded-social-share__outlet-button-square-icon,
.social-action-bar__icon {
  width: 22px;
  margin-right: 10px;
}

.slider {
  display: flex;
  overflow-x: auto;
  /* Allows horizontal scrolling */
  scroll-snap-type: x mandatory;
  /* Snap effect */
}

.slider img {
  min-width: 100%;
  /* Ensures each image takes full width */
  scroll-snap-align: start;
  /* Align images on snap */
  margin-right: 10px;
  /* Optional: space between images */
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}

.slider img {
  width: 100%;
  display: none;
  /* Hide all images initially */
}

.slider img.active {
  display: block;
  /* Show active image */
}

.slider .prev,
.slider .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
}

.slider .prev {
  left: 10px;
}

.slider .next {
  right: 10px;
}

.linkedin-pagination {
  display: flex;
  justify-content: flex-end;
  padding: 4px;
  gap: 4px;
}

.pagination-buttons {
  font-family: "Manrope";
  font-size: 15px;
  font-weight: 500;
  line-height: 17.76px;
  text-align: left;
}

.pagination-button-group {
  display: flex;
  border-radius: 4px;
  padding: 8px;
  gap: 4px;
}

.pagination-button-group:hover {
  background-color: #e8e8e8;
  cursor: pointer;
}
