.terms-content {
  font-size: 0.95rem;
  line-height: 1.6;
}

.terms-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1976d2;
  margin-bottom: 1.5rem;
}

.terms-content .lead {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.responsibility-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef !important;
  transition: all 0.3s ease;
}

.responsibility-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.responsibility-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1976d2;
}

.responsibility-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.responsibility-list li {
  margin-bottom: 0.75rem;
  color: #555;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.alert-info {
  background-color: #e3f2fd;
  border-color: #90caf9;
  color: #0d47a1;
  font-size: 0.9rem;
  border-radius: 8px;
  padding: 1rem;
}

.rule-item {
  background: #f8f9fa !important;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.rule-item:hover {
  background: #f1f3f5 !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.rule-item h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.rule-item p {
  color: #666;
  font-size: 0.9rem;
}

.usage-rules {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .card-header h1 {
    font-size: 1.75rem;
  }

  .terms-content h2 {
    font-size: 1.3rem;
  }

  .responsibility-card {
    margin-bottom: 1rem;
  }
}
