/* User Profile Styles */

.user-info-section {
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  margin-bottom: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #495057;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.575rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.help-text {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  margin-bottom: 20px;
}

.error-text {
  font-size: 12px;
  color: #dc3545;
  margin-top: 5px;
  margin-bottom: 20px;
}

.divider {
  margin: 40px 0;
  border: none;
  border-top: 2px solid #eee;
}

.danger-zone {
  margin-top: 30px;
}

.danger-zone h3 {
  color: #dc3545;
  margin-bottom: 15px;
}

.danger-zone p {
  color: #666;
  margin-bottom: 20px;
}

.btn {
  padding: 0.575rem 1rem;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-primary {
  background-color: #007bff;
  color: white;
}

.btn-primary:hover {
  background-color: #0056b3;
}

.btn-danger {
  background-color: #dc3545;
  color: white;
}

.btn-danger:hover {
  background-color: #c82333;
}

/* Companies List Styles */
.companies-list {
  padding: 0.5rem;
  background-color: #f8f9fa;
}

.companies-list__item {
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}

.companies-list__item:last-child {
  border-bottom: none;
}
