  .post-content .post-count-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px 0;
    }

    .post-content hr {
        border: 0;
        border-top: 0.5px solid #555555;
        flex: 1;
    }

    .post-content .post-count {
        background: #fd790d;
        padding: 8px 15px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 40px;
    }

    .post-content .post-count p {
        margin: 0;
        color: #fbfbfb;
    }