/* Settings page styles */

.setting-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #ecf0f1;
}

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

.setting-label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c3e50;
}

.setting-desc {
  font-size: 12px;
  color: #7f8c8d;
}

/* Modal body */
.modal-body {
  max-height: 60vh;
  overflow-y: auto;
  padding: 20px 0;
}

.modal-body h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2c3e50;
}

.modal-body h4 {
  margin-top: 15px;
  margin-bottom: 8px;
  color: #34495e;
  font-size: 14px;
}

.modal-body p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
}

.modal-body ul {
  margin-left: 20px;
  margin-bottom: 10px;
}

.modal-body li {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.4;
}
