/* WRV_PERSONALIZATION_1_2_181: welcome-back banner for logged-in customers */
.wrv-welcome-back{
  background:linear-gradient(135deg,#245f37,#2f8f46);
  color:#fff;
}
.wrv-welcome-inner{
  max-width:1200px;
  margin:0 auto;
  padding:11px 40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.wrv-welcome-text{
  font-weight:800;
  font-size:15px;
}
.wrv-welcome-actions{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.wrv-welcome-cta{
  background:#fff;
  color:#1c4a2b!important;
  text-decoration:none!important;
  font-weight:900;
  font-size:14px;
  padding:7px 16px;
  border-radius:999px;
  white-space:nowrap;
}
.wrv-welcome-cta:hover{ background:#eef6f0; }
.wrv-welcome-dismiss{
  appearance:none;
  background:rgba(255,255,255,.15);
  border:0;
  color:#fff;
  width:28px;height:28px;
  border-radius:50%;
  font-size:18px;
  line-height:1;
  cursor:pointer;
}
.wrv-welcome-dismiss:hover{ background:rgba(255,255,255,.28); }
@media(max-width:900px){
  .wrv-welcome-inner{ padding:10px 14px; }
  .wrv-welcome-text{ font-size:14px; }
}
