.title {
    font-size: 16px !important; /* Adjust this value as needed */
}

.custom_block {
  background: #f7f7f7;
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 1em;
  border-radius: 4px;
}

.block-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-content {
  list-style-type: none;
  padding-left: 0;
}

.block-content li {
  margin-bottom: 5px;
}

.block-content li a {
  text-decoration: none;
  color: #333;
}

.block-content li a:hover {
  text-decoration: underline;
}



.submission-checklist {
    font-family: inherit; /* Inherits from the website's body font */
    font-size: inherit; /* Ensures consistency in size */
    color: inherit; /* Matches the website's text color */
}



.side-menu {
    padding-left: 0;   /* Removes internal padding */
    margin-left: 0;    /* Removes external margin */
    text-align: left;  /* Ensures text is left-aligned */
}


.side-menu li a {
    display: block;
    padding: 10px;    /* Adjusts internal link padding */
    text-decoration: none;
}



.side-menu {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    white-space: normal;
}




.image-right {
    float: right;
    margin: 0 0 10px 15px;
}


.pkp_site_name_wrapper {
    display: block;
    width: 100% !important;
}

.header-logo img {
    padding: 0 !important;
    margin: 0 !important;
}



h2 {
    font-size: 20px !important;
}

h1 {
    font-size: 28px !important;
}
h2 {
    font-size: 28px !important;
}

.pkp_structure_footer {
    background-color: #920000 !important;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 150px !important;
    overflow: hidden;
    display: flex;
    align-items: center;      /* Vertically centers the image */
    justify-content: flex-end; /* Aligns content to the right */
}

.pkp_structure_footer img {
    position: absolute;
    right: 18%; /* The image's right edge will be 25% away from the container's right edge */
    top: 50%;
    transform: translateY(-50%); /* Vertically centers the image within the footer */
    max-height: 80%;
    margin: 0;
    padding: 0;
    display: block;
}
body {
    font-family: 'Roboto', sans-serif;
}
body {
    font-size: 17px !important;
}
/* Style for the journal name */
.pkp_structure_head h1 {
    font-size: 32px !important;  /* Adjust to your desired size */
    font-family: 'Roboto', serif !important;
}

/* Style for the menu items */
.pkp_structure_head nav a {
    font-size: 18px !important;  /* Adjust to your desired size */
    font-family: 'Roboto', serif !important; /* or choose another font if preferred */
}
