/* Base typography for nl-page-content-area and gjs-dashed */
.nl-page-content-area,
.gjs-dashed {
    color: #222;
    line-height: 1.6;
    font-size: 16px;
}

/* Headings */
.nl-page-content-area h1,
.nl-page-content-area h2,
.nl-page-content-area h3,
.nl-page-content-area h4,
.nl-page-content-area h5,
.nl-page-content-area h6,
.gjs-dashed h1,
.gjs-dashed h2,
.gjs-dashed h3,
.gjs-dashed h4,
.gjs-dashed h5,
.gjs-dashed h6 {
    color: #111;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

/* Specific heading sizes */
.nl-page-content-area h1,
.gjs-dashed h1 {
    font-size: 2.5rem;
    letter-spacing: -0.5px;
    font-weight: 700;
    /* Brand header */
}

.nl-page-content-area h2,
.gjs-dashed h2 {
    font-size: 2rem;
    letter-spacing: -0.4px;
}

.nl-page-content-area h3,
.gjs-dashed h3 {
    font-size: 1.75rem;
    letter-spacing: -0.3px;
}

.nl-page-content-area h4,
.gjs-dashed h4 {
    font-size: 1.5rem;
    letter-spacing: -0.2px;
}

.nl-page-content-area h5,
.gjs-dashed h5 {
    font-size: 1.25rem;
    letter-spacing: -0.1px;
}

.nl-page-content-area h6,
.gjs-dashed h6 {
    font-size: 1rem;
    letter-spacing: 0;
}

/* Paragraphs */
.nl-page-content-area p,
.gjs-dashed p {
    margin-bottom: 1.25em;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

/* Strong and bold text */
.nl-page-content-area strong,
.nl-page-content-area b,
.gjs-dashed strong,
.gjs-dashed b {
    font-weight: 600;
    color: #000;
}

/* Links */
.nl-page-content-area a,
.gjs-dashed a {
    color: #007bff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nl-page-content-area a:hover,
.gjs-dashed a:hover {
    text-decoration: underline;
}

/* Lists */
.nl-page-content-area ul,
.nl-page-content-area ol,
.gjs-dashed ul,
.gjs-dashed ol {
    margin: 1em 0 1em 1.8em;
    padding: 0;
}

.nl-page-content-area li,
.gjs-dashed li {
    margin-bottom: 0.5em;
    list-style: disc;
    padding-left: .2em;
}

/* Images */
.nl-page-content-area img,
.gjs-dashed img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
    border-radius: 4px;
}

/* Text blocks */
.nl-page-content-area .text-block,
.gjs-dashed .text-block {
    margin-bottom: 2em;
}

/* Portfolio meta items */
.nl-page-content-area .portfolio_meta_details .single_summery_item,
.gjs-dashed .portfolio_meta_details .single_summery_item {
    margin-bottom: 1em;
}

.nl-page-content-area .portfolio_meta_details h2,
.gjs-dashed .portfolio_meta_details h2 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.nl-page-content-area .portfolio_meta_details p,
.gjs-dashed .portfolio_meta_details p {
    font-size: 1rem;
    margin-bottom: 0;
}

/* Container spacing */
.nl-page-content-area .container,
.gjs-dashed .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Brand header */
.nl-page-content-area .brand-header p,
.gjs-dashed .brand-header p {
    font-size: 1.125rem;
    color: #555;
}

/* Image blocks */
.nl-page-content-area .image-block,
.gjs-dashed .image-block {
    margin: 2em 0;
}
