/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 11 2026 | 05:22:40 */
/* ==========================================================
   PROJECT BADGE
========================================================== */

.ak-project-badge{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:2px;
    margin-bottom:2px;

    padding:4px 10px;

    background:#EEF5FF;

    border:1px solid #D8E9FF;

    border-radius:5px;

    color:#148CFF;

    font-size:13px;
    font-weight:600;

    line-height:1.2;

}