body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body div, p, span, ul, li {

  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.posts {

}

.post a {
  color: #2374B4;
  text-decoration: underline;
}

.post a:hover, .post a:focus {
  color: #18507C;
  text-decoration: none;
}

.posts a:active {
  color: black;
  text-decoration: underline;
}

.post-wrapper {
  border: 1px solid #929692;
  background-color: white;
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
  width: calc(25% - 16px);
}

@media screen and (max-width: 1200px) {
  .post-wrapper {
    width: calc(33.33% - 16px);
  }
}

@media screen and (max-width: 768px) {
  .post-wrapper {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 512px) {
  .post-wrapper {
    width: calc(100% - 16px);
  }
}

.columns-4 .post-wrapper {
  width: calc(25% - 16px);
}

@media screen and (max-width: 1200px) {
  .columns-4 .post-wrapper {
    width: calc(33.33% - 16px);
  }
}

@media screen and (max-width: 768px) {
  .columns-4 .post-wrapper {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 512px) {
  .columns-4 .post-wrapper {
    width: calc(100% - 16px);
  }
}

.columns-3 .post-wrapper {
  width: calc(33.33% - 16px);
}

@media screen and (max-width: 1200px) {
  .columns-3 .post-wrapper {
    width: calc(33.33% - 16px);
  }
}

@media screen and (max-width: 768px) {
  .columns-3 .post-wrapper {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 512px) {
  .columns-3 .post-wrapper {
    width: calc(100% - 16px);
  }
}

.columns-2 .post-wrapper {
  width: calc(50% - 16px);
}

@media screen and (max-width: 1200px) {
  .columns-2 .post-wrapper {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 768px) {
  .columns-2 .post-wrapper {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 512px) {
  .columns-2 .post-wrapper {
    width: calc(100% - 16px);
  }
}

.columns-1 .post-wrapper {
  width: calc(100% - 16px);
}

@media screen and (max-width: 1200px) {
  .columns-1 .post-wrapper {
    width: calc(100% - 16px);
  }
}

@media screen and (max-width: 768px) {
  .columns-1 .post-wrapper {
    width: calc(100% - 16px);
  }
}

@media screen and (max-width: 512px) {
  .columns-1 .post-wrapper {
    width: calc(100% - 16px);
  }
}

.post-wrapper .post-wrapper {
  width: calc(100% - 1rem);
  margin: 0 0.5rem 0.75rem;
  border: none;
  background-color: #ececec;
}

.post {
  width: 100%;
}

.post .post-image {
  width: calc(100% - 0.9rem);
  height: auto;
  display: block;
  padding: 0 0.45rem;
}

.post .thumbnail-image {
  display: inline;
  width: 50px;
  height: 50px;
}

.user-lockup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}

.user-lockup .avatar {
  margin-right: 1rem;
}

.user-lockup .user-id {
  flex: 1;
}

.avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.reply-avatar {
  width: 24px;
  height: 24px;
}

.icon {
  width: 50px;
  height: auto;
  display: inline-block;
  box-sizing: content-box;
}

.icon svg,
.icon svg use {
  width: 100%;
  height: auto;
}

.icon.icon-small {
  width: 1rem;
  height: auto;
  line-height: 0.5;
}

.icon-retweet {
  color: white;
  background-color: #00816A;
  padding: 0.25rem 0.35rem;
  border-radius: 0.25rem;
}

.post .marginals .icon-twitter, .post .marginals .icon-heart {
  color: #52728E;
  max-width: 1rem;
  padding: 0.5rem;
}

.post .icon-twitter:hover {
  color: #1071BC;
}

.post .icon-heart:hover {
  color: magenta;
}

.post .icon-heart:active {
  color: black;
}

.marginals {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.marginals-body {
  flex: 1;
}

.marginals-body p {
  margin: 0;
}

.marginals-object {
  width: calc(50px + 1rem);
  padding: 0.5rem;
}

.marginals-wrapper {
  display: flex;
  align-items: center;
}

.twitter-user-link {
  display: flex;
  align-items: center;

}

.marginals-body-inner {
  flex: 1;
}

.text-right {
  text-align: right;
}

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

.post .twitter-user-link {
  text-decoration: none;
}

.twitter-user-link .twitter-screename {
  display: block;
  color: black;
  word-break: break-all;
}


.twitter-user-link .twitter-username {
  display: block;
}

.post a.twitter-user-link:hover .twitter-screename {
  text-decoration: underline;
}

.tweet-body {
  padding: 0.5rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.post-wrapper .post-wrapper .tweet-body {
  font-size: 0.9rem;
  margin-bottom: 0;
  padding: 0.15rem;
}

.post-wrapper .post-wrapper .twitter-screename, .post-wrapper .post-wrapper .twitter-username {
  display: inline;
}

.text-small {
  font-size: 0.75rem;
}

.text-subdued {
  color: #667887;
}

.reply-tweet-screename {
  color: black;
}

.post-image {
  margin-bottom: 1rem;
}


