
header {
    background-color: white !important; /* Sets the background to white */
    color: black !important; /* Sets the text color to black */

}

body {
    background-color: #ffffff !important;
}

.issue {
    background-color: white !important; /* Sets the background color to white */
    color: black !important; /* Ensures text is black for readability */
    padding: 30px !important; /* Optional: Adds space inside the box */
    
}

.article-page__header {
    background-color: black !important; /* Sets the background color to black */
    color: white !important; /* Sets the text color to white */
    
}


.issue__localized_name {
    display: none !important;
}

.volume-title {
    margin-top: 40px;
    
}


.archived-issue {
    
    border: 2px solid rgb(4, 4, 4) !important; /* Creates a gold border for the box */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important; /* Optional: Adds a subtle shadow for depth */
    margin: 10px; /* Adds space between boxes */
    padding: 15px; /* Optional: Adds space inside the box */
    justify-content: space-between !important;
}


.series, .archived-issue__date {
    margin-top: 5px; /* Add spacing between elements */
    
}

.main-header__title {
    margin: 0 auto !important; /* Adjust this value as needed */
}


.issue__title {
    display: inline-flex !important; /* Ensures inline alignment */
    align-items: baseline !important; /* Aligns elements on the baseline */
}

.issue__volume, .issue__number {
    display: inline !important; /* Ensures they remain inline */
    margin-right: 5px !important; /* Adjust spacing as needed */
    font-size: 0.9em; /* Adjust this value as needed (e.g., 0.8em, 12px, etc.) */
}


.issue__header {
    display: flex; /* Enables horizontal alignment */
    justify-content: space-between; /* Adjusts spacing between elements */
    flex-wrap: wrap; /* Ensures wrapping for smaller screens */
}

.issue__number::before {
    content: none !important; /* Ensures the pseudo-element is not displayed */
}


.issue > .container {
    
    min-height: 50px !important; /* Fixed height */
    max-height: 100px !important; /* Fixed height */
    
}

.issue__meta {
    margin: 5px 0; /* Adjusts spacing for meta elements */
}
/* */

/* Reduce space in the issue header */
.issue__header {
    padding: 10px 15px; /* Adjust top-bottom and left-right padding */
    margin-bottom: 10px; /* Adjust space below the header */
}

/* Adjust space within issue section */
.issue-section {
    padding: 15px 20px; /* Reduce padding inside the issue section */
}

.issue-section__header {
    margin-bottom: 10px; /* Adjust spacing below the section header */
}

.issue-section__toc {
    padding-top: 5px; /* Reduce padding at the top of the table of contents */
}

/* Optional: Adjust spacing for articles */
.article {
    margin-bottom: 15px; /* Reduce space between articles */
    padding: 5px; /* Adjust internal spacing */
}


.issue__doi {
  display: none;
}

.page_issue.op_archive .main__title::after {
  content: "Each issue includes a main empirical article and two reviews/commentaries. Click on each issue to see all three publications.";
  display: block;
  font-size: 1rem;
  margin-top: 0.5em;
  color: #333;
  line-height: 1.4;
}