/* screen - student-hub-me-my-posts */

.student-hub-me-my-posts {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px none;
  cursor: pointer;
  display: flex;
  width: 1440px;
}

.student-hub-me-my-posts .overlap-group {
  align-items: center;
  background-image: url(../img/my-posts-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 1752px;
  min-width: 1440px;
  padding: 249px 310px;
}

.student-hub-me-my-posts .me {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  height: 434px;
  width: 124px;
}

.student-hub-me-my-posts .my-profile {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-left: 4px;
  width: 83px;
}

.student-hub-me-my-posts .my-basics {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-left: 7px;
  margin-top: 18px;
  width: 80px;
}

.student-hub-me-my-posts .link {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-left: 7px;
  margin-top: 16px;
  width: 80px;
}

.student-hub-me-my-posts .link-1 {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-left: 3px;
  margin-top: 16px;
  width: 116px;
}

.student-hub-me-my-posts .my-places {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-left: 3px;
  margin-top: 19px;
  width: 116px;
}

.student-hub-me-my-posts .my-clubs-orgs {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-left: 3px;
  margin-top: 16px;
  width: 121px;
}

.student-hub-me-my-posts .my-events {
  border: 1px solid;
  border-color: var(--hint-of-red);
  cursor: pointer;
  height: 24px;
  margin-top: 18px;
  width: 116px;
}

.student-hub-me-my-posts .my-posts {
  border: 1px solid;
  border-color: var(--white);
  height: 24px;
  margin-left: 4px;
  margin-top: 17px;
  width: 112px;
}

.student-hub-me-my-posts .profile-visibility {
  border: 1px solid;
  border-color: var(--concrete);
  cursor: pointer;
  height: 24px;
  margin-left: 4px;
  margin-top: 18px;
  width: 112px;
}

.student-hub-me-my-posts .link-a-site {
  border: 1px solid;
  border-color: #006eb5;
  cursor: pointer;
  height: 28px;
  margin-bottom: 366.0px;
  margin-left: 127px;
  width: 111px;
}

.student-hub-me-my-posts .add-a-post {
  border: 1px solid;
  border-color: #006eb5;
  cursor: pointer;
  height: 28px;
  margin-bottom: 366.0px;
  margin-left: 142px;
  width: 111px;
}
