.setting-form, .telegram-form {
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  max-width: 600px;
}

.setting-form h3, .telegram-form h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.setting-form label, .telegram-form label {
  display: block;
  margin-bottom: 15px;
}

.setting-form input, .telegram-form input {
  width: 100%;
  padding: 8px 10px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.setting-form button, .telegram-form button {
  margin-top: 10px;
  padding: 10px 18px;
  background-color: #1e3a5f;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.setting-form button:hover, .telegram-form button:hover {
  background-color: #0d2a45;
}
