.post-author-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.post-founder-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    margin-top: 5px;
    padding: 3px 9px;

    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;

    background: linear-gradient(
        135deg,
        #8b0000,
        #d62828
    );

    border: 1px solid #ff4d4d;
    border-radius: 999px;

    box-shadow: 0 0 8px rgba(214, 40, 40, 0.35);
}

.post-author-info small {
    width: 100%;
    margin-top: 2px;
}

.member-profile-link {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.member-profile-link:hover {
    color: #72a9fa;
    text-decoration: underline;
    text-underline-offset: 3px;
}