/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

body.body-scroll-hide{
    overflow: hidden;
}
.glo-first-feature .pcsl-content.pcsl-content-full{
    width: 100% !important;
    order: -1;
    margin-bottom: 20px;
}
.single-post-companies {
    display: flex;
    gap: 20px;
}

.article-category-row {
  width: max-content;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
}

.article-category-row .cat-title {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-bottom: 6px;
}

/* Blue underline under the category text */
.article-category-row .cat-title::after {
    content: "";
    display: block;
    height: 4px;
    background: #1b154b; /* dark navy blue */
    width: 100%;
    margin-top: 4px;
}

/* Long thin gray line after the blue bar */
.article-category-row .cat-line {
    flex-grow: 1;
    height: 1px;
    background: #dcdcdc;
    margin-left: 12px;
    margin-top: -6px;
}
