/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2026 | 11:18:43 */
.cs-header-topbar .cs-header__post{
    display:flex;
    align-items:center;
    gap:12px;

    width:100%;
    min-width:0;

    padding:10px 30px;

    flex-wrap:nowrap;
    box-sizing:border-box;
}

/* CATEGORY */

.cs-header__post-category{
    flex:0 0 auto;
}

/* TITLE */

.cs-header__post-title{
    flex:1 1 auto;

    min-width:0;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

/* READ NOW */

.cs-header__post-read-now{
    flex:0 0 auto;
    white-space:nowrap;
}