
.bold, .promo-code{
  font-family: "Raleway-bold";
}
.mobile-only{
  display: none;
}
body{
  min-height: 100vh;
}
.share-view{
    margin-bottom: 100px;
}
/*** USER ***/
.user-container{
  font-family: Raleway;
  font-size: 16px;
  align-items: center;
  flex-direction: row;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  justify-content: center;
  
  text-align: center;
}
.crown{
  display: block;
  width: 44px;
  margin: 3px auto;
}
.user-profile-photo{
  width: 80px;
  height: 80px;
  object-fit: contain; 
  border-radius: 300px;
  overflow: hidden;
}

.user-info{
  margin: 0 10px; 
}

.user-name{
  margin: 0;
  text-align: left;
  color: #28254A;
  letter-spacing: 0;
}
.user-interest{
  color: white;
  border-radius: 40px;
  padding: 0px 25px;
 }
.user-interest-label{
  font-size: 17px;
  color: #FFFFFF;
  line-height: 31px;
  margin:0;
}

/** CARD EDIT **/

.card{

  line-height: 26px;
  font-size: 18px;
  font-feature-settings: "lnum";

  text-align: center;
  max-width:1000px;
  width: 90%;
  display:block;
  position: relative;
  margin: 15px auto;

  color: #3A3232;
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.04);
  position: relative;
  padding: 10px 20px 30px 20px;
}
.card-title{
  color: #28254A;
  margin:20px auto;
  text-align: center;
  line-height: 32px;
  max-width: 600px;
}

.card-desc{
  max-width: 500px;
  margin: 20px auto;
  font-size: 18px;
  color: #3A3232;
  text-align: center;
  line-height: 26px;
}
.card-image{
  width: 100%;
  vertical-align:top;
  max-width: 383px; 
  max-height: 250px;
  object-fit: contain;
}
.promo-desc{
  font-size: 18px;
  color: #3A3232;
  line-height: 26px;
}
.promo-code-wrapper{
  background: #FFF2DE;
  display: inline-block;
  padding: 7px 14px;
  border-radius: 3px;
}
.promo-code{
  display: inline-block;
  margin: 0;
  font-size: 32px;
}

.promo-desc-label{
  margin: 6px auto;
}
.interest-pseudo{
  position: relative;
}
.interest-pseudo::before{
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #3A3232;
  position: absolute;
  left: -13px;
  top: 50%;
  border-radius: 10px;
  transform: translate(0,-50%);
}
.share-cta.base-cta-wrapper{
  width: 100%;
  max-width: 271px;
  height: 40px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left:50%;
  transform: translate(-50%, 50%);
}
.share-cta.base-cta-label{
  margin: 0;
  line-height: 40px;
  vertical-align: center;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}



@media screen and (max-width: 768px) {
  .desktop-only{
    display: none;
  }
  .mobile-only{
    display: block;
  }
}
