.single-post-category-badges-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.single-post-category-badge {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 8px 16px;

    background-color: #FFD800;
    border-radius: 4px;
}

.single-post-category-badge-text {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.333;
    color: #012F6B;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

/***********************************************/
/***********************************************/
/***********************************************/

@media only screen and (max-width: 900px) {}