
html{scroll-behavior:smooth;overflow-x:hidden!important}
body{overflow-x:hidden!important}
#yb-ws-page{
  --yb-blue:#0739ac;
  --yb-navy:#07152f;
  --yb-text:#53627a;
  --yb-soft:#f4f8fc;
  --yb-line:#d8e4f0;
  --yb-ws-sticky-top:0px;
  position:relative!important;
  left:50%!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:-50vw!important;
  overflow:visible!important;
  background:#fff;
  color:var(--yb-navy);
  font-family:Poppins,Arial,sans-serif;
}
#yb-ws-page,
#yb-ws-page *{box-sizing:border-box}
#yb-ws-page img{display:block;max-width:100%}
#yb-ws-page a{text-decoration:none}
#yb-ws-page .yb-ws-band{
  position:relative;
  width:100%;
}
#yb-ws-page .yb-ws-wrap{
  width:100%;
  max-width:1380px;
  margin:0 auto;
  padding:0 38px;
}
#yb-ws-page .yb-ws-section{padding:68px 0}
#yb-ws-page [id^="yb-ws-"]{scroll-margin-top:calc(var(--yb-ws-sticky-top) + 82px)}
#yb-ws-page .yb-ws-kicker{
  margin:0 0 10px;
  color:var(--yb-blue);
  font-size:12px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:2.1px;
  text-transform:uppercase;
}
#yb-ws-page h1,
#yb-ws-page h2,
#yb-ws-page h3{
  margin-top:0;
  color:var(--yb-navy);
  font-family:Poppins,Arial,sans-serif;
  font-weight:700;
}
#yb-ws-page h1{
  max-width:760px;
  margin-bottom:18px;
  font-size:46px;
  line-height:1.08;
  letter-spacing:-.8px;
}
#yb-ws-page h2{
  margin-bottom:14px;
  font-size:36px;
  line-height:1.18;
  letter-spacing:-.45px;
}
#yb-ws-page h3{
  margin-bottom:8px;
  font-size:20px;
  line-height:1.34;
}
#yb-ws-page p{
  margin:0 0 16px;
  color:var(--yb-text);
  font-size:16px;
  line-height:1.68;
}
#yb-ws-page .yb-ws-button{
  display:inline-flex;
  min-height:52px;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:0 24px;
  border:2px solid var(--yb-blue);
  border-radius:4px;
  background:var(--yb-blue);
  color:#fff!important;
  font-size:14px;
  font-weight:700;
  transition:background .22s ease,color .22s ease,transform .22s ease;
}
#yb-ws-page .yb-ws-button:hover{
  background:#fff;
  color:var(--yb-blue)!important;
  transform:translateY(-2px);
}
#yb-ws-page .yb-ws-arrow{
  font-size:19px;
  line-height:1;
  transition:transform .22s ease;
}
#yb-ws-page .yb-ws-button:hover .yb-ws-arrow{transform:translateX(4px)}
#yb-ws-page .yb-ws-section-head{
  max-width:850px;
  margin:0 auto 34px;
  text-align:center;
}
#yb-ws-page .yb-ws-section-head p{margin-bottom:0}

/* Hero */
#yb-ws-page .yb-ws-overview{
  padding:72px 0 64px;
  background:linear-gradient(90deg,#fff 0%,#fff 52%,#f5f9fd 100%);
}
#yb-ws-page .yb-ws-overview-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.75fr);
  gap:72px;
  align-items:center;
}
#yb-ws-page .yb-ws-lead{
  max-width:760px;
  color:#3f506a!important;
  font-size:18px!important;
  line-height:1.68!important;
}
#yb-ws-page .yb-ws-proof-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:26px 0 28px;
}
#yb-ws-page .yb-ws-proof{
  min-height:88px;
  padding:14px 13px;
  border-left:3px solid var(--yb-blue);
  background:#f5f9fd;
}
#yb-ws-page .yb-ws-proof strong{
  display:block;
  margin-bottom:4px;
  color:var(--yb-navy);
  font-size:15px;
  line-height:1.3;
}
#yb-ws-page .yb-ws-proof span{
  display:block;
  color:#66758a;
  font-size:11.5px;
  line-height:1.45;
}
#yb-ws-page .yb-ws-note{
  margin:17px 0 0!important;
  padding-left:15px;
  border-left:2px solid #a9bedb;
  color:#66758a!important;
  font-size:12.5px!important;
  line-height:1.6!important;
}
#yb-ws-page .yb-ws-product-stage{
  position:relative;
  min-height:430px;
  margin:0;
  overflow:visible;
}
#yb-ws-page .yb-ws-product-stage::after{
  content:"";
  position:absolute;
  z-index:0;
  top:94px;
  right:0;
  bottom:0;
  left:0;
  border-radius:24px;
  background:
    radial-gradient(circle at 75% 12%,rgba(99,198,255,.42),transparent 34%),
    linear-gradient(145deg,#0877c7 0%,#0750ad 48%,#082f78 100%);
  box-shadow:0 20px 38px rgba(7,39,104,.17);
}
#yb-ws-page .yb-ws-product-stage::before{
  content:"";
  position:absolute;
  z-index:1;
  left:15%;
  right:15%;
  top:278px;
  height:32px;
  border-radius:50%;
  background:rgba(0,8,34,.28);
  filter:blur(16px);
}
#yb-ws-page .yb-ws-product-stage img{
  position:absolute;
  z-index:2;
  top:-24px;
  left:0;
  width:100%;
  height:325px;
  object-fit:contain;
  transform:scale(1.24);
  filter:drop-shadow(0 20px 17px rgba(0,14,52,.23));
}
#yb-ws-page .yb-ws-stage-label{
  position:absolute;
  z-index:3;
  right:28px;
  bottom:23px;
  left:28px;
  color:#fff;
}
#yb-ws-page .yb-ws-stage-label strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:19px;
}
#yb-ws-page .yb-ws-stage-label span{
  display:block;
  color:rgba(255,255,255,.82);
  font-size:10.5px;
  line-height:1.45;
  letter-spacing:1px;
  text-transform:uppercase;
}

