@charset "utf-8";
/* CSS Document */

.pkp_structure_main p {
    line-height: 1.785rem;
    margin: 1.43rem 0;
    text-align: justify;
}

@media (min-width: 1200px) {
    .pkp_structure_page {
       
        margin-bottom: 2.143rem;
    }
}


.pkp_structure_page {
    margin: 0 auto;
    /* max-width: 1160px; */
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


@media (min-width: 992px) and (min-width: 992px) {
    .pkp_navigation_primary {
        display: inline-block;
        max-width: 86%;
        text-align: left;
    }
}



#navigationPrimary a {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .83rem;
    font-weight: 700;
    text-transform: uppercase;
}



.pkp_site_name .is_img::after {
        content: "The Legal Journal of Artificial Intelligence and Sustainable Development"; /* Add your desired text */
        display: block; /* Make it appear on a new line */
        margin-top: 10px; /* Space between image and text */
        font-size: 18px; /* Customize as needed */
        color: #FFF; /* Customize as needed */
    }
	
	
	
	
	@media (min-width: 992px) {
    .pkp_site_name .is_img {
        display: flex; /* Use Flexbox to place items side-by-side */
        align-items: center; /* Vertically center image and text */
        gap: 20px; /* Space between image and text */
    }
    .pkp_site_name .is_img img {
        max-height: 80px;
    }
    
.pkp_site_name .is_img::after {
        content: "The Legal Journal of Artificial Intelligence and Sustainable Development"; /* Add your desired text */
        display: block; /* Make it appear on a new line */
        margin-top: 10px; /* Space between image and text */
        font-size: 18px; /* Customize as needed */
        color: #FFF; /* Customize as needed */
    }
	
	 .pkp_site_name .is_img::after::before {
        content: "Second text here"; /* Second text below the first */
        margin-top: 10px; /* Space between first and second text */
        font-size: 14px; /* Customize as needed */
        color: #666; /* Customize as needed */
    }
	
}
	
	
	
	
	