.post .post-detail {
    display: flex;
    width: 100%;
    margin-bottom: 5rem;
    margin-top: 5rem;
}
.post .post-detail__left {
    flex: 0 0 100%;
}
.post .post-detail__left-content .post-title {
    margin-bottom: 2rem;
}
.post .post-detail__left-content .post-time-share {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #949494;
}
.post .post-detail__left-content .post-time-share .right {
    display: flex;
    justify-content: space-between;
}
.post .post-detail__left-content .post-time-share .right a {
    margin: 0 5px;
}
.post .post-detail__left-content .post-time-share .right a svg {
    font-size: 13px;
    color: #949494;
    width: 25px;
    height: 12px;
    border: 1px solid #949494;
    border-radius: 50%;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 6px 0;
}
.post .post-detail__left-content .post-content p {
    margin-top: 1rem;
}
.post .post-detail__left-content .post-content p {
    margin-top: 1rem;
}
.post .post-detail__left-content .post-content img {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100% !important;
}

#blog-detail-avatar {
    width: 25.5rem;
}

@media (min-width: 768px) {
    #blog-detail-avatar {
        width: 11.5rem;
        height: 7rem;
    }
}

pre {
    white-space: pre-wrap;
    word-break: break-word;
    overflow-x: auto;
    max-width: 100%; 
}

@media (max-width: 767px) {
  pre {
    font-size: 13px;
  }
}

