/* Main entry container */
.main_entry {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Justify all paragraph text */
.main_entry p {
  text-align: justify;
  margin-bottom: 1em;
}

/* Section headers */
.main_entry .item h2.label,
.main_entry .item h2.pkp_screen_reader {
  font-size: 1.25em;
  font-weight: bold;
  color: #2c3e50;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* Author list styling */
.main_entry .authors li {
  margin-bottom: 0.5em;
}

.main_entry .authors .name {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.main_entry .authors .affiliation span {
  font-style: italic;
  color: #555;
}

.main_entry .authors .userGroup {
  background-color: #e0e0e0;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
  margin-left: 10px;
}

/* Keywords styling */
.main_entry .keywords .value {
  display: block;
  font-style: italic;
  color: #444;
  margin-bottom: 1em;
}

/* Abstract styling */
.main_entry .abstract em {
  display: block;
  background-color: #fff;
  padding: 15px;
  border-left: 4px solid #3498db;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* References styling */
.main_entry .references .value p {
  margin-bottom: 0.75em;
  text-align: justify;
}

.main_entry .references a {
  color: #2980b9;
  text-decoration: none;
}

.main_entry .references a:hover {
  text-decoration: underline;
}

/* Entry Details Container */
.entry_details {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fefefe;
  padding: 20px;
  border-top: 1px solid #ddd;
  color: #333;
}

/* Section Titles */
.entry_details .item h2.label,
.entry_details .item h2.pkp_screen_reader {
  font-size: 1.2em;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0.5em;
}

/* Sub-item formatting */
.entry_details .sub_item {
  margin-bottom: 1em;
}

/* Published Date */
.entry_details .published .value span {
  font-weight: bold;
  color: #444;
}

/* Issue Info */
.entry_details .issue .title {
  color: #2980b9;
  text-decoration: none;
}

.entry_details .issue .title:hover {
  text-decoration: underline;
}

/* Enhanced Copyright Section */
.obj_article_details .entry_details .item.copyright {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  border-radius: 6px;
}

.entry_details .item.copyright {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  border-radius: 6px;
}

/* Copyright text */
.entry_details .item.copyright p {
  margin: 10px;
  font-size: 0.95em;
  color: #2c3e50;
  margin-bottom: 0.5em;
  line-height: 1.6;
}

/* License image */
.entry_details .item.copyright img {
  vertical-align: middle;
  margin-right: 10px;
}

/* License link */
.entry_details .item.copyright a[rel="license"] {
  color: #2980b9;
  font-weight: bold;
  text-decoration: none;
}

.entry_details .item.copyright a[rel="license"]:hover {
  text-decoration: underline;
  color: #1c5980;
}


/* Downloads Section */
.entry_details .galleys_links {
  list-style: none;
  padding-left: 0;
}

.entry_details .galleys_links li {
  margin-bottom: 0.5em;
}

.entry_details .obj_galley_link.pdf {
  display: inline-block;
  background-color: #3498db;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.entry_details .obj_galley_link.pdf:hover {
  background-color: #2980b9;
}

/* Citation Display */
.entry_details .citation_display .csl-entry {
  font-size: 0.95em;
  line-height: 1.5;
  text-align: justify;
}

.entry_details .citation_display a {
  color: #2980b9;
  text-decoration: none;
}

.entry_details .citation_display a:hover {
  text-decoration: underline;
}

/* Citation Formats Dropdown */
.citation_formats_button {
  background-color: #ecf0f1;
  border: none;
  padding: 8px 12px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}

.citation_formats_list {
  margin-top: 10px;
  padding-left: 0;
}

.citation_formats_styles {
  list-style: none;
  padding-left: 0;
}

.citation_formats_styles li {
  margin-bottom: 5px;
}

.citation_formats_styles a {
  color: #2c3e50;
  text-decoration: none;
}

.citation_formats_styles a:hover {
  text-decoration: underline;
}

/* Download Citation Links */
.citation_formats_styles .fa-download {
  margin-right: 6px;
  color: #27ae60;
}
