body {
  background-color: #f9fafc;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1 {
  font-weight: 700;
  color: #003366;
}

.publications-filters .form-select {
  background-color: #ffffff !important;
  color: #1f2937 !important;
  border: 1px solid #cfd8e3 !important;
  border-radius: 0.65rem;
  min-height: 46px;
  box-shadow: 0 6px 18px rgba(0, 32, 91, 0.04);
}

.publications-filters .form-select:focus {
  border-color: #2271b3 !important;
  box-shadow: 0 0 0 0.2rem rgba(34, 113, 179, 0.15) !important;
}

.publications-filters .form-select option {
  background-color: #ffffff;
  color: #1f2937;
}

.styled-publications {
  background-color: #ffffff;
  border: 1px solid #e4ebf3;
  border-radius: 1rem;
  padding: 0.75rem 2rem;
  box-shadow: 0 16px 42px rgba(0, 32, 91, 0.07);
}

.publication-entry:last-child {
  border-bottom: none !important;
}

.publication-meta {
  color: #002855;
}

.publication-year {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
  color: #002855;
}

.publication-type {
  margin-top: 0.35rem;
  font-size: 0.78rem;
  color: #5c7080;
  line-height: 1.35;
}

.publication-title {
  color: #001f4d;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.35rem;
}

.publication-authors {
  color: #36454f;
  font-size: 0.92rem;
  font-style: italic;
  margin-bottom: 0.25rem;
}

.publication-venue {
  color: #5c7080;
  font-size: 0.88rem;
  line-height: 1.4;
}

.publication-actions .btn {
  font-size: 0.78rem;
  padding: 0.38rem 0.75rem;
  border-radius: 0.55rem;
  white-space: nowrap;
}

.btn-outline-primary {
  color: #2271b3;
  border-color: #2271b3;
}

.btn-outline-primary:hover {
  background-color: #2271b3;
  border-color: #2271b3;
  color: #ffffff;
}

.btn-outline-secondary {
  color: #6b7280;
  border-color: #9ca3af;
}

.btn-outline-secondary:hover {
  background-color: #6b7280;
  border-color: #6b7280;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .styled-publications {
    padding: 0.5rem 1rem;
  }

  .publication-title {
    font-size: 1rem;
  }
}
