.lb-epp-plan{
  max-width:980px;
  margin:24px auto;
  padding:0 16px;
}

.lb-epp-card{
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  background:#fff;
  padding:18px;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
}

.lb-epp-plan-header{
  display:flex;
  gap:14px;
  align-items:flex-start;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:14px;
}

.lb-epp-plan-titlewrap{min-width:240px; flex:1 1 auto;}

.lb-epp-plan-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.06);
  color:rgba(0,0,0,.72);
  font-size:13px;
  font-weight:600;
  margin-bottom:10px;
}

.lb-epp-plan-title{
  margin:0;
  font-size:clamp(22px,4vw,34px);
  line-height:1.15;
  letter-spacing:-.2px;
}

.lb-epp-plan-actions{flex:0 0 auto;}

.lb-epp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  background:#111;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  border:0;
  cursor:pointer;
  width:auto;
}
.lb-epp-btn:hover{opacity:.92;}
.lb-epp-btn:active{transform:translateY(1px);}

.lb-epp-btn-primary{background:#0b5fff;}

.lb-epp-plan-content{margin-top:10px;}

.lb-epp-plan-text{
  white-space:pre-wrap;
  line-height:1.75;
  font-size:16px;
  color:rgba(0,0,0,.86);
}

.lb-epp-plan-text:empty{display:none;}

.lb-epp-feedback-confirm{
  margin-top:16px;
  padding:12px 14px;
  border:1px solid rgba(0,0,0,.14);
  border-radius:14px;
  background:rgba(11,95,255,.06);
}

.lb-epp-h2{font-size:18px; margin:18px 0 10px 0;}

.lb-epp-muted{margin:0 0 10px 0; color:rgba(0,0,0,.66); font-size:14px;}

.lb-epp-checkrow{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:0 0 12px 0;
}

.lb-epp-feedback-article{
  border:1px solid rgba(0,0,0,.12);
  border-radius:16px;
  padding:12px;
  margin-bottom:10px;
  background:rgba(0,0,0,.02);
}

.lb-epp-textarea{
  width:100%;
  margin-top:10px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.18);
  padding:10px;
  font-size:15px;
}

/* Password screen */
.lb-epp-passwrap{max-width:520px; margin:18px auto;}
.lb-epp-passcard{
  border:1px solid rgba(0,0,0,.12);
  border-radius:18px;
  padding:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  text-align:center;
}
.lb-epp-passicon{font-size:36px; width:36px; height:36px; margin:0 auto 10px auto; color:rgba(0,0,0,.70);}
.lb-epp-pass-title{margin:0; font-size:22px;}
.lb-epp-pass-sub{margin:8px 0 14px 0; color:rgba(0,0,0,.66);}
.lb-epp-passform{display:flex; gap:10px; justify-content:center; flex-wrap:wrap;}
.lb-epp-passform input[type="password"]{
  min-width:220px;
  flex:1 1 220px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.18);
  padding:12px 14px;
  font-size:16px;
}
.lb-epp-sr{position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden;}

@media (max-width:640px){
  .lb-epp-btn{width:100%;}
  .lb-epp-plan-header{gap:10px;}
}


/* Prevent long strings (e.g. URLs) from breaking layout */
.lb-epp-plan-text,
.lb-epp-feedback-article,
.lb-epp-passcard{
  overflow-wrap:anywhere;
  word-break:break-word;
}
