.post-pro-shell {
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 45%);
}

.post-pro-toolbar {
    border: 1px solid #e8eefb;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 10px 24px rgba(13, 27, 42, .06);
}

.post-pro-article {
    border: 1px solid #e6edf9;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 16px 34px rgba(13, 27, 42, .08);
    overflow: hidden;
}

.post-pro-header {
    padding: 1.2rem 1.2rem 1rem;
    border-bottom: 1px solid #edf2fc;
}

.post-pro-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .6rem;
    color: #5c6b88;
    font-size: .86rem;
    margin-bottom: .55rem;
}

.post-pro-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border-radius: 999px;
    background: #eaf1ff;
    color: #0d4df5;
    font-weight: 700;
    padding: .26rem .72rem;
}

.post-pro-title {
    color: #122847;
    font-family: "Rubik", sans-serif;
    font-size: clamp(1.45rem, 2.4vw, 2.15rem);
    line-height: 1.23;
    margin-bottom: 0;
}

.post-pro-content {
    padding: 1.2rem;
    color: #2e3e5a;
    font-size: 1.24rem;
    line-height: 1.9;
    text-align: justify;
    text-justify: inter-word;
}

.post-pro-cover {
    float: left;
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    background: #f4f7ff;
    border: 1px solid #edf2fc;
    border-radius: .8rem;
    margin: 0;
}

.post-pro-cover-trigger {
    display: block;
    float: left;
    width: min(54%, 560px);
    margin: .25rem 1.2rem .75rem 0;
    cursor: zoom-in;
}

.post-pro-content p,
.post-pro-content li {
    color: #2e3e5a;
    line-height: 1.9;
    text-align: justify;
    text-justify: inter-word;
}

.post-pro-footer {
    padding: .9rem 1.2rem 1.15rem;
    border-top: 1px solid #edf2fc;
    color: #5c6b88;
    font-size: .88rem;
}

.post-pro-return {
    border-radius: 999px;
    font-weight: 700;
    padding: .46rem .95rem;
}

@media (max-width: 767.98px) {
    .post-pro-cover-trigger {
        float: none;
        width: 100%;
        margin: 0 0 .9rem 0;
    }

    .post-pro-cover {
        float: none;
        width: 100%;
        max-height: 280px;
        margin: 0 0 .9rem 0;
    }

    .post-pro-content {
        font-size: 1.08rem;
        line-height: 1.82;
        padding: 1rem;
    }

    .post-pro-header {
        padding: 1rem;
    }

    .post-pro-footer {
        padding: .85rem 1rem 1rem;
    }
}
