.discourse-topic-intro-heading {
    width: 100%;
}
/* .discourse-topic-intro-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} */
.logo-lbv-community {
    object-fit: contain;
    width:300px;
    float: left;
    margin: 0 0.9em 0.9em 0;
}
@media (max-width: 460px) {
    .logo-lbv-community {
        display: block;
        width: 300px;
        float: none;
        margin: 0.2em auto 0.9em auto;
    }
  }
.discourse-topic-expl {
    hyphens: auto;
}
button.gotodiscourse {
    display: block;
    width: 300px;
    margin: 0.5em auto;
    padding: 0.5em 1em;
    border-radius: 50px;
    border: none;
    background-color: #ff7e0c;
    color: white;
    text-align: center;
    transition: all 0.3s;
}
button.gotodiscourse:hover {
    background-color: #eb5808;
}
button.gotodiscourse a {
    color: white !important;
}
.discourse-topic-posts-heading {
    margin: 2em 0 1.3em 0;
}
.discourse-post {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 1em;
    border-bottom: 2px solid gainsboro;
    margin-bottom: 2em;
}
.discourse-post-last {
    border-bottom: none;
    margin-bottom: 0;
}
.discourse-post .discourse-avatar {
    flex-grow: 0;
    width: 64px;
    margin-right: 1em;
}
.discourse-post .discourse-avatar img {
    object-fit: contain;
    border-radius: 50%;
}
.discourse-post-body {
    flex-grow: 3;
}
.discourse-post-heading {
    display: flex;
    justify-content: flex-start;
    font-size: 105%;
    color:darkslategray;
    margin-bottom: 1em;
}
.discourse-post-user,
.discourse-post-date {
    font-weight: bold;
}
.discourse-post-user {
    text-align: left;
}
.discourse-post-date {
    text-align: left;
}
.discourse-post .lightbox .meta {
    display: none;
}