@charset "utf-8";
/* CSS Document */

.pkp_site_name .is_img:after {
    
   
}

@media (min-width: 992px) {

  /* First line: journal title */
  .pkp_site_name .is_img::after {
    content: "ISSN Number: Print: 3107-2178 / Online: 3107-2186";
    display: block;
    margin-top: 10px;
    font-size: 14px;   /* bigger */
    color: #333;
  }

  /* Second line: ISSN, smaller font */
  .pkp_site_name .is_img::before {
    
	
	 content: "Al-Zaytoonah University Journal of Business";
	
    display: block;
    margin-top: 40px;  /* space below logo; adjust as needed */
    font-size: 22px;   /* smaller */
    color: #333;
  }
}


.pkp_site_name_wrapper {
    padding-left: 2.143rem;
    padding-right: 2.143rem;
}


@media (min-width: 992px) {
    .pkp_site_name .is_img {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}




.pkp_site_name_wrapper {
    background: #ffffff;
    border-bottom: 3px solid #d9a41b;  /* gold line to match your accent */
}


.pkp_brand_footer img
{
	display:none;
}

.additional_content img{
width:250px !important;
padding:10px !important;
margin:10px !important;
}