/* CSS-only sticky anchor navigation */
#yb-ws-page .yb-ws-anchor-band{
  position:sticky;
  top:var(--yb-ws-sticky-top);
  z-index:80;
  background:rgba(255,255,255,.97);
  box-shadow:0 8px 24px rgba(7,21,47,.06);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
#yb-ws-page .yb-ws-anchor-nav{
  display:flex;
  min-height:66px;
  align-items:center;
  gap:12px;
  overflow-x:auto;
  scrollbar-width:none;
}
#yb-ws-page .yb-ws-anchor-nav::-webkit-scrollbar{display:none}
#yb-ws-page .yb-ws-anchor-nav a{
  display:inline-flex;
  min-height:38px;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  border-radius:4px;
  color:#4e5c72;
  font-size:13px;
  font-weight:700;
  transition:background .2s ease,color .2s ease;
}
#yb-ws-page .yb-ws-anchor-nav a:hover{
  background:#eef5fc;
  color:var(--yb-blue);
}
#yb-ws-page .yb-ws-anchor-nav .yb-ws-anchor-inquiry{
  margin-left:auto;
  padding:0 20px;
  background:var(--yb-blue);
  color:#fff;
}
#yb-ws-page .yb-ws-anchor-nav .yb-ws-anchor-inquiry:hover{
  background:#052d89;
  color:#fff;
}

/* Why */
#yb-ws-page .yb-ws-why{background:var(--yb-soft)}
#yb-ws-page .yb-ws-why-layout{
  display:grid;
  grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr);
  gap:70px;
  align-items:start;
}
#yb-ws-page .yb-ws-why-copy p{max-width:560px;margin-bottom:0}
#yb-ws-page .yb-ws-why-points{
  display:grid;
  gap:20px;
}
#yb-ws-page .yb-ws-why-point{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:16px;
}
#yb-ws-page .yb-ws-number{
  color:var(--yb-blue);
  font-size:11px;
  line-height:1.45;
  font-weight:700;
  letter-spacing:1.4px;
}
#yb-ws-page .yb-ws-why-point h3{margin:0 0 5px;font-size:19px}
#yb-ws-page .yb-ws-why-point p{
  margin:0;
  font-size:13.5px;
  line-height:1.6;
}

/* Capability */
#yb-ws-page .yb-ws-cap-layout{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(290px,.45fr);
  gap:28px;
  align-items:start;
}
#yb-ws-page .yb-ws-table-wrap{
  overflow-x:auto;
  border-radius:6px;
}
#yb-ws-page .yb-ws-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}
#yb-ws-page .yb-ws-table th{
  padding:14px 15px;
  background:var(--yb-blue);
  color:#fff;
  text-align:left;
  font-size:12px;
  line-height:1.4;
}
#yb-ws-page .yb-ws-table td{
  padding:13px 15px;
  border:1px solid var(--yb-line);
  color:#52627a;
  font-size:12.5px;
  line-height:1.55;
  vertical-align:top;
}
#yb-ws-page .yb-ws-table td:first-child{
  color:var(--yb-navy);
  font-weight:700;
}
#yb-ws-page .yb-ws-quote-box{
  padding:27px 25px;
  border-left:4px solid var(--yb-blue);
  background:#f3f7fc;
}
#yb-ws-page .yb-ws-quote-box h3{
  margin-bottom:16px;
  font-size:24px;
}
#yb-ws-page .yb-ws-quote-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 16px;
  margin:0 0 21px;
  padding:0;
  list-style:none;
}
#yb-ws-page .yb-ws-quote-list li{
  position:relative;
  padding-left:16px;
  color:#3f4f68;
  font-size:12px;
  line-height:1.5;
}
#yb-ws-page .yb-ws-quote-list li::before{
  content:"";
  position:absolute;
  top:.56em;
  left:0;
  width:6px;
  height:6px;
  border-radius:1px;
  background:var(--yb-blue);
}
#yb-ws-page .yb-ws-quote-note{
  margin:16px 0 0!important;
  font-size:11.8px!important;
  line-height:1.55!important;
}

/* Manufacturing */
#yb-ws-page .yb-ws-process{background:var(--yb-soft)}
#yb-ws-page .yb-ws-process-rows{
  display:grid;
  gap:40px;
}
#yb-ws-page .yb-ws-process-row{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:48px;
  align-items:center;
}
#yb-ws-page .yb-ws-process-row--reverse{
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
}
#yb-ws-page .yb-ws-process-row--reverse .yb-ws-process-media{order:2}
#yb-ws-page .yb-ws-process-media{
  height:255px;
  overflow:hidden;
  border-radius:5px;
  background:#e9f1f8;
}
#yb-ws-page .yb-ws-process-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
#yb-ws-page .yb-ws-process-copy h3{font-size:26px}
#yb-ws-page .yb-ws-process-line{
  display:inline-block;
  padding:8px 11px;
  background:#eaf2fb;
  color:var(--yb-blue);
  font-size:10px;
  line-height:1.5;
  font-weight:700;
  letter-spacing:.7px;
  text-transform:uppercase;
}

