/* Responsive Typography */

@media (max-width: 767px) {
  h1.display-4 {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 767px) {
  h2.h4 {
    font-size: 1.1rem !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 767px) {
  .pricing-header {
    padding-top: 1.5rem !important;
    padding-bottom: 1rem !important;
  }
}

@media (min-width: 768px) {
  h1.display-4 {
    font-size: 3.5rem;
  }
}

@media (min-width: 768px) {
  h2.h4 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .lead {
    font-size: 16px;
  }
}

.navbar-brand img {
  height: 35px;
  width: auto;
  display: block;
}

@media (max-width: 767px) {
  .navbar-brand img {
    height: 28px !important;
    width: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h1.display-4 {
    font-size: 38px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 25px !important;
  }
}

.pub-list {
  padding-left: 2.5rem;
}

.pub-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
  padding-left: 0.5rem;
}

.pub-item::marker {
  color: #00356B;
  font-weight: bold;
  font-size: 1.25rem;
}

.pub-item:last-child {
  border-bottom: none;
}

.pub-title {
  font-size: 1.25rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.25rem;
  color: #00356B;
  text-decoration: none !important;
}

.pub-authors {
  font-size: 1.1rem;
  color: #444;
}

.pub-journal {
  font-size: 1.1rem;
  font-style: italic;
  color: #666;
}

.pub-highlight {
  font-weight: bold;
  text-decoration: underline;
}

.pub-badge {
  font-size: 0.85rem;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  color: #555;
  margin-left: 5px;
}

.member-list {
  padding-left: 0;
  list-style: none;
  text-align: left;
}

.member-item {
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #333;
}

.member-item .sub-text {
  display: block;
  font-size: 0.85rem;
  color: #666;
}

.member-item a {
  color: #00356B;
  text-decoration: underline;
}

.btn-outline-primary {
  border-color: #00356B !important;
  color: #00356B !important;
}

.btn-outline-primary:hover {
  background-color: #00356B !important;
  color: #fff !important;
}

