.articles-in-press-page {
  background: #fff;
}

.aip-hero {
  padding: 1.75rem 0 2.25rem;
  min-height: 200px;
}

.aip-hero-content {
  position: relative;
  z-index: 3;
  max-width: 680px;
}

.aip-hero h1 {
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.aip-hero-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  margin-bottom: 0;
  max-width: 560px;
}

.aip-hero .inner-breadcrumb .breadcrumb-item.active {
  color: var(--accent-orange, #c5a059);
}

.aip-content-section {
  padding: 1.75rem 0 2.5rem;
}

.aip-journal-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border: 1px solid #e9edf5;
  border-radius: 10px;
  padding: 1rem 1.125rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 16px rgba(11, 35, 85, 0.04);
}

.aip-journal-summary img {
  width: 56px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #dfe5f0;
  flex-shrink: 0;
}

.aip-journal-summary h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #123470;
  margin-bottom: 0.25rem;
  line-height: 1.35;
}

.aip-journal-summary p {
  margin: 0;
  font-size: 0.8125rem;
  color: #5d6e8f;
}

.aip-journal-summary .meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-top: 0.35rem;
}

.aip-journal-summary .meta-tags span {
  font-size: 0.75rem;
  color: #2a3e62;
}

.aip-journal-summary .meta-tags i {
  color: #0a4bb7;
  margin-right: 0.25rem;
}

.aip-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  align-items: center;
}

.aip-search-wrap {
  flex: 1 1 220px;
  display: flex;
  border: 1px solid #d8deec;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.aip-search-wrap input {
  flex: 1;
  border: 0;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  outline: none;
}

.aip-search-wrap button {
  border: 0;
  background: #123470;
  color: #fff;
  padding: 0 1rem;
  cursor: pointer;
}

.aip-filter-select {
  border: 1px solid #d8deec;
  border-radius: 8px;
  padding: 0.625rem 2rem 0.625rem 0.75rem;
  font-size: 0.8125rem;
  color: #2a3e62;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235d6e8f' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 0.65rem center;
  appearance: none;
  min-width: 130px;
}

.aip-article-card {
  background: #fff;
  border: 1px solid #e9edf5;
  border-radius: 10px;
  padding: 1.125rem 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 16px rgba(11, 35, 85, 0.04);
}

.aip-article-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.aip-open-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #c5a059;
  text-transform: uppercase;
}

.aip-open-badge i {
  font-size: 0.75rem;
}

.aip-article-meta-right {
  text-align: right;
  font-size: 0.75rem;
  color: #5d6e8f;
  white-space: nowrap;
}

.aip-article-meta-right a {
  color: #0a4bb7;
  text-decoration: none;
}

.aip-article-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #123470;
  margin-bottom: 0.35rem;
  line-height: 1.4;
}

.aip-article-card h3 a {
  color: inherit;
  text-decoration: none;
}

.aip-article-card h3 a:hover {
  color: #0a4bb7;
}

.aip-authors {
  font-size: 0.8125rem;
  color: #5d6e8f;
  margin-bottom: 0.5rem;
}

.aip-type-tag {
  display: inline-block;
  background: #eef4ff;
  color: #123470;
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.aip-abstract {
  font-size: 0.8125rem;
  color: #44556f;
  line-height: 1.55;
  margin-bottom: 0.875rem;
}

.aip-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.aip-btn-outline-blue {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #123470;
  color: #123470;
  background: #fff;
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border-radius: 7px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.aip-btn-outline-orange {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #c5a059;
  color: #c5a059;
  background: #fff;
  text-decoration: none;
  padding: 0.4rem 0.75rem;
  border-radius: 7px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.aip-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 1.5rem;
}

.aip-pagination a,
.aip-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.5rem;
  border: 1px solid #d8deec;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.8125rem;
  color: #2a3e62;
  background: #fff;
}

.aip-pagination a:hover {
  border-color: #123470;
  color: #123470;
}

.aip-pagination .active {
  background: #123470;
  border-color: #123470;
  color: #fff;
  font-weight: 600;
}

.aip-pagination .disabled {
  opacity: 0.5;
  pointer-events: none;
}

.aip-side-card {
  background: #fff;
  border: 1px solid #e9edf5;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(11, 35, 85, 0.04);
  margin-bottom: 1.125rem;
  overflow: hidden;
}

.aip-side-head {
  font-size: 1.05rem;
  font-weight: 700;
  color: #113069;
  padding: 0.875rem 1.125rem;
  border-bottom: 1px solid #edf1f8;
}

.aip-side-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 1.125rem;
  border-bottom: 1px solid #f0f3f8;
  text-decoration: none;
  color: #2a3e62;
  font-size: 0.8125rem;
}

.aip-side-menu a:last-child {
  border-bottom: 0;
}

.aip-side-menu a:hover,
.aip-side-menu a.active {
  background: #f0f6ff;
  color: #123470;
}

.aip-stats-list {
  padding: 0.5rem 0;
}

.aip-stats-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 1.125rem;
  font-size: 0.8125rem;
  color: #2a3e62;
  border-bottom: 1px solid #f0f3f8;
}

.aip-stats-list li:last-child {
  border-bottom: 0;
}

.aip-stats-list strong {
  color: #123470;
  font-weight: 700;
}

.aip-side-cta {
  padding: 1.125rem;
}

.aip-side-cta h6 {
  color: #113069;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.aip-side-cta p {
  color: #60708d;
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
}

.aip-side-cta.cta-orange {
  background: #fff8f2;
  border-top: 3px solid #c5a059;
}

.aip-side-cta.cta-blue {
  background: #f3f8ff;
  border-top: 3px solid #123470;
}

.aip-side-cta .btn-submit {
  display: inline-block;
  border: 1px solid #c5a059;
  background: #c5a059;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.8125rem;
}

.aip-side-cta .btn-subscribe {
  display: inline-block;
  border: 1px solid #123470;
  color: #123470;
  background: #fff;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.8125rem;
}

.aip-subscribe-form {
  display: flex;
  gap: 0.5rem;
}

.aip-subscribe-form input {
  flex: 1;
  border: 1px solid #d8deec;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
}

@media (max-width: 991px) {
  .aip-hero h1 {
    font-size: 1.65rem;
  }

  .aip-article-top {
    flex-direction: column;
  }

  .aip-article-meta-right {
    text-align: left;
  }
}

.article-detail-card {
  background: #fff;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  padding: 1.5rem;
}

.article-detail-actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.article-detail-actions .list-inline-item {
  margin: 0;
}

.article-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}

.article-detail-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
}

.article-detail-top-row .article-detail-actions {
  margin: 0;
  flex-shrink: 0;
}

.article-detail-top-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  min-width: 0;
  flex: 1;
}

.article-detail-top-meta.article-detail-meta {
  margin-bottom: 0;
}

.article-detail-doi {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.article-detail-doi a {
  color: #123470;
  text-decoration: none;
}

.article-detail-doi a:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .article-detail-top-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-detail-top-row .article-detail-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .article-detail-doi {
    white-space: normal;
  }
}

.article-detail-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #5d6e8f;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.article-detail-authors {
  font-size: 0.9rem;
  color: #2a3e62;
  margin-bottom: 1rem;
}

.article-detail-section {
  margin-bottom: 1.25rem;
}

.article-detail-heading {
  font-size: 1rem;
  color: #0b2242;
}

.article-detail-rich,
.article-detail-rich p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #44556f;
}

.article-detail-rich img {
  max-width: 100%;
  height: auto;
}

.article-abstract-card {
  max-width: 900px;
  margin: 0 auto;
}