/* Applications */
#yb-ws-page .yb-ws-app-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
#yb-ws-page .yb-ws-app-card{
  position:relative;
  height:260px;
  overflow:hidden;
  border-radius:6px;
  background:#dfe8f4;
}
#yb-ws-page .yb-ws-app-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .32s ease;
}
#yb-ws-page .yb-ws-app-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(3,18,49,.03) 27%,rgba(3,18,49,.9) 100%);
}
#yb-ws-page .yb-ws-app-copy{
  position:absolute;
  z-index:2;
  right:21px;
  bottom:19px;
  left:21px;
}
#yb-ws-page .yb-ws-app-copy .yb-ws-number{
  display:block;
  margin-bottom:7px;
  color:#9dc5ff;
  font-size:10px;
}
#yb-ws-page .yb-ws-app-copy h3{
  margin:0 0 7px;
  color:#fff;
  font-size:18px;
}
#yb-ws-page .yb-ws-app-copy p{
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:11.8px;
  line-height:1.5;
}
#yb-ws-page .yb-ws-app-card:hover img{transform:scale(1.035)}

/* Related */
#yb-ws-page .yb-ws-related{
  background:linear-gradient(135deg,#082c73 0%,#0b4ed2 100%);
}
#yb-ws-page .yb-ws-related .yb-ws-kicker,
#yb-ws-page .yb-ws-related h2{color:#fff}
#yb-ws-page .yb-ws-related .yb-ws-section-head p{color:rgba(255,255,255,.76)}
#yb-ws-page .yb-ws-related-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
#yb-ws-page .yb-ws-related-item img{
  width:100%;
  height:195px;
  object-fit:contain;
  background:#f4f7fb;
  transition:transform .24s ease;
}
#yb-ws-page .yb-ws-related-item h3{
  margin:12px 0 4px;
  font-size:15px;
}
#yb-ws-page .yb-ws-related-item h3 a{color:#fff}
#yb-ws-page .yb-ws-related-link{
  color:rgba(255,255,255,.74)!important;
  font-size:11px;
  font-weight:600;
}
#yb-ws-page .yb-ws-related-item:hover img{transform:scale(1.03)}
#yb-ws-page .yb-ws-related-item:hover .yb-ws-related-link{color:#fff!important}

/* FAQ */
#yb-ws-page .yb-ws-faq{background:#f6f9fc}
#yb-ws-page .yb-ws-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
#yb-ws-page details{
  border-radius:5px;
  background:#fff;
}
#yb-ws-page summary{
  position:relative;
  padding:16px 46px 16px 17px;
  color:var(--yb-navy);
  font-size:13px;
  font-weight:700;
  line-height:1.5;
  cursor:pointer;
  list-style:none;
}
#yb-ws-page summary::-webkit-details-marker{display:none}
#yb-ws-page summary::after{
  content:"+";
  position:absolute;
  top:50%;
  right:17px;
  color:var(--yb-blue);
  font-size:19px;
  transform:translateY(-50%);
}
#yb-ws-page details[open] summary::after{content:"−"}
#yb-ws-page details p{
  margin:0;
  padding:0 17px 17px;
  font-size:12.5px;
  line-height:1.6;
}

/* Inquiry intro */
#yb-ws-page .yb-ws-inquiry{
  background:#061329;
  color:#fff;
}
#yb-ws-page .yb-ws-inquiry-grid{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  gap:68px;
  align-items:center;
}
#yb-ws-page .yb-ws-inquiry .yb-ws-kicker{color:#9bb7ff}
#yb-ws-page .yb-ws-inquiry h2{
  margin-bottom:15px;
  color:#fff;
  font-size:42px;
}
#yb-ws-page .yb-ws-inquiry h2 span{color:#5f83ff}
#yb-ws-page .yb-ws-inquiry p{color:rgba(255,255,255,.76)}
#yb-ws-page .yb-ws-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
#yb-ws-page .yb-ws-trust span{
  padding:8px 10px;
  border-radius:3px;
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.82);
  font-size:11px;
}
#yb-ws-page .yb-ws-form-placeholder{
  min-height:300px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  border:1px dashed rgba(255,255,255,.28);
  border-radius:6px;
  color:rgba(255,255,255,.58);
  text-align:center;
  font-size:13px;
  line-height:1.65;
}

