.pkp_structure_head {
    background-color: #1e629200;
}
    .pkp_site_name .is_img img {
        max-height: 130px;
    }
.pkp_page_index .journals {
    display: none;
}
/* Header */
.royalheader {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #003366;
  margin: 20px 0;
}

/* Center logo */
.homeimage {
  text-align: center;
  margin-bottom: 20px;
}
.homeimage img {
  max-width: 120px;
}

/* Card deck layout */
.card-deck {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Individual card */
.card {
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 353px;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: transform 0.2s;
}

.card:hover {
  transform: translateY(-5px);
}
@media (max-width: 400px) {
   .pkp_site_name_wrapper {
    height: 2.857rem;
}
.pkp_site_nav_toggle>span {
    border-bottom: 3px solid #181a6e;
  }
  .pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
    background: #181a6e;
}
.pkp_head_wrapper {
    padding-top: 1.286rem;
}
.pkp_structure_head {
    border-bottom: 1px solid #dddddd00;
}
.has_site_logo .pkp_head_wrapper {
    padding-top: 0.143rem !important;
}
}
.has_site_logo .pkp_head_wrapper {
        padding-top: 3.143rem;
    }

/* Cover image */
.card img {
  width: 100%;
  /*height: 315px;*/
  object-fit: cover;
  border-bottom: 1px solid #ddd;
}

/* Card body */
.card-body {
  padding: 15px;
  text-align: center;
}

.card-title {
      font-size: 16px !important;
    font-weight: bold !important;
    color: #003366;
    margin-bottom: 10px !important;
}
.pkp_brand_footer img {
    width:0px;
}
.pkp_brand_footer {
    padding: 0.143rem;
}
.pkp_footer_content {
    text-align: center;
}
    .pkp_navigation_user {
        text-align: left;
    }
    .pkp_navigation_user_wrapper {
        background: #003366;
    }
.pkp_structure_content {
        padding-top: 0rem;
    }
.pkp_page_index .additional_content {
    padding: 0rem 0rem 0rem 0rem;
    border-top: 1px solid #dddddd00;
}
.pkp_structure_main:first-child:last-child {
        margin-top: 0px;
    }
.pkp_navigation_primary_wrapper {
    display: none;
}
.card-text {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.card-text strong {
  color: #000;
}

/* Footer (View Journal button) */
.card-footer {
  background: #003366;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
}

.card-footer a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.card-footer a:hover {
  text-decoration: underline;
}
.pkp_structure_main:before, .pkp_structure_main:after {
        background: #dddddd00;
    }
.pkp_structure_main {
        width: 100%;
    }