.ws-post .back-button {position: absolute; top: 4.5%; left: 6.5%;}

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

.ws-post {padding: 50px 20px 20px; color: #A76B74;}

.ws-post .new-post {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 36px;
}

.ws-post .post-photo {border-radius: 10px; margin-top: 20px;}
.ws-post .post-photo img {width: 100%;}

.ws-post .post-season-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.ws-post .post-season {
  /* position: absolute; */
  /* bottom: -11%; */
  width: 50%;
  border-radius: 0 0 10px 10px;
  font-family: 'Montserrat Bold Italic';
  background-size: cover;
  color: #FFF;
  text-align: center;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  line-height: 1rem;
}
.ws-post .post-season.cool {background-image: url(../images/cool.png);}
.ws-post .post-season.warm {background-image: url(../images/warm.png);}
.ws-post .post-season.warm-spring {background-image: url(../images/warm-spring.png);}
.ws-post .post-season.cool-summer {background-image: url(../images/cool-summer.png);}
.ws-post .post-season.warm-autumn {background-image: url(../images/warm-autumn.png);}
.ws-post .post-season.cool-winter {background-image: url(../images/cool-winter.png);}
.ws-post .post-season span:first-child {font-size: small;}
.ws-post .post-season span:last-child {font-size: x-large;}

.ws-post #new_post_caption {background: none; border-radius: 10px; margin-top: 10px; color: #82373B;}

.ws-post .recommend {border-radius: 500px; border: 1px solid #82373B; color: #82373B; padding: 5px 10px; font-size: small;}

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

.ws-post .shades-complexion {
  position: absolute;
  top: -275%;
  right: 2.5%;
  font-family: 'Montserrat Bold Italic';
  border-radius: 500px;
  background-size: cover;
  background-color: rgba(255,255,255,0.3);
  backdrop-filter: blur(30px);
  color: #000;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.ws-post .shades-complexion span {font-size: 0.7rem;}
.ws-post .shades-complexion .complexion-color {border-radius: 50%; width: 40px; height: 40px;}