/* Responsive */
@media(max-width:1120px){
  #yb-ws-page .yb-ws-overview-grid,
  #yb-ws-page .yb-ws-why-layout,
  #yb-ws-page .yb-ws-cap-layout,
  #yb-ws-page .yb-ws-inquiry-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  #yb-ws-page .yb-ws-product-stage{
    width:100%;
    max-width:650px;
    margin:0 auto;
  }
  #yb-ws-page .yb-ws-process-row,
  #yb-ws-page .yb-ws-process-row--reverse{
    grid-template-columns:1fr;
    gap:20px;
  }
  #yb-ws-page .yb-ws-process-row--reverse .yb-ws-process-media{order:0}
  #yb-ws-page .yb-ws-app-grid{grid-template-columns:1fr}
  #yb-ws-page .yb-ws-app-card{height:250px}
  #yb-ws-page .yb-ws-related-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
  #yb-ws-page .yb-ws-wrap{padding:0 20px}
  #yb-ws-page .yb-ws-section{padding:48px 0}
  #yb-ws-page h1{font-size:34px}
  #yb-ws-page h2{font-size:29px}
  #yb-ws-page p{font-size:14px}
  #yb-ws-page .yb-ws-overview{
    padding:52px 0 46px;
  }
  #yb-ws-page .yb-ws-overview-grid{gap:28px}
  #yb-ws-page .yb-ws-lead{font-size:15px!important}
  #yb-ws-page .yb-ws-proof-row{
    grid-template-columns:1fr 1fr;
  }
  #yb-ws-page .yb-ws-product-stage{
    min-height:360px;
  }
  #yb-ws-page .yb-ws-product-stage::after{top:82px}
  #yb-ws-page .yb-ws-product-stage img{
    top:-9px;
    height:275px;
    transform:scale(1.12);
  }
  #yb-ws-page .yb-ws-anchor-nav{
    min-height:58px;
    gap:6px;
  }
  #yb-ws-page .yb-ws-anchor-nav a{
    min-height:36px;
    padding:0 10px;
    font-size:12px;
  }
  #yb-ws-page .yb-ws-anchor-nav .yb-ws-anchor-inquiry{
    margin-left:0;
  }
  #yb-ws-page .yb-ws-why-point{
    grid-template-columns:39px minmax(0,1fr);
    gap:11px;
  }
  #yb-ws-page .yb-ws-table,
  #yb-ws-page .yb-ws-table tbody,
  #yb-ws-page .yb-ws-table tr,
  #yb-ws-page .yb-ws-table td{
    display:block;
    width:100%;
  }
  #yb-ws-page .yb-ws-table thead{display:none}
  #yb-ws-page .yb-ws-table tr{
    margin-bottom:12px;
    padding:14px;
    border-radius:5px;
    background:#f7faff;
  }
  #yb-ws-page .yb-ws-table td{
    padding:5px 0;
    border:0;
  }
  #yb-ws-page .yb-ws-table td::before{
    display:block;
    margin-bottom:3px;
    color:var(--yb-blue);
    font-size:9px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
  }
  #yb-ws-page .yb-ws-table td:nth-child(1)::before{content:"Feature"}
  #yb-ws-page .yb-ws-table td:nth-child(2)::before{content:"Typical Capability"}
  #yb-ws-page .yb-ws-table td:nth-child(3)::before{content:"Engineering Relevance"}
  #yb-ws-page .yb-ws-quote-list{grid-template-columns:1fr}
  #yb-ws-page .yb-ws-process-media{height:215px}
  #yb-ws-page .yb-ws-related-grid{grid-template-columns:1fr}
  #yb-ws-page .yb-ws-related-item img{height:220px}
  #yb-ws-page .yb-ws-faq-grid{grid-template-columns:1fr}
  #yb-ws-page .yb-ws-inquiry h2{font-size:32px}
}

/* Official detailed specifications V2 */
#yb-ws-page .yb-ws-native-inquiry-anchor{
  width:100%;
  height:0;
  scroll-margin-top:calc(var(--yb-ws-sticky-top) + 82px);
}
#yb-ws-page .yb-ws-detailed-specs{
  margin-top:34px;
  padding-top:32px;
  border-top:1px solid #d8e4f0;
}
#yb-ws-page .yb-ws-detailed-head{
  max-width:850px;
  margin:0 auto 22px;
  text-align:center;
}
#yb-ws-page .yb-ws-detailed-head h3{
  margin-bottom:10px;
  font-size:26px;
}
#yb-ws-page .yb-ws-detailed-head p{
  margin:0;
  font-size:13px;
  line-height:1.6;
}
#yb-ws-page .yb-ws-spec-details{
  display:grid;
  gap:10px;
}
#yb-ws-page .yb-ws-spec-details details{
  overflow:hidden;
  border:1px solid #d8e4f0;
  border-radius:5px;
  background:#fff;
}
#yb-ws-page .yb-ws-spec-details summary{
  padding:15px 48px 15px 18px;
  background:#f5f9fd;
  color:#07152f;
  font-size:14px;
  font-weight:700;
}
#yb-ws-page .yb-ws-spec-details details[open] summary{
  background:#eaf2fb;
  color:#0739ac;
}
#yb-ws-page .yb-ws-spec-panel{
  padding:0;
}
#yb-ws-page .yb-ws-spec-scroll{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
#yb-ws-page .yb-ws-spec-table{
  width:100%;
  min-width:920px;
  border-collapse:collapse;
}
#yb-ws-page .yb-ws-spec-table th{
  padding:12px 13px;
  background:#0739ac;
  color:#fff;
  text-align:left;
  font-size:11px;
  line-height:1.4;
  white-space:nowrap;
}
#yb-ws-page .yb-ws-spec-table td{
  padding:11px 13px;
  border:1px solid #d8e4f0;
  color:#53627a;
  font-size:11.5px;
  line-height:1.48;
  vertical-align:top;
}
#yb-ws-page .yb-ws-spec-table td:first-child{
  color:#07152f;
  font-weight:700;
}
#yb-ws-page .yb-ws-spec-table tbody tr:nth-child(even){
  background:#f8fbfe;
}
#yb-ws-page .yb-ws-spec-warning{
  margin:14px 16px 16px!important;
  padding:11px 13px;
  border-left:3px solid #0739ac;
  background:#f3f7fc;
  color:#53627a!important;
  font-size:11.5px!important;
  line-height:1.55!important;
}
@media(max-width:767px){
  #yb-ws-page .yb-ws-detailed-specs{
    margin-top:26px;
    padding-top:26px;
  }
  #yb-ws-page .yb-ws-detailed-head{
    text-align:left;
  }
  #yb-ws-page .yb-ws-detailed-head h3{
    font-size:22px;
  }
  #yb-ws-page .yb-ws-spec-details summary{
    padding:14px 44px 14px 15px;
    font-size:13px;
  }
  #yb-ws-page .yb-ws-spec-table{
    min-width:780px;
  }
  #yb-ws-page .yb-ws-spec-table th,
  #yb-ws-page .yb-ws-spec-table td{
    padding:10px 11px;
    font-size:10.5px;
  }
}

