/* FZHP My Subscriptions */
.fzhp-ms-wrap{
  --fzhp-purple:#8054eb;
  --fzhp-purple-dark:#6740cf;
  --fzhp-green:#2fbd8b;
  --fzhp-navy:#03123d;
  --fzhp-text:#10131c;
  --fzhp-muted:#70758a;
  --fzhp-border:#e7e7ee;
  font-family:Montserrat,Arial,Helvetica,sans-serif;
  color:var(--fzhp-text);
  max-width:100%;
  margin:0 auto;
  padding:8px 0 40px;
}
.fzhp-ms-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding:0 0 28px;
  margin-bottom:0;
  border-bottom:1px solid var(--fzhp-border);
}
.fzhp-ms-eyebrow{
  display:block;
  color:var(--fzhp-purple);
  font-size:10px;
  font-weight:800;
  letter-spacing:1.5px;
  margin-bottom:6px;
}
.fzhp-ms-heading h1{
  margin:0 0 7px;
  font-size:34px;
  line-height:1.15;
  font-weight:800;
  letter-spacing:-.5px;
}
.fzhp-ms-heading p{
  margin:0;
  color:var(--fzhp-muted);
  font-size:14px;
}
.fzhp-ms-heading-mark{
  width:52px;
  height:52px;
  flex:0 0 52px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  border-radius:15px;
  background:linear-gradient(135deg,var(--fzhp-purple),var(--fzhp-green));
  box-shadow:0 10px 25px rgba(128,84,235,.2);
}
.fzhp-ms-empty{
  min-height:370px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  padding:50px 20px;
  border-bottom:1px solid var(--fzhp-border);
}
.fzhp-ms-empty-icon{
  width:70px;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
  border-radius:22px;
  background:linear-gradient(135deg,#f0eaff,#eafaf5);
  color:var(--fzhp-purple);
  font-size:27px;
}
.fzhp-ms-empty h2{
  margin:0 0 8px;
  font-size:25px;
  line-height:1.25;
  font-weight:700;
}
.fzhp-ms-empty p{
  margin:0 0 22px;
  color:var(--fzhp-muted);
  font-size:14px;
}
.fzhp-ms-primary-btn,
.fzhp-ms-outline-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  text-decoration:none !important;
  transition:.22s ease;
}
.fzhp-ms-primary-btn{
  padding:12px 19px;
  border-radius:8px;
  color:#fff !important;
  background:var(--fzhp-purple);
  font-size:11px;
  font-weight:800;
  letter-spacing:.2px;
  box-shadow:0 8px 20px rgba(128,84,235,.2);
}
.fzhp-ms-primary-btn:hover{
  color:#fff !important;
  background:var(--fzhp-purple-dark);
  transform:translateY(-2px);
}
.fzhp-ms-list{
  display:grid;
  gap:15px;
  padding-top:28px;
}
.fzhp-ms-subscription-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px;
  border:1px solid var(--fzhp-border);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 35px rgba(20,24,50,.06);
}
.fzhp-ms-card-main{
  display:flex;
  align-items:center;
  gap:15px;
  min-width:0;
}
.fzhp-ms-product-icon{
  width:48px;
  height:48px;
  flex:0 0 48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  color:var(--fzhp-purple);
  background:#f1edff;
  font-size:18px;
}
.fzhp-ms-card-kicker{
  color:var(--fzhp-purple);
  font-size:9px;
  font-weight:800;
  letter-spacing:1.2px;
  margin-bottom:4px;
}
.fzhp-ms-card-main h3{
  margin:0 0 7px;
  font-size:17px;
  font-weight:700;
}
.fzhp-ms-card-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  color:var(--fzhp-muted);
  font-size:11px;
}
.fzhp-ms-status{
  padding:4px 9px;
  border-radius:30px;
  background:#eefaf5;
  color:#16825d;
  font-weight:700;
}
.fzhp-ms-status-cancelled,
.fzhp-ms-status-expired{
  background:#f7eef0;
  color:#a04d5c;
}
.fzhp-ms-status-on-hold,
.fzhp-ms-status-pending{
  background:#fff7e9;
  color:#a36b11;
}
.fzhp-ms-card-right{
  display:flex;
  align-items:center;
  gap:16px;
  flex:0 0 auto;
}
.fzhp-ms-card-right strong{
  font-size:14px;
}
.fzhp-ms-outline-btn{
  padding:9px 13px;
  border:1px solid var(--fzhp-purple);
  border-radius:7px;
  color:var(--fzhp-purple) !important;
  font-size:9px;
  font-weight:800;
}
.fzhp-ms-outline-btn:hover{
  color:#fff !important;
  background:var(--fzhp-purple);
}
.fzhp-ms-notice{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-top:25px;
  padding:15px 17px;
  border-left:4px solid var(--fzhp-purple);
  border-radius:9px;
  background:#f7f4ff;
  color:#4d5060;
  font-size:12px;
}
.fzhp-ms-notice strong{
  color:var(--fzhp-purple);
}
.fzhp-ms-login-required{
  padding:25px;
  border:1px solid var(--fzhp-border);
  border-radius:12px;
  text-align:center;
  background:#fff;
}
.fzhp-ms-login-required a{
  color:var(--fzhp-purple);
  font-weight:700;
}
@media(max-width:700px){
  .fzhp-ms-heading h1{font-size:27px}
  .fzhp-ms-heading p{font-size:12px}
  .fzhp-ms-heading-mark{display:none}
  .fzhp-ms-empty{min-height:320px;padding:40px 15px}
  .fzhp-ms-empty h2{font-size:21px}
  .fzhp-ms-empty p{font-size:12px}
  .fzhp-ms-subscription-card{
    align-items:flex-start;
    flex-direction:column;
    padding:17px;
  }
  .fzhp-ms-card-right{
    width:100%;
    justify-content:space-between;
  }
}
