/**
 * OPS-specific: preprint cards, archive header, server index.
 */

.pap-ops-home .archive_view,
.pap-archive-header .archive_view {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(12, 24, 46, 0.07);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.75rem;
}

.pap-archive-header .categories {
  margin-top: 1rem;
}

.pap-archive-header .categories li a {
  display: inline-block;
  margin: 0.2rem 0.35rem 0.2rem 0;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #faf6eb;
  border: 1px solid rgba(201, 162, 39, 0.35);
  color: #121f36;
  font-weight: 600;
}

.pap-archive-header .categories li a:hover,
.pap-archive-header .categories li a:focus {
  background: #f4d03f;
  color: #0c1829;
  text-decoration: none;
}

.pap-section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #0c1829;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(201, 162, 39, 0.45);
}

.pap-preprint-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.pap-preprint-card-wrap .obj_preprint_summary,
.pap-preprint-card-wrap .obj_article_summary {
  height: 100%;
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(12, 24, 46, 0.07);
  padding: 1.1rem 1.25rem;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.pap-preprint-card-wrap .obj_preprint_summary:hover,
.pap-preprint-card-wrap .obj_article_summary:hover {
  box-shadow: 0 16px 40px rgba(12, 24, 46, 0.12);
  transform: translateY(-2px);
}

.pap-preprint-card-wrap .title a {
  color: #0c1829;
  font-weight: 700;
}

.pap-preprint-card-wrap .title a:hover {
  color: #2a6fb0;
}

.pap-section-more {
  margin-top: 1rem;
}

.pap-btn {
  display: inline-block;
  padding: 0.55rem 1.1rem;
  border-radius: 8px;
  border: 1px solid #c9a227;
  background: #fff;
  color: #0c1829;
  font-weight: 600;
  text-decoration: none;
}

.pap-btn:hover,
.pap-btn:focus {
  background: #faf6eb;
  color: #0c1829;
  text-decoration: none;
}

.pap-btn-primary {
  background: linear-gradient(135deg, #c9a227 0%, #b8941f 100%);
  border-color: #8a6b18;
  color: #0c1829;
}

.pap-btn-primary:hover,
.pap-btn-primary:focus {
  background: linear-gradient(135deg, #f4d03f 0%, #c9a227 100%);
  color: #0c1829;
}

.pap-server-cards {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pap-server-card {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(12, 24, 46, 0.07);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.pap-server-card__thumb {
  max-width: 120px;
  border-radius: 8px;
}

.pap-server-card__title {
  margin-top: 0;
  font-size: 1.35rem;
}

.pap-server-card__cta {
  margin-top: 0.75rem;
}

.pap-search-page .pap-search-form {
  background: #fff;
  border: 1px solid #e2e6ed;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
}

.pap-search-advanced {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px dashed #e2e6ed;
  border-radius: 8px;
}

.pap-page-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #0c1829;
  margin-bottom: 1rem;
}

.pap-pagination {
  margin-top: 1.5rem;
}

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

.pap-announcement-list li {
  padding: 0.65rem 0;
  border-bottom: 1px solid #e2e6ed;
}