/* Integrated specification section V3 */
#yb-ws-page .yb-ws-detailed-specs{
  margin-top:28px!important;
  padding-top:0!important;
  border-top:0!important;
}
#yb-ws-page .yb-ws-detailed-head{
  max-width:none!important;
  margin:0 0 16px!important;
  text-align:left!important;
}
#yb-ws-page .yb-ws-detailed-head h3{
  margin:0 0 7px!important;
  font-size:22px!important;
}
#yb-ws-page .yb-ws-detailed-head p{
  max-width:800px!important;
  margin:0!important;
  font-size:12.5px!important;
  line-height:1.58!important;
}
#yb-ws-page .yb-ws-spec-details{
  gap:8px!important;
}
#yb-ws-page .yb-ws-spec-details details{
  border:0!important;
  border-radius:4px!important;
  background:#f5f9fd!important;
}
#yb-ws-page .yb-ws-spec-details summary{
  padding:14px 46px 14px 16px!important;
  background:#f5f9fd!important;
  color:#132546!important;
  font-size:13px!important;
}
#yb-ws-page .yb-ws-spec-details details[open] summary{
  background:#eaf2fb!important;
  color:#0739ac!important;
}
#yb-ws-page .yb-ws-spec-table{
  min-width:760px!important;
}
#yb-ws-page .yb-ws-spec-table th{
  padding:11px 12px!important;
  background:#eaf2fb!important;
  color:#0739ac!important;
  border:1px solid #d8e4f0!important;
  font-size:10.5px!important;
}
#yb-ws-page .yb-ws-spec-table td{
  padding:10px 12px!important;
  font-size:11.2px!important;
  line-height:1.45!important;
}
#yb-ws-page .yb-ws-spec-warning{
  margin:12px 14px 14px!important;
}
@media(max-width:767px){
  #yb-ws-page .yb-ws-detailed-specs{
    margin-top:22px!important;
  }
  #yb-ws-page .yb-ws-detailed-head h3{
    font-size:20px!important;
  }
  #yb-ws-page .yb-ws-spec-table{
    min-width:700px!important;
  }
}

/* =========================================================
   V16 — TEXT AND CONTENT POSITIONS UNCHANGED
   Exact viewport-width module backgrounds, no page-level
   horizontal scrollbar, compact FAQ transition.
   ========================================================= */

html,
body{
  margin:0!important;
  padding:0!important;
  overflow-x:hidden!important;
}

/*
  JavaScript calculates the real browser content width
  (excluding the vertical scrollbar) and aligns this root
  exactly with the left and right viewport edges.
*/
#yb-ws-page{
  --yb-ws-nav-height:62px;
  --yb-ws-viewport-width:100%;
  --yb-ws-viewport-shift:0px;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  width:var(--yb-ws-viewport-width)!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  overflow-x:hidden!important;
  overflow-y:visible!important;
  transform:translate3d(var(--yb-ws-viewport-shift),0,0)!important;
  background:#fff!important;
}

/* UEESHOP ancestors are only allowed to show the breakout root. */
.yb-ws-bleed-host{
  overflow:visible!important;
  clip-path:none!important;
  contain:none!important;
}

/* Child modules fill the full-width root; content markup is unchanged. */
#yb-ws-page .yb-ws-band,
#yb-ws-page > .yb-ws-anchor-band{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  border-radius:0!important;
  clip-path:none!important;
  box-shadow:none!important;
}

/* Same background rhythm as the approved reference page. */
#yb-ws-page #yb-ws-overview{
  background:linear-gradient(90deg,#ffffff 0%,#ffffff 52%,#f5f9fd 100%)!important;
}

#yb-ws-page .yb-ws-why,
#yb-ws-page #yb-ws-process{
  background:#f5f9fd!important;
}

#yb-ws-page #yb-ws-capabilities,
#yb-ws-page #yb-ws-applications{
  background:#ffffff!important;
}

#yb-ws-page .yb-ws-related{
  background:linear-gradient(135deg,#082c73 0%,#0b4ed2 100%)!important;
}

#yb-ws-page #yb-ws-faq{
  background:#f6f9fc!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:48px 0 34px!important;
  overflow-x:hidden!important;
}

/* Preserve V12 content width and internal side spacing. */
#yb-ws-page .yb-ws-wrap{
  width:100%!important;
  max-width:1380px!important;
  margin-right:auto!important;
  margin-left:auto!important;
  padding-right:38px!important;
  padding-left:38px!important;
}

/* Original navigation remains below the Hero. */
#yb-ws-page > .yb-ws-anchor-band{
  position:relative!important;
  inset:auto!important;
  z-index:30!important;
  background:#ffffff!important;
  box-shadow:0 7px 20px rgba(7,21,47,.07)!important;
}

#yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav{
  min-height:var(--yb-ws-nav-height)!important;
}

/* Floating navigation is appended directly to body. */
body > .yb-ws-floating-nav{
  position:fixed!important;
  right:0!important;
  left:0!important;
  z-index:2147483000!important;
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:var(--yb-ws-nav-height,62px)!important;
  margin:0!important;
  padding:0!important;
  background:rgba(255,255,255,.985)!important;
  box-shadow:0 8px 24px rgba(7,21,47,.13)!important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate3d(0,-110%,0)!important;
  transition:transform .22s ease,opacity .22s ease,visibility .22s ease;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}

body > .yb-ws-floating-nav.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate3d(0,0,0)!important;
}

body > .yb-ws-floating-nav .yb-ws-wrap{
  width:100%!important;
  max-width:1380px!important;
  height:100%!important;
  margin:0 auto!important;
  padding-right:38px!important;
  padding-left:38px!important;
}

