.publication-wrapper {
  max-width: 900px;
  margin: auto;
  padding: 15px;
  font-family: Arial, sans-serif;
}

.pub-title {
  text-align: center;
  margin-bottom: 20px;
}

.pub-controls {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.pub-controls input,
.pub-controls select {
  flex: 1;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.pub-year {
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

.year-toggle {
  width: 100%;
  background: linear-gradient(135deg, #004aad, #007bff);
  color: #fff;
  padding: 14px;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
}

.year-content {
  display: none;
  background: #fafafa;
  padding: 15px 20px;
}

.year-content li {
  margin-bottom: 12px;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .pub-controls {
    flex-direction: column;
  }
}
