.post-header {
    padding-top: 4px;
    margin-bottom: 11px;

}
.post-header .community-follow {
    position: relative;
}
.post-title {
    /*display: flex;*/
    width: 80%;
}
.post-header .post-title .status-label {
    vertical-align: middle;
}
.post-title > div {
    width: inherit;
    display: inline;
}
.community-follow button {
    position: initial; 
    line-height: 32px;  
}
.community-follow button[data-selected="true"]::after,
 .community-follow button[aria-expanded="false"]::after{ 
    border-left: 1px solid #784480;
    line-height: 20px;
}
.post-header .community-follow button::after {
    border-left: 1px solid #784480;
    line-height: 20px;
    color: #fff;
    margin: 3px 0 3px 15px;
    font-family: 'Noto Sans Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 0.813em;
}
.post-info-container .post-info .post-author .status-label:hover {
    color: #FFFFFF;
}
.post-info-container {
    padding-bottom: 28px;
    margin-bottom: 0;
}
.post-header .community-follow button {
    background-color: var(--purple1); /*#915FDC;*/
    border-radius: 0px;
    position: relative;
    font-size: 0.813em;
    line-height: 1.4;
    padding: 5px 0;
    text-transform: uppercase;
    color: #fff !important;
    border: none;
    font-family: 'Noto Sans Bold';
    outline: none;
    min-width: 129px;
    font-weight: 500;
}
.post-header .community-follow button:focus, .post-header .community-follow button:hover{
    background-color: var(--purple2);
    border: none;
}
.post-header .community-follow button:active{
    background-color: var(--pink6); /*#7547D3;*/
    border: none;

}
.post-info .post-author .status-label {
    width:auto;
  }
.post-content, .post-body,
 .comment-wrapper .comment-body,
 .post-content p, .post-body p,
 .comment-wrapper .comment-body p{
    font-family: 'Noto Sans', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica;
    font-size: 13px;
    line-height: 1.4;
    color: var(--grey6);
    padding-bottom: 3px;
}
.post-container {
    flex-direction: row;
}
.post-container ul.comment-list {
  margin-bottom: 0;
} 
.post-container .pagination {
    margin: 0;
    display: block;
}
.post-content, .post-body p:last-child {
    margin-bottom: 2px;
  }
.post-container .pagination .pagination-list{
    margin: 15px 0;
}
.post-content .post-body a {
    color: var(--green4);
}
.post-content .post-body a:hover {
    color: #376234;
}
.post-header .community-follow:hover::before, .post-header .community-follow:hover::after,
.post-header .community-follow::before, .post-header .community-follow::after{
     background-color: var(--purple3);
}

.post-header .community-follow:active::before, .post-header .community-follow:active::after {
    background-color: #3F2C44; /*#5C3DAA;*/
}  
.post-header .community-follow:before,
.post-header .community-follow:after{
    background-color: var(--purple3);
    height: 6px;
    width: 50%;
    position: absolute; 
    bottom: -6px;
    content: "";
}
.post-header .community-follow:before {
    
    left: 2px;
    -webkit-transform: skewX(35deg);
    transform: skewX(35deg);
}
.post-header .community-follow:after{
    right: 2px;
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
}
.post-author, .comment-author {
    justify-content: initial;
}
.comment-author {
    margin-bottom: 13px;
}
.post-meta, .comment-meta {
    flex: initial;
    line-height: normal;
}

.post-info .post-author .post-meta span a {
    font-size: 15px;
    line-height: 21px;
    color: var(--green4);
}
.post-info .post-author .post-meta span a {
    color: var(--green4);
}
.post-info .post-author .post-meta span a:hover {
    color: #376234;
}
.post-info .post-author .post-meta ul li,
.post-info .post-author .post-meta ul,
.comment-wrapper .comment-author .comment-meta .meta-group .meta-data {
    font-size: 15px;
    line-height: 21px;
    color: #747676;
}

.post-sidebar {
    border-top: none;
    padding-top: 0;
    padding-bottom: 35px;
}
.post-sidebar .post-sidebar-title {
    font-size: 0.813em;
    line-height: 1.4;
    font-weight: normal;
    margin: 18px 0 13px;
    color: var(--grey6);
}
.post-avatar {
    margin-bottom: 28px;
}
.hexagon {
    position: relative;
    min-height: 20px;
    width: 20px;
    min-width: 20px;
    /*background-color: #333;*/
}
.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.hexagon:before {
    bottom: 100%;
    /*border-bottom: 6px solid #333;*/
}

.hexagon:after {
    top: 100%;
    width: 0;
    /*border-top: 6px solid #333;*/
}

