@import url("styles.css");

.profile-page {
  padding: 120px 20px 50px;
  text-align: center;
}

.form-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.form-box {
  background: #fff;
  color: black;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 320px;
  text-align: left;
}

.form-box h3 {
  margin-bottom: 15px;
  text-align: center;
}

.form-box label {
  display: block;
  margin: 10px 0 5px;
  font-weight: bold;
}

.form-box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #aaa;
  border-radius: 6px;
}

.form-box button {
  width: 100%;
}

.profile-page {
  padding: 50px 20px;
  text-align: center;
}

.form-container {
  max-width: 500px;
  margin: 0 auto;
}

.form-box {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-box h3 {
  margin-bottom: 15px;
}

.form-box label {
  display: block;
  margin: 10px 0 5px;
}

.form-box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #aaa;
  border-radius: 6px;
}

.form-box button {
  width: 100%;
}

.switch-text {
  margin-top: 10px;
  font-size: 0.9rem;
}

.switch-text a {
  color: rgb(56, 114, 240);
  text-decoration: none;
}

.switch-text a:hover {
  text-decoration: underline;
}


/*Aligning*/

.profile-wrap {
  max-width: 800px;
  margin: 24px auto;
  padding: 8px 12px;
  text-align: center;
}

#stars { display: inline-flex; gap: 8px; margin: 6px 0; }
#ratingLabel, #quoteBox { margin-top: 8px; }
.profile-greeting input { margin-right: 8px; }

.profile-wrap{
  margin-top: 100px;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 600;
}
.profile-wrap input{
  font-size: 20px;
  border-radius: 25px;
  height: 30px;
}
.profile-wrap {
  font-size: 20px;
  border: 1px solid;
  border-radius: 25px;
}

.save-btn {
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  background-color: #2563eb;
  color: white;
}

.save-btn:hover {
  background-color: #1e40af;
}