@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 130px;
    }
}

.cmp_manuscript_button, .obj_galley_link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #ffd120;
    color: rgba(0, 0, 0, 0.84);
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.quicklink-box {
  display: inline-block;
  background-color: #ffd120;
  border: 1px solid #ffd120;
  padding: 15px;
  margin: 10px 0;
  text-align: center;
  transition: all 0.3s ease;
}
.quicklink-box a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.quicklink-box:hover {
  background-color: black;
  border: 1px solid black;
}
.quicklink-box:hover a {
  color: white;
}

element.style {
    background-color: transparent;
    color: #000000;
    border-radius: 2px;
    border: 1px solid #000000;
    padding: 10px 10px;
    margin-left: 0px; !important
    margin-bottom: 20px;
}

.obj_article_details .galleys_links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    margin-top: -25px;
}

.obj_article_summary>.title a {
    color: black;
    text-decoration: auto;
    text-transform: uppercase;
}

.pkp_navigation_primary_row {
        background: #ffd120;
        padding-left: 2.143rem;
        padding-right: 2.143rem;
    }

#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: #000000;
}

#navigationUser a, #user-nav-wraper a {
    font-size: 12px;
    border: 0;
    background-color: #ffd120;
    color: black;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 5px;
}

.pkp_nav_list ul.hover {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1000;
        width: 15em;
        margin: 0;
        padding: 0;
        background: #ffd120 !important;
        border-radius: 3px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }

.pkp_structure_footer_wrapper {
    background: #ffd120;
    border-top: 1px solid #ddd;
    border-bottom: 1.43rem solid #fff;
}

.pkp_navigation_search_wrapper a {
        padding-bottom: 6px;
        border-bottom-width: 4px;
        color: #000000;
    }

.obj_article_details .authors li {
    margin-bottom: 0px;
}

.page-container {
    display: flex;
    flex-wrap: wrap; /* Allow the columns to wrap on smaller screens */
  }
  
.page-container .column {
    flex: 1;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 2px;
    margin-right: 10px; /* Adjust the gap between columns as needed */
    margin-bottom: 10px; /* Add bottom margin to create spacing between rows */
  }

.page-container .column:last-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

.page-container .single-column {
    flex: 100%; /* Make the single-column span the full width */
    padding: 20px;
    border: 1px solid #000;
    border-radius: 2px;
    margin-right: 0;
    margin-bottom: 10px; /* Add bottom margin to create spacing between rows */
  }

.payment-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: #000;
    border: solid;
    border-width: 1px;
    border-radius: 2px;
    border-color: #000000;
    text-decoration: none;
    font-weight: bold;
  }
  
.payment-button:hover {
    background-color: #ffd120;
    color: #000;
  }

.payment-button:active {
    background-color: transparent;
    color: #000;
  }
