
/* increase height of the banner
.pkp_site_name_wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 120px; /* Increase this to adjust overall height */
}

.pkp_site_name {
    max-height: none !important;
}

.pkp_site_logo img {
    max-height: 120px !important;  /* Adjust this height as needed */
    height: auto;
}


/* Hide the PKP brand footer section */
.pkp_brand_footer {
    display: none !important;
}
