.nos-boostes-cpt-container{
    max-width: 1140px; /* fallback */
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
/**
  * Post archive page tempalte
*/
.nos-boostes-archive-header{
    margin-top: 30px;
    margin-bottom: 30px;
}
.nos-boostes-archive-title{
    margin: 0;
    text-transform: capitalize;
}
.nos-boostes-archive-subtitle{
    color: #666;
}
.nos-boostes-archive-layout{
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    padding-bottom: 50px;
}
.nos-boostes-archive-layout .nos-boostes-archive-posts .nos-boostes-content .excerpt{
    margin: 0 0 10px;
}
.nos-boostes-archive-layout .nos-boostes-archive-posts p{
    color: #666;
    line-height: 1.5;
    word-wrap: break-word; 
    word-break: break-word; 
}
.nos-boostes-archive-posts{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 1000px;
}
.nos-boostes-item-card{
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nos-boostes-item-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.nos-boostes-item-card img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    background: #f3f4f6;
    padding: 20px;
}
.nos-boostes-content{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nos-boostes-content h6{
    color:#13aff0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.nos-boostes-content h2{
    text-transform: capitalize;
    color: #333;
    margin: 0 0 10px 0;
}
.nos-boostes-content hr{
    margin:0;
}
.nos-boostes-card-metas-wrapper{
    display: flex;
    flex-direction: column;
    gap:10px;
    justify-content: unset;
    align-items: unset;
}
.nos-boostes-card-metas{
    display:flex; 
    flex-direction:column;
    margin: 10px 0 5px 0;
}
.nos-boostes-card-metas p{
    margin: 0 0 5px;
}
.nos-boostes-item-card .read-more{
    font-family: inherit;
    background-color: #13aff0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
}
/**Filters container**/
.nos-boostes-archive-filters{
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    height: fit-content;
}
.nos-boostes-archive-filters h3{
    margin-top: 0;
}
.nos-boostes-archive-filters label{
    display: block;
    margin-bottom: 12px;
}
.nos-boostes-archive-filters select,
.nos-boostes-archive-filters input{
    width: 100%;
    padding: 6px;
    margin-top: 4px;
    box-sizing: border-box;
}
/**
 * Single post template
*/
.nos-boostes-single-article{
    padding-top: 50px;
    padding-bottom:50px;
}
.nos-boostes-single-article 
.nos-boostes-single-wrapper 
.nos-boostes-single-content 
.nos-boostes-single-description p{
    margin:0
}
.nos-boostes-single-article h6{
    color:#13aff0;
    text-transform: uppercase;
    font-weight: 700;
    margin:0;
}
.nos-boostes-single-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.nos-boostes-single-thumbnail{
    flex: 0 0 350px;
    max-width: 100%;
}
.nos-boostes-single-thumbnail img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.nos-boostes-single-content{
    flex: 1;
    min-width: 250px;
}
.nos-boostes-single-description{
    margin-bottom: 20px;
    word-wrap: break-word;
}
.nos-boostes-single-metas-wrap
{
    display:flex; 
    flex-direction: column;
    justify-content: center;
    margin-bottom:20px;
    color:#333;
}
.nos-boostes-single-metas-wrap strong
{
    color:#13aff0;
}
.nos-boostes-single-metas-wrap .nos-boostes-website-link
{
    text-align: center;
}
.nos-boostes-single-meta{
    display: flex;
    flex-direction: column;
}
.nos-boostes-single-meta p{
    margin: 0 0 5px;
}

.nos-boostes-website-link{
    font-family: inherit;
    background-color: #13aff0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
}
.nos-boostes-website-link:hover{
    background: #13aff0;
    color:white;
}
.nos-boostes-back-link{
    margin-top: 30px;
}
/**
 * Archive pagination
*/
.nos-boostes-archive-pagination .pagination{
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}
.nos-boostes-archive-pagination .pagination .nav-links{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
}
.nos-boostes-archive-pagination .pagination .nav-links span,
.nos-boostes-archive-pagination .pagination .nav-links a {
    display: inline-block;
    padding: 0.5rem 0.9rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
}
.nos-boostes-archive-pagination .pagination .nav-links a:hover {
    background: #f5f5f5;
    border-color: #aaa;
}
.nos-boostes-archive-pagination .pagination .nav-links .current {
    background: #13aff0;
    color: #fff;
    border-color: #13aff0;
    font-weight: bold;
}
/**
 * Responsive breakpoints
*/
@media(max-width: 1200px){
    /** Archive Post Page**/
    .nos-boostes-archive-layout {
        grid-template-columns: 1fr;
    }
}
@media(min-width: 968px){
    .nos-boostes-card-metas-wrapper{
        display: flex;
        flex-direction: unset;
        gap:unset;
        justify-content: space-between;
        align-items: center;
    }
    /** Single Post **/
    .nos-boostes-single-metas-wrap{
        display:flex; 
        align-items: center;
        flex-direction: unset;
        justify-content:space-between;
        margin-bottom:20px;
        text-align: unset;
    }
}
@media(min-width: 768px){
     /** Archive Post Page**/
    .nos-boostes-filters{
        order: -1;
    }
    .nos-boostes-item-card{
        flex-direction: row;
        align-items: stretch;
    }
    .nos-boostes-item-card img{
        width: 250px;
        max-height: none;
        object-fit: contain;
        padding: 30px;
    }
    .nos-boostes-content{
        flex: 1;
        padding: 30px;
        text-align: left;
    }
}
@media(min-width: 1200px) and (max-width: 1280px){
    .nos-boostes-card-metas-wrapper{
        display: flex;
        flex-direction: column;
        gap:10px;
        justify-content: unset;
        align-items: unset;
    }
}



  