body > .yb-ws-floating-nav .yb-ws-anchor-nav{
  display:flex!important;
  min-height:var(--yb-ws-nav-height,62px)!important;
  height:var(--yb-ws-nav-height,62px)!important;
  align-items:center!important;
  gap:12px!important;
  overflow-x:auto!important;
  scrollbar-width:none;
}

body > .yb-ws-floating-nav .yb-ws-anchor-nav::-webkit-scrollbar{
  display:none;
}

body > .yb-ws-floating-nav a.is-active,
#yb-ws-page .yb-ws-anchor-nav a.is-active{
  background:#eef5fc!important;
  color:#0739ac!important;
}

/* FAQ keeps the B-reference spacing and has no white trailing block. */
#yb-ws-page #yb-ws-faq .yb-ws-section-head{
  margin:0 auto 22px!important;
}

#yb-ws-page #yb-ws-faq .yb-ws-faq-grid{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}

.yb-ws-faq-transition-host,
.yb-ws-faq-transition-host > .wide,
.yb-ws-faq-transition-host > .wide > .yb-ws-bleed-host,
.yb-ws-faq-transition-node,
.yb-ws-host-bottom-reset,
.yb-ws-host-bottom-reset > *{
  background:#f6f9fc!important;
}

/* keep the visible trailing area below FAQ in the same light-blue tone
   until the native inquiry/form section begins */
#yb-ws-page #yb-ws-faq,
#yb-ws-page #yb-ws-faq + .yb-ws-native-inquiry-anchor,
#yb-ws-page #yb-ws-faq + .yb-ws-native-inquiry-anchor + *{
  background:#f6f9fc!important;
}

.yb-ws-empty-transition{
  display:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}

.yb-ws-host-bottom-reset{
  min-height:0!important;
  height:auto!important;
  margin-bottom:0!important;
  padding-bottom:0!important;
}

.yb-ws-native-form-start{
  margin-top:0!important;
  border-top:0!important;
}

#yb-ws-native-inquiry-anchor{
  display:block!important;
  width:100%!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  line-height:0!important;
}

#yb-ws-page #yb-ws-overview,
#yb-ws-page #yb-ws-capabilities,
#yb-ws-page #yb-ws-process,
#yb-ws-page #yb-ws-applications,
#yb-ws-page #yb-ws-faq,
#yb-ws-native-inquiry-anchor{
  scroll-margin-top:150px!important;
}

@media(max-width:767px){
  #yb-ws-page{
    --yb-ws-nav-height:56px;
  }

  #yb-ws-page .yb-ws-wrap{
    padding-right:20px!important;
    padding-left:20px!important;
  }

  body > .yb-ws-floating-nav{
    height:56px!important;
  }

  body > .yb-ws-floating-nav .yb-ws-wrap{
    padding-right:14px!important;
    padding-left:14px!important;
  }

  body > .yb-ws-floating-nav .yb-ws-anchor-nav{
    min-height:56px!important;
    height:56px!important;
    gap:5px!important;
  }

  body > .yb-ws-floating-nav a{
    min-height:34px!important;
    padding-right:9px!important;
    padding-left:9px!important;
    font-size:11.5px!important;
  }

  #yb-ws-page #yb-ws-faq{
    padding:40px 0 28px!important;
  }
}


/* =========================================================
   V18 — collapse the real empty area after FAQ.
   FAQ keeps its own spacing; no extra white spacer remains.
   ========================================================= */
#yb-ws-page,
#yb-ws-page #yb-ws-faq{
  margin-bottom:0!important;
  padding-bottom:0!important;
}

#yb-ws-page #yb-ws-faq{
  padding-top:48px!important;
  padding-bottom:34px!important;
  background:#f6f9fc!important;
}

/* UEESHOP wrappers around the custom page must not reserve tail height. */
.yb-ws-collapse-after-faq{
  min-height:0!important;
  height:auto!important;
  max-height:none!important;
  margin-bottom:0!important;
  padding-bottom:0!important;
  border-bottom:0!important;
}

/* Empty spacer elements between the FAQ and the next real section/footer. */
.yb-ws-empty-after-faq{
  display:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}

/* If UEESHOP inserts a generic blank content layer after the custom page,
   keep it from painting a white block. */
.yb-ws-after-faq-host{
  min-height:0!important;
  height:auto!important;
  margin-bottom:0!important;
  padding-bottom:0!important;
  background:transparent!important;
}

@media(max-width:767px){
  #yb-ws-page #yb-ws-faq{
    padding-top:40px!important;
    padding-bottom:28px!important;
  }
}

/* =========================================================
   V19 — B-style compact sticky navigation
   ========================================================= */

#yb-ws-page{
  --yb-ws-nav-height:60px!important;
}

#yb-ws-page > .yb-ws-anchor-band{
  position:relative!important;
  inset:auto!important;
  z-index:80!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  background:#fff!important;
  border-top:1px solid #e4ebf3!important;
  border-bottom:1px solid #dce5ef!important;
  box-shadow:0 5px 16px rgba(7,21,47,.055)!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}

body > .yb-ws-floating-nav{
  position:fixed!important;
  right:0!important;
  left:0!important;
  z-index:2147483000!important;
  width:100%!important;
  max-width:none!important;
  height:60px!important;
  margin:0!important;
  padding:0!important;
  background:rgba(255,255,255,.985)!important;
  border-top:1px solid rgba(228,235,243,.9)!important;
  border-bottom:1px solid #dce5ef!important;
  box-shadow:0 7px 22px rgba(7,21,47,.12)!important;
  -webkit-backdrop-filter:blur(10px)!important;
  backdrop-filter:blur(10px)!important;
}

