.post-view h1 {
    font-size: 24px;
    margin: 0 0 10px;
    padding: 0;
}

.post-view p {
    line-height: 1.8;
    margin: 10px 0px;
}

.post-view-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.post-view-sub .profile {
    display: flex;
    flex-direction: column;
}

.post-view-sub .username {
    font-weight: bold;
    text-align: left;
}

.post-view-sub .date-time {
    flex: 1;
    text-align: center;
}

.post-view-sub .info {
    text-align: right;
}

.post-view img {
    width: 100%;
    height: auto;
}

.post-view-like-btn-wrapper {
    padding: 40px 0 0px 0;
    text-align: center;
}

.post-view-like-btn {
    background: rgb(251, 191, 36);
}

.post-view-modify-btn {
    min-width: 100px;
}

.post-view-delete-btn {
    min-width: 100px;
}

.post-view-like-btn-wrapper ion-icon {
    vertical-align: middle;
    font-size: 16px;
    /* color: red; */
}

.post-view .card-body {
    line-height: 1.625;
    font-size: 16px;
    padding: 16px;
}

.post-view .card-body li {
    margin: 10px 0;
}

.post-view a {
    border: none;
    background: transparent !important;
    color: #85b8ff;
}

.post-view .card-body.card-main {
    background-color: #fff;
}

.text-white {
    color: #000 !important;
}