.upvote-icon {
  transform: scale(1, -1);
}
.upvote-icon, .downvote-icon { 
  position: absolute;
  top: 0;
  left:0;
  width: 20px; 
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.post-actions-wrapper .post-vote .vote-up svg {
  /*transform: none;*/
}
.vote {
    flex-direction: row;
    height: 20px;
}
.post-actions-wrapper {
    margin-top: 15px;
}
.post-actions-wrapper .post-actions.actions.dd-action button {
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;

}
.post-actions-wrapper {
    text-align: end;
}
.post-actions-wrapper .post-actions.actions.dd-action {
    display: inline-block;
        margin-top: 15px;
}
.post-actions-wrapper .post-vote button.vote-down,
.post-actions-wrapper .post-actions.actions{
    display: none;
}
.comment { 
    padding: 13px 0 0;
}
.comment-wrapper .comment-author .comment-meta span a {
    font-size: 15px;
    line-height: 21px;
    color: var(--green4);
}
  
.comment-wrapper .comment-author .comment-meta span a:hover {
    color: #376234;
}
.comment-wrapper .comment-info .comment-body a {
    color: var(--green4);
}
.comment-wrapper .comment-info .comment-body a:hover {
    color: #376234;
} 
.comment-wrapper .comment-body p{
    margin-bottom: 13px;
}  
.post-actions-wrapper .post-vote .vote-sum,
.comment-actions-container .comment-vote .vote-sum{
    /*margin: -1px 0px 0px 8px; */
    font-size: 0.813em;
    line-height: 1.4;
    color: var(--grey6);
    width: 20px;
    text-align: right;
}
.comment-wrapper .comment-actions-container .comment-vote {
    margin-top: 20px;
}
.comment-wrapper .comment-actions-container .comment-actions {
    text-align: right;
    padding-top: 10px;
}
.comment-actions-container .comment-vote .vote-down {
    margin-left: 3px;
}
.comment-actions-container  .comment-actions button {
    padding: 0;
    display: inline-block;
    min-height: auto;
    min-width: auto;
}
.comment-overview {
    border-top: 0;
    padding: 28px 0 8px 0;
}
.comment-overview .comment-heading{
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: -5px;
} 
.comment-overview .comment-callout {
    font-size: 0.813em;
    line-height: 1.4;
    color: #747676;
}
.post-container .post-comments {
     margin-bottom: 0;
}
.post-container .post-comments .comment-form {
    padding-top: 15px;
}
.post-container .comment-callout-bottm { 
    display: block;
    height: 8px;
    font-size: 0.813em;
    line-height: 1.4;
    color: var(--grey6);
}
.post-container .comment-callout-bottm a,
.post-container .comment-callout-bottm a:focus {
    color: var(--green4);
}
.post-container .comment-callout-bottm a:hover {
    color: #376234;
}
.comment-overview .comment-sorter .dropdown-menu {
    left: -95px;
}
.comment-overview .comment-sorter .dropdown-toggle {
    font-size: 0.813em;
    line-height: 1.4;
    color: #747676;
}
.post-to-community .button-secondary {
    min-width: 213px;
    font-size: 15px;
    /*line-height: 18px;*/
}
.page-header .page-heading {
    text-transform: none;
}
.comment-form-controls .m-button {
    padding: 0;
}
.comment-form-controls input.button {
    margin: 0;
}
.comment-form-controls input.button:focus,
.comment-form-controls input.button:hover{
    background-color: transparent;
    border:0
}
.comment-form-controls {
margin: 15px 0 12px 0;
}
.post {
    max-width: 100%;
}
@media (max-width: 575px) {
    .post-sidebar .post-to-community .button {
         width: 100%;
    }
    .page-header {
        padding-top: 5px;
    }
    .post-header .post-title {
       margin-bottom: 9px;
    }
    .post-avatar {
         margin-bottom: 13px;
    }
   .post-info .post-author .post-meta ul {
         margin-bottom: 0;
    }
    .post-info-container {
        padding-bottom: 13px;
    }
    .post-sidebar .post-to-community a.button {
         width: 100%;
    }

    .comment-actions  ._700314b8edbe3553fb85e0577cdf161a-css {
      width: 220px;
      left: 0px;
    }
}
@media (min-width: 768px) {
    .community-follow-container {
        position: absolute;
        right: 0;
        top: 0px;
    }
    .post-header {
        position: relative;
    }
}
@media (max-width: 767px) {
    .post-header {
        align-items: start;
        margin-bottom: 11px;
        padding-top: 9px;
    }
    .post-header .community-follow {
         width: auto;
    }
    .post-header .community-follow button {
        width: 120px;
        padding: 6px 25px 6px 0px;
        height: 39px;
    }
    .post-header .community-follow button::after {
        margin: -3px 6px 3px 15px;
    }
    .post-header .community-follow:after {
        right: 3px;
    }
    .post-title {
        margin-bottom: 9px;
    }
    .post-sidebar .post-to-community .button {
         width: auto;
    }
}
@media (min-width: 1024px) {
    .post {
        flex: 1;
        max-width: 100%; 
    }
    .post-sidebar {
        text-align: center;
    }  
}

@supports (-webkit-touch-callout: none) {
    .upvote-icon, .downvote-icon {
        min-height:30px;
        min-width: 30px;
    }
}