*{box-sizing:border-box}
body{margin:0;background:#eef1f1;font-family:Arial,Helvetica,sans-serif;color:#111}
.lsh-cs-topbar{height:44px;background:#087f90;color:#fff;display:flex;align-items:center;gap:18px;padding:0 30px;font-size:12px;font-weight:700}
.lsh-cs-topbar a{color:#fff;text-decoration:none}
.lsh-cs-brand{font-size:14px}.lsh-cs-brand b{font-weight:700}
.lsh-cs-sep{height:26px;border-left:1px solid rgba(255,255,255,.7)}
.lsh-cs-topbar a.active{background:#0b7280;padding:3px 5px;border:1px solid rgba(255,255,255,.45)}
.lsh-cs-page{min-height:740px}
.lsh-cs-hero{background:linear-gradient(#087f90 0,#087f90 202px,#eef1f1 202px);min-height:740px}
.lsh-cs-wrap{max-width:1000px;margin:0 auto;padding:16px 24px 50px}
.lsh-cs-welcome{display:flex;justify-content:space-between;align-items:center;color:#fff;margin-bottom:26px}
.lsh-cs-welcome h1{font-size:25px;margin:0 0 12px}.lsh-cs-welcome p{margin:0;font-size:13px}
.lsh-cs-search{width:410px;height:32px;background:#fff;border-radius:4px;display:flex;align-items:center;padding:0 9px;color:#777}
.lsh-cs-search input{border:0;outline:0;width:100%;height:100%;padding-left:7px}
.lsh-cs-grid{display:grid;grid-template-columns:310px minmax(0,1fr);gap:16px;align-items:start}
.lsh-cs-quick,.lsh-cs-box{background:#fff;padding:18px}
.lsh-cs-quick h2,.lsh-cs-box h2{font-size:16px;margin:0 0 6px}.lsh-cs-quick p,.lsh-cs-box>p{font-size:11px;margin:0 0 12px}
.lsh-cs-quick select{width:100%;padding:7px;border:0;background:#f0f2f2;margin-bottom:13px}
.lsh-cs-help-card{border:1px solid #d5d9d9;border-radius:3px;padding:13px 14px;margin-bottom:12px;color:#111;text-decoration:none}
.lsh-cs-help-card b{display:block;font-size:12px;margin-bottom:5px}.lsh-cs-help-card small{display:block;font-size:9px;color:#565959}
.lsh-cs-show-more{display:inline-block;color:#2162a1;text-decoration:none;font-size:12px;margin-top:4px}
.lsh-cs-main{display:grid;gap:16px}.lsh-cs-box{padding:18px}
.lsh-cs-tabs{display:flex;gap:28px;border-bottom:1px solid #d5d9d9;margin-top:12px}
.lsh-cs-tabs button{border:0;background:#fff;padding:0 0 10px;font-size:11px;cursor:pointer}.lsh-cs-tabs button.active{color:#2162a1;font-weight:700;border-bottom:2px solid #2162a1}
.lsh-cs-tab-panel{margin-top:12px}.lsh-cs-state{border:1px solid #d5d9d9;background:#f7fafa;border-radius:6px;min-height:105px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px;text-align:center}.lsh-cs-state p{font-size:11px}.lsh-cs-state div{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.lsh-cs-state a{border:1px solid #888c8c;border-radius:16px;padding:6px 10px;background:#fff;font-size:10px;text-decoration:none;color:#111}
.lsh-cs-load-more{display:inline-block;margin-top:12px;color:#2162a1;text-decoration:none;font-size:12px}
.lsh-cs-common-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.lsh-cs-common-grid a{border:1px solid #d5d9d9;min-height:68px;display:grid;grid-template-columns:40px 1fr;gap:10px;align-items:center;padding:10px 14px;color:#111;text-decoration:none}.lsh-cs-common-grid span{font-size:24px}.lsh-cs-common-grid b{font-size:11px;font-weight:500;line-height:1.35}
@media(max-width:820px){.lsh-cs-grid{grid-template-columns:1fr}.lsh-cs-welcome{flex-direction:column;align-items:flex-start;gap:18px}.lsh-cs-search{width:100%}.lsh-cs-hero{background:linear-gradient(#087f90 0,#087f90 285px,#eef1f1 285px)}}
@media(max-width:520px){.lsh-cs-wrap{padding:12px}.lsh-cs-common-grid{grid-template-columns:1fr}.lsh-cs-tabs{gap:13px;overflow:auto;white-space:nowrap}.lsh-cs-topbar{overflow:auto;white-space:nowrap;padding:0 12px}}


/* LSH_SUPPORT_QUICK_ANSWER_FORCE_CARD_FIX_V99
   Support page only. Forces each quick-help item to render as a full card. */
.lsh-cs-quick{
  width:100%!important;
  min-width:0!important;
  padding:18px!important;
  overflow:visible!important;
}
.lsh-cs-quick > .lsh-cs-help-card{
  display:block!important;
  position:relative!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  height:auto!important;
  min-height:64px!important;
  margin:0 0 12px 0!important;
  padding:12px 14px!important;
  border:1px solid #d5d9d9!important;
  border-radius:4px!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#111!important;
  text-decoration:none!important;
  overflow:hidden!important;
}
.lsh-cs-quick > .lsh-cs-help-card:hover{
  background:#f7fafa!important;
  border-color:#aeb4bb!important;
}
.lsh-cs-quick > .lsh-cs-help-card > b,
.lsh-cs-quick > .lsh-cs-help-card > small{
  display:block!important;
  position:static!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  color:inherit!important;
  text-decoration:none!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:anywhere!important;
}
.lsh-cs-quick > .lsh-cs-help-card > b{
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:700!important;
  margin-bottom:5px!important;
}
.lsh-cs-quick > .lsh-cs-help-card > small{
  font-size:10px!important;
  line-height:1.35!important;
  color:#565959!important;
}
.lsh-cs-quick > select{
  display:block!important;
  width:100%!important;
  height:40px!important;
  margin:0 0 14px!important;
  padding:0 10px!important;
  border:1px solid #d5d9d9!important;
  border-radius:3px!important;
  background:#f0f2f2!important;
  font-size:13px!important;
}
.lsh-cs-quick > .lsh-cs-show-more{
  display:inline-block!important;
  width:auto!important;
  margin:2px 0 0!important;
  padding:4px 0!important;
  border:0!important;
  background:transparent!important;
  color:#2162a1!important;
  text-decoration:none!important;
  font-size:12px!important;
  line-height:1.3!important;
}
@media(max-width:820px){
  .lsh-cs-wrap{
    width:100%!important;
    max-width:none!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .lsh-cs-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
  }
  .lsh-cs-quick{
    width:100%!important;
    max-width:none!important;
  }
}


/* LSH_SUPPORT_SHOW_MORE_LESS_FINAL_V101 */
.lsh-cs-quick .lsh-cs-help-extra{
  display:none!important;
}
.lsh-cs-quick.lsh-extra-open .lsh-cs-help-extra{
  display:block!important;
}
#lshCsShowMoreBtn.lsh-cs-show-more{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  margin:4px 0 0!important;
  padding:5px 0!important;
  border:0!important;
  background:transparent!important;
  color:#2162a1!important;
  font-size:13px!important;
  line-height:1.3!important;
  cursor:pointer!important;
  text-decoration:none!important;
  box-shadow:none!important;
}
