.oath-ceremonywrap{
    .postHeader{
        margin-bottom: 42px;
    }
    .election-description{
        padding: 10px;
    }
    .footerCountLikes{
        li{
            width: 25%;
            a{
               svg{
                color: #A6A6A6!important;
               } 
            }
        }
    }
    .buttonWrap {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin: 10px 0 0 0;
        .socialbtn {
          padding: 12px 20px;
          margin: 0 8px 0 0;
          border: 1px solid $st-border-secondary;
          font-weight: 500;
          font-size: $st-font16;
          color: $st-text-third;
          border-radius: 8px;
          float: left;
          background: $st-eighth-bg;

          @media #{$small} {
            font-size: 1rem;
          }

          &:last-child {
            // margin: 0;

            @media #{$small} {
              width: 50%;
            }
          }

          &.active {
            background: $st-primary-bg;
            color: $st-eighth-bg;

            @media #{$small} {
              width: 50%;
            }
          }

          &:hover {
            background-color: $st-btn-fifth;
            color: $st-text-ninth;
          }



          // @media #{$small} {
          //   width: auto;
          //   line-height: 35px;
          //   height: auto;
          //   margin:0 10px 0 0;
          //   white-space: nowrap;
          // } 
        }



        @media #{$small} {
          display: flex;
          margin: 0 auto;
          width: 100%;
        //   padding:10px 0 0 0;
        }
      }
}