#yb-ws-page > .yb-ws-anchor-band > .yb-ws-wrap,
body > .yb-ws-floating-nav > .yb-ws-wrap{
  width:100%!important;
  max-width:1380px!important;
  height:100%!important;
  margin-right:auto!important;
  margin-left:auto!important;
  padding-right:38px!important;
  padding-left:38px!important;
}

#yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav,
body > .yb-ws-floating-nav .yb-ws-anchor-nav{
  display:flex!important;
  min-height:60px!important;
  height:60px!important;
  align-items:center!important;
  gap:8px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  white-space:nowrap!important;
  scrollbar-width:none!important;
}

#yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav::-webkit-scrollbar,
body > .yb-ws-floating-nav .yb-ws-anchor-nav::-webkit-scrollbar{
  display:none!important;
}

#yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav > a,
body > .yb-ws-floating-nav .yb-ws-anchor-nav > a{
  position:relative!important;
  display:inline-flex!important;
  min-height:40px!important;
  flex:0 0 auto!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0 15px!important;
  border:0!important;
  border-radius:4px!important;
  background:transparent!important;
  color:#506078!important;
  font-size:14px!important;
  font-weight:650!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  box-shadow:none!important;
  transform:none!important;
  transition:background-color .2s ease,color .2s ease,transform .2s ease!important;
}

#yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav > a:hover,
#yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav > a.is-active,
body > .yb-ws-floating-nav .yb-ws-anchor-nav > a:hover,
body > .yb-ws-floating-nav .yb-ws-anchor-nav > a.is-active{
  background:#eef5fc!important;
  color:#0739ac!important;
}

#yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav > a:not(.yb-ws-anchor-inquiry)::after,
body > .yb-ws-floating-nav .yb-ws-anchor-nav > a:not(.yb-ws-anchor-inquiry)::after{
  content:"";
  position:absolute;
  right:15px;
  bottom:0;
  left:15px;
  height:2px;
  background:#0739ac;
  opacity:0;
  transform:scaleX(.45);
  transform-origin:center;
  transition:opacity .2s ease,transform .2s ease;
}

#yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav > a.is-active::after,
body > .yb-ws-floating-nav .yb-ws-anchor-nav > a.is-active::after{
  opacity:1;
  transform:scaleX(1);
}

#yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav > .yb-ws-anchor-inquiry,
body > .yb-ws-floating-nav .yb-ws-anchor-nav > .yb-ws-anchor-inquiry{
  min-height:42px!important;
  margin-left:auto!important;
  padding:0 24px!important;
  border:1px solid #0739ac!important;
  border-radius:4px!important;
  background:#0739ac!important;
  color:#fff!important;
  font-weight:700!important;
  box-shadow:0 5px 13px rgba(7,57,172,.16)!important;
}

#yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav > .yb-ws-anchor-inquiry::after,
body > .yb-ws-floating-nav .yb-ws-anchor-nav > .yb-ws-anchor-inquiry::after{
  display:none!important;
}

#yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav > .yb-ws-anchor-inquiry:hover,
#yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav > .yb-ws-anchor-inquiry.is-active,
body > .yb-ws-floating-nav .yb-ws-anchor-nav > .yb-ws-anchor-inquiry:hover,
body > .yb-ws-floating-nav .yb-ws-anchor-nav > .yb-ws-anchor-inquiry.is-active{
  border-color:#052d89!important;
  background:#052d89!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}

body > .yb-ws-floating-nav{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translate3d(0,-110%,0)!important;
  transition:transform .22s ease,opacity .22s ease,visibility .22s ease!important;
}

body > .yb-ws-floating-nav.is-visible{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translate3d(0,0,0)!important;
}

@media(max-width:767px){
  #yb-ws-page{
    --yb-ws-nav-height:56px!important;
  }

  #yb-ws-page > .yb-ws-anchor-band,
  body > .yb-ws-floating-nav{
    height:56px!important;
  }

  #yb-ws-page > .yb-ws-anchor-band > .yb-ws-wrap,
  body > .yb-ws-floating-nav > .yb-ws-wrap{
    padding-right:14px!important;
    padding-left:14px!important;
  }

  #yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav,
  body > .yb-ws-floating-nav .yb-ws-anchor-nav{
    min-height:56px!important;
    height:56px!important;
    gap:4px!important;
  }

  #yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav > a,
  body > .yb-ws-floating-nav .yb-ws-anchor-nav > a{
    min-height:36px!important;
    padding-right:10px!important;
    padding-left:10px!important;
    font-size:12px!important;
  }

  #yb-ws-page > .yb-ws-anchor-band .yb-ws-anchor-nav > .yb-ws-anchor-inquiry,
  body > .yb-ws-floating-nav .yb-ws-anchor-nav > .yb-ws-anchor-inquiry{
    min-height:36px!important;
    margin-left:0!important;
    padding-right:14px!important;
    padding-left:14px!important;
  }
}

/* =========================================================
   WELDED SHAFT V20 — USER-VALUE PARAMETER MODULE
   Five screening rows + two focused engineering detail groups.
   ========================================================= */

