.pkp_brand_footer {
    display: none !important;
}


  /* Remove default OJS footer background and spacing */
  .pkp_structure_footer {
     border-top: 1px solid #dee2e6;
    padding: 20px 0 !important;
    text-align: center !important;
  }

  .custom-footer a {
    color: #0d6efd;
    text-decoration: none;
    margin: 0 6px;
    font-weight: 500;
  }

  .custom-footer a:hover {
    text-decoration: underline;
  }

  .custom-footer p {
    margin: 6px 0;
    color: #333;
    font-size: 0.95rem;
  }

  .custom-footer img.cc-logo {
    height: 22px;
    vertical-align: middle;
    margin-left: 4px;
  }

.editorial_member {
    padding: 12px 16px;
    border-left: 4px solid #0d6efd;
    border-radius: 12px;
    margin-bottom: 1rem;
    display: flow-root;
}
.editorial_member::after { content: ""; display: block; clear: both; } /* auto clearfix */

.author_image {
    border-radius: 50%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    float: right;
    width: 110px;
    height: 120px;
}
.author_name{
    font-size: 18px;
    font-weight: 600;
     margin-bottom: 6px;
}

.pkp_site_name{
    margin-bottom: 1rem !important;
}
a:active {
  text-decoration: none !important;
}

@media (min-width: 992px) {
    .pkp_site_name {
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        padding: 0;
        white-space: normal;
        font-size: 40px !important;
        background: transparent;
        overflow: visible;
    }
}
 
