/* Start of HTML-326 [WWHK] CCE Thank you page */
.payment4.content .thanks h1{
  font-weight: 700;
  font-size: 56px;
  line-height: 76px;
  color: #BBA562;
  margin: 0;
}
.payment4.content .thanks h2{
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #BBA562;
}
.payment4 .thanks ul{
  margin-top: 24px;
}
.payment4.content .thanks .cce-msg-container{
  display: flex;
  padding: 24px 32px;
  background: #F9F6E8;
  border-radius: 8px;
  margin-top: 43px;
  align-items: center;
}
.payment4.content .thanks .cce-msg-container .icon{
  width: 64px;
  height: 64px;
  margin-right: 16px;
}
.payment4.content .thanks .cce-msg-container .icon img{
  width: 100%;
  height: 100%;
}
.payment4.content .thanks .cce-msg-container .msg-container{
  display: grid;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.payment4.content .thanks .cce-msg-container .msg-container .title{
  font-weight: 700;
}
.payment4.content .thanks .cce-msg-container .msg-container .store-name{
  font-weight: 600;
  color: #BCA662;
}
.payment4.content .thanks .cce-msg-container .msg-container .store-contact{
  display: flex;
  align-items: center;
}
.payment4.content .thanks .cce-msg-container .msg-container .store-contact .contact{
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #3E3E3E;
}
.payment4.content .thanks .cce-msg-container .msg-container .store-contact .contact:not(:last-child){
  margin-right: 16px;
}
.payment4.content .thanks .cce-msg-container .msg-container .store-contact .contact img{
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.payment4.content .thanks .point-line {
  gap: 8px;
  display: flex;
  padding: 12px;
  background-color: #FBFAF7;
  width: 100%;
  max-width: 566px;
  margin: 12px auto;
}
.payment4.content .thanks .point-line > img {
  width: 24px;
  height: 24px;
}
.payment4.content .thanks .point-line > div {
  width: 100%;
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
}
.payment4.content .thanks .point-line > div > strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .payment4.content .thanks .point-line > div > strong {
    font-weight: 600;
  }
}
.payment4.content .thanks .point-line > div > div {
  margin-left: auto;
}
.payment4.content .thanks .point-line > div span {
  color: #7B7B7B;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: block;
  width: 100%;
}
.payment4 .thanks ul li:not(:last-child){
  margin-bottom: 8px;
}
.payment4 .thanks ul li span{
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding: 0 12px;
  color: #000000;
}
.payment4 .thanks p{
  margin: 30px 0;
    /* display: flex; */
}
.payment4 .thanks p a{
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px){
  .payment4.content .thanks .cce-msg-container{
    max-width: 566px;
    margin-left: auto;
    margin-right: auto;
  }
  .payment4 .thanks{
    /* max-width: 602px; */
  }
  .payment4 .thanks p a{
    margin: 0 16px;
    width: 269px;
  }
}
@media screen and (max-width: 767px){
  .content{
    padding: 0 12px;
  }
  .payment4.content .thanks h1{
    margin-top: 30px;
  }
  .payment4.content .thanks .cce-msg-container{
    padding: 8px 16px 20px;
    display: grid;
    gap: 8px;
    justify-items: center;
    justify-content: center;
    margin-top: 32px;
  }
  .payment4.content .thanks .cce-msg-container .icon{
    margin-right: unset;
    width: 45px;
    height: 45px;
  }
  .payment4.content .thanks .cce-msg-container .msg-container{
    text-align: center;
    justify-items: center;
    gap: 5px;
    font-size: 10px;
    line-height: 14px;
  }
  .payment4.content .thanks .cce-msg-container .msg-container .msg{
    margin-bottom: 3px;
  }
  .payment4.content .thanks .cce-msg-container .msg-container .store-name{
    margin-bottom: 2px;
  }
  .payment4.content .thanks .cce-msg-container .msg-container .store-contact .contact{
    font-size: 10px;
    line-height: 14px;
  }
  .payment4 .thanks ul li span{
    font-size: 14px;
    line-height: 19px;
  }
  .payment4 .thanks p a{
    display: flex;
  }
}
/* End of HTML-326 [WWHK] CCE Thank you page */

/* Start of HTML-341 [WWHK-5531] CCE - HTML development */
@media screen and (max-width: 767px){
  .payment4 .thanks p{
    /* flex-direction: column; */
  }
}
/* End of HTML-341 [WWHK-5531] CCE - HTML development */

/* Start of WWHK-5679 [CR] New member tier for Ruby */
.payment4 .thanks .upgrade-reminder-container{
  width: fit-content;
  margin: 20px auto 14px;
  padding: 8px 16px;
  border: 1px solid #BBA562;
  border-radius: 5px;
}
.payment4 .thanks .upgrade-reminder-container .msg-container{
  max-width: 522px;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.payment4 .thanks .upgrade-reminder-container .msg-container span{
  font-weight: 700;
}
.payment4 .thanks .upload-tips{
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  max-width: 580px;
  margin: auto;
}
.payment4 .thanks .upload-tips a{
  color: #9d0229;
  text-decoration: underline;
  font-style: italic;
}
@media screen and (max-width: 1024px){
  .payment4 .thanks .upgrade-reminder-container{
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px){
  .payment4 .thanks .upgrade-reminder-container{
    margin-bottom: 34px;
    max-width: calc(100vw - 44px);
  }
  .payment4 .thanks .upload-tips{
    max-width: min(580px, calc(100vw - 44px));
  }
}
/* End of WWHK-5679 [CR] New member tier for Ruby */

/* Start of WWHK-5941 [Preprod] checkout thank you page layout issue */
.wreward-redeem-container .redeem-header .header-content .title span{
  white-space: pre-line;
}
/* End of WWHK-5941 [Preprod] checkout thank you page layout issue */