#yb-ws-page #yb-ws-capabilities .yb-ws-cap-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 300px!important;
  gap:28px!important;
  align-items:start!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-cap-main{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  min-width:0!important;
  gap:22px!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-table-wrap{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  overflow-x:auto!important;
  border:1px solid #d8e4f0!important;
  border-radius:0!important;
  background:#fff!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-table{
  width:100%!important;
  min-width:790px!important;
  table-layout:fixed!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-table th:nth-child(1){width:20%!important}
#yb-ws-page #yb-ws-capabilities .yb-ws-table th:nth-child(2){width:34%!important}
#yb-ws-page #yb-ws-capabilities .yb-ws-table th:nth-child(3){width:46%!important}

#yb-ws-page #yb-ws-capabilities .yb-ws-table th{
  padding:13px 14px!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-table td{
  padding:12px 14px!important;
  vertical-align:top!important;
  font-size:12px!important;
  line-height:1.5!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-quote-box{
  position:relative!important;
  top:auto!important;
  width:100%!important;
  min-width:0!important;
  align-self:start!important;
  margin:0!important;
  padding:27px 24px!important;
  border:0!important;
  border-left:4px solid #0739ac!important;
  border-radius:0!important;
  background:#f3f7fc!important;
  box-shadow:none!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-detailed-specs{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  border-top:0!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-detailed-head{
  max-width:none!important;
  margin:0 0 13px!important;
  text-align:left!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-detailed-head .yb-ws-kicker{
  margin-bottom:5px!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-detailed-head p{
  margin:0!important;
  font-size:12px!important;
  line-height:1.5!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-details{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-details details{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-details summary{
  min-height:52px!important;
  padding:0 48px 0 18px!important;
  display:flex!important;
  align-items:center!important;
  font-size:13px!important;
  line-height:1.3!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-table{
  width:100%!important;
  min-width:830px!important;
  table-layout:fixed!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-table th:nth-child(1){width:24%!important}
#yb-ws-page #yb-ws-capabilities .yb-ws-spec-table th:nth-child(2){width:31%!important}
#yb-ws-page #yb-ws-capabilities .yb-ws-spec-table th:nth-child(3){width:45%!important}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-table th{
  padding:11px 13px!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-table td{
  padding:10px 13px!important;
  vertical-align:top!important;
  font-size:11.5px!important;
  line-height:1.48!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-warning{
  margin:0!important;
  padding:14px 16px!important;
  border-left:3px solid #9eb9dc!important;
  background:#f7faff!important;
  color:#53627a!important;
  font-size:11.5px!important;
  line-height:1.55!important;
}

@media(max-width:1180px){
  #yb-ws-page #yb-ws-capabilities .yb-ws-cap-layout{
    grid-template-columns:minmax(0,1fr) 270px!important;
    gap:22px!important;
  }
}

@media(max-width:900px){
  #yb-ws-page #yb-ws-capabilities .yb-ws-cap-layout{
    grid-template-columns:1fr!important;
  }

  #yb-ws-page #yb-ws-capabilities .yb-ws-cap-main{
    gap:20px!important;
  }

  #yb-ws-page #yb-ws-capabilities .yb-ws-quote-box{
    width:100%!important;
  }
}

@media(max-width:620px){
  #yb-ws-page #yb-ws-capabilities .yb-ws-cap-main{
    gap:18px!important;
  }

  #yb-ws-page #yb-ws-capabilities .yb-ws-spec-details summary{
    min-height:48px!important;
    padding:0 42px 0 14px!important;
    font-size:12px!important;
  }
}


/* =========================================================
   V21 — CAPABILITY TABLE COLOR ALIGNMENT
   Match Welded Shaft capability table colors to the approved
   Spline Shaft styling reference: deep blue table headers,
   clean white rows, subtle alternate shading and light-blue
   accordion summaries.
   ========================================================= */

#yb-ws-page #yb-ws-capabilities .yb-ws-table-wrap{
  border:1px solid #d8e4f0!important;
  background:#ffffff!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-table{
  border-collapse:collapse!important;
  background:#ffffff!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-table th{
  background:#0739ac!important;
  color:#ffffff!important;
  border:1px solid #d8e4f0!important;
  font-size:12px!important;
  line-height:1.4!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-table td{
  background:#ffffff!important;
  border:1px solid #d8e4f0!important;
  color:#53627a!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-table tbody tr:nth-child(even) td{
  background:#f8fbfe!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-table td:first-child{
  color:#07152f!important;
  font-weight:700!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-details details{
  border:1px solid #d8e4f0!important;
  border-radius:4px!important;
  background:#ffffff!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-details summary{
  background:#f5f9fd!important;
  color:#132546!important;
  border-bottom:0!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-details details[open] summary{
  background:#eef4fb!important;
  color:#0739ac!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-panel{
  background:#ffffff!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-scroll{
  background:#ffffff!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-table{
  border-collapse:collapse!important;
  background:#ffffff!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-table th{
  background:#0739ac!important;
  color:#ffffff!important;
  border:1px solid #d8e4f0!important;
  font-size:10.8px!important;
  line-height:1.4!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-table td{
  background:#ffffff!important;
  border:1px solid #d8e4f0!important;
  color:#53627a!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-table tbody tr:nth-child(even) td{
  background:#f8fbfe!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-table td:first-child{
  color:#07152f!important;
  font-weight:700!important;
}

#yb-ws-page #yb-ws-capabilities .yb-ws-spec-warning{
  margin:12px 14px 14px!important;
  padding:12px 14px!important;
  border-left:3px solid #9eb9dc!important;
  background:#f5f9fd!important;
  color:#53627a!important;
}

@media(max-width:767px){
  #yb-ws-page #yb-ws-capabilities .yb-ws-table th,
  #yb-ws-page #yb-ws-capabilities .yb-ws-table td,
  #yb-ws-page #yb-ws-capabilities .yb-ws-spec-table th,
  #yb-ws-page #yb-ws-capabilities .yb-ws-spec-table td{
    font-size:10.5px!important;
  }
}



/* =========================================================
   V22 — REFERENCE CAPABILITY TEXT COLOR
   Match the second-column text color and emphasis to the
   approved Spline Shaft table reference.
   ========================================================= */

#yb-ws-page #yb-ws-capabilities .yb-ws-table tbody td:nth-child(2){
  color:#0739ac!important;
  font-weight:700!important;
}

