/* Hide only the About the Journal title on homepage */
.homepage_about h2 {
    display: none !important;
}


/* FORCE sidebar labels to be bold */
.obj_article_details .entry_details .label {
    font-size: 1rem;
    font-weight: 900 !important;   /* stronger + force it */
    color: #000;
    margin-bottom: 2px;
}


/* Smaller label text for Abstract + Keywords */
.obj_article_details .item.abstract .label,
.obj_article_details .item.keywords .label {
    font-size: 0.52em;
    font-weight: 550; /* adjust if you want lighter */
}

/* If you also want the content smaller */
.obj_article_details .item.abstract .value,
.obj_article_details .item.keywords .value {
    font-size: 0.95em;
    line-height: 1.4;
}


.corresponding-email {
    font-weight: normal !important;
}


/* Reduce vertical spacing in sidebar blocks */
.entry_details .item,
.entry_details .sub_item {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

/* Reduce space under labels */
.entry_details .item .label,
.entry_details .sub_item .label {
    margin-bottom: 0.1rem !important;
}

/* Compact value text */
.entry_details .item .value,
.entry_details .sub_item .value {
    margin-top: 0;
}


/* Reduce size of sidebar labels (Published, Issue, Section, License, etc.) */
.entry_details .item .label,
.entry_details .sub_item .label {
    font-size: 0.3rem;
    font-weight: 350;
    line-height: 1;
    margin-bottom: 0.25rem;
}

/* Optional: reduce spacing between label + value */
.entry_details .item .value,
.entry_details .sub_item .value {
    font-size: 0.9rem;
}


/* Meta bar layout */
.article-meta-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin: 0.5rem 0 1rem;
}

/* Meta boxes */
.article-meta-pill {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    background: #e6e6e6;
    color: #006798;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.2;
}

/* Optional: subtle hover */
.article-meta-pill:hover {
    background: #dadada;
}


/* Smaller article title */
h1.page_title {
    font-size: 1.6rem;   /* try 1.4–1.8 until you like it */
    line-height: 1.25;
    margin-bottom: 0.25rem;
}



.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: 16px !important;
}

h1 {
    font-size: 28px !important;
}
h2 {
    font-size: 16px !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 */
}
