body {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  color: #222;
}

/* Header */
.team-header {
  text-align: center;
  background-color: #006d77;
  padding: 50px 20px;
  border-bottom: 4px solid #bbcf32;
}

.team-header h1 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
}

.team-header p {
  font-size: 18px;
  color: #e0f7f5;
  margin-top: 0;
}

/* Content Area */
.content-section {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
  font-size: 17px;
  line-height: 1.75;
}

/* Paper Sections */
.paper-section {
  margin-bottom: 48px;
}

.paper-section h2 {
  font-size: 28px;
  color: #006d77;
  margin-bottom: 24px;
  text-transform: none;
}

.paper-entry {
  background-color: #f1faf8;
  border-left: 4px solid #bbcf32;
  padding: 18px 20px;
  border-radius: 10px;
  margin-bottom: 18px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.paper-entry h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #0f2743;
}

.paper-entry p {
  margin: 0 0 8px;
}

.paper-entry p:last-child {
  margin-bottom: 0;
}

.paper-entry a {
  color: #006d77;
  font-weight: 600;
  text-decoration: none;
}

.paper-entry a:hover {
  color: #dd8545;
  text-decoration: underline;
}

.paper-separator {
  text-align: center;
  letter-spacing: 3px;
  color: #006d77;
  margin: 40px 0;
  font-weight: 600;
}

/* Back Button */
.back-button {
  display: inline-block;
  padding: 12px 26px;
  background-color: #006d77;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: background-color 0.3s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.back-button:hover {
  background-color: #dd8545;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* Footer */
.team-footer {
  text-align: center;
  padding: 30px 10px;
  background-color: #f8f9fa;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #eee;
}
