.ws-profile .back-button {position: absolute; top: 2.5%; left: 6.5%;}
.ws-profile .logout-button {position: absolute; top: 2.5%; right: 6.5%;}

.ws-profile .ws-logo {display: block; width: 30%; margin: auto;}
.ws-profile .ws-logo img {width: 100%;}

.ws-profile {padding: 50px 20px;}

.ws-profile .profile-banner {
  padding: 20px 0 0;
  width: 80%;
  border-radius: 10px;
  /* border: 2px solid #C2C2C2; */
  margin: 20px auto 40px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.3) 80%, rgba(255,255,255,0) 100%);
  color: #82373B;
  position: relative;
}
.ws-profile .title,
.ws-profile .fullname,
.ws-profile .username {display: block; text-align: center;}
.ws-profile .username {color: #A76B74; font-size: 0.8rem; opacity: 50%;}
.ws-profile .profile-picture {display: block; margin: 15px auto; width: 5rem;}
/* .ws-profile .season-color {width: 50%; margin-top: -7.5rem; position: relative;} */
.ws-profile .profile-season {
  /* position: absolute; */
  /* bottom: -11%; */
  width: 50%;
  /* margin: 2.5%; */
  border-radius: 0 0 10px 10px;
  font-family: 'Montserrat Bold Italic';
  background-size: cover;
  color: #FFF;
  text-align: center;
  display: inline-flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  line-height: 1rem;
}
.ws-profile .profile-season.season-1 {left: 7.5%;}
.ws-profile .profile-season.season-2 {right: 7.5%;}
.ws-profile .profile-season.cool {background-image: url(../images/cool.png);}
.ws-profile .profile-season.warm {background-image: url(../images/warm.png);}
.ws-profile .profile-season.warm-spring {background-image: url(../images/warm-spring.png);}
.ws-profile .profile-season.cool-summer {background-image: url(../images/cool-summer.png);}
.ws-profile .profile-season.warm-autumn {background-image: url(../images/warm-autumn.png);}
.ws-profile .profile-season.cool-winter {background-image: url(../images/cool-winter.png);}
.ws-profile .profile-season > *:first-child {font-size: 0.6rem; line-height: 0.75rem; text-align: left; margin-left: 1rem;}
.ws-profile .profile-season > *:first-child span:first-child {font-size: 1rem}
.ws-profile .profile-season > *:last-child {font-size: 1.4rem;}


.ws-profile-gallery {position: relative; overflow-y: scroll;}
.ws-profile-gallery .gallery-item {display: inline-block; width: 45%; margin: 2.5%;}
.ws-profile-gallery .gallery-item img {width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top center; border-radius: 10px;}
.ws-profile-gallery .gallery-item.create-post {position: relative; background-color: rgba(255,255,255,0.3); border-radius: 10px;}
.ws-profile-gallery .gallery-item.create-post::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  background: linear-gradient(203.12deg, rgba(194, 194, 194, 0.59) 8.19%, #FFFFFF 65.94%, rgba(194, 194, 194, 0.59) 85.04%) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.ws-profile .color-palette {
  width: 100%;
  height: 100%;
  line-height: 0;
  border-radius: 10px;
}
.ws-profile .color-palette .color {
  display: inline-block;
  width: 10%;
  height: 50%;
}

.profile-banner.ws-gradient-border::before {
  /* border-radius: 10px 10px 0 0; */
  border-bottom: none;
}

.retake-pca {
  display: block;
  position: sticky;
  margin: auto;
  left: 0;
  right: 0;
  width: 70%;
  bottom: 5%;
}
.retake-pca img {width: 100%;}

.ws-profile .complexion-color {
  border-radius: 50%;
  /* width: 100%; */
  height: 100%;
  aspect-ratio: 1/1;
}
.ws-profile .color-banner {margin-left: 0; margin-right: 0; position: relative;}
.ws-profile .color-banner > div {padding: 0;}
.ws-profile .color-banner > div:first-child {
  background-color: rgba(255,255,255,0.5);
  backdrop-filter: blur(20px);
  color: #000;
  padding: 5px 0;
  font-family: 'Montserrat Bold Italic';
}