/* Fix pinned social bar */
.pinnedMiddleRight {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.pinnedMiddleRight ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pinnedMiddleRight li {
  width: 40px;
  height: 40px;
}
.pinnedMiddleRight img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Remove empty space in Instagram section */
#comp-lfvhmkjl1 {
  min-height: auto !important;
  height: auto !important;
}
.comp-jescrz95 {
  min-height: auto !important;
}
.comp-jescrz99 {
  min-height: auto !important;
  padding-bottom: 40px !important;
}

/* Fix Instagram box height to show @valivans.club link */
#comp-jescrza2 {
  min-height: 280px !important;
  height: auto !important;
}
#comp-jf9joc9v {
  margin-top: 10px !important;
}

/* Force @valivans.club link to be visible in box */
#comp-jf9joc9v {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin-top: 15px !important;
}

/* Ensure box has proper layout */
#comp-jescrza2 [data-mesh-id="comp-jescrza2inlineContent-gridContainer"] {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
