
#yb-cs-page{
  --yb-blue:#0739ac;
  --yb-blue-2:#0b4fd0;
  --yb-navy:#07152f;
  --yb-text:#53627a;
  --yb-pale:#f5f9fd;
  --yb-line:#d8e4f0;
  --yb-white:#fff;
  --yb-header-offset:0px;
  --yb-anchor-height:60px;
  position:relative!important;
  left:50%!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:-50vw!important;
  margin-right:0!important;
  overflow:visible!important;
  background:#fff;
  color:var(--yb-navy);
  font-family:Poppins,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
#yb-cs-page,#yb-cs-page *{box-sizing:border-box}
#yb-cs-page img{display:block;max-width:100%}
#yb-cs-page a{text-decoration:none;color:inherit}
#yb-cs-page button,#yb-cs-page input,#yb-cs-page textarea,#yb-cs-page select{font:inherit}
html,body{overflow-x:clip!important;scroll-behavior:smooth}
@supports not (overflow:clip){html,body{overflow-x:hidden!important}}
#yb-cs-page .yb-cs-band{position:relative;width:100%;isolation:isolate}
#yb-cs-page .yb-cs-wrap{width:100%;max-width:1380px;margin:0 auto;padding:0 38px}
#yb-cs-page .yb-cs-section{padding:82px 0}
#yb-cs-page .yb-cs-kicker{margin:0 0 10px;color:var(--yb-blue);font-size:12px;line-height:1.3;font-weight:700;letter-spacing:2.3px;text-transform:uppercase}
#yb-cs-page h1,#yb-cs-page h2,#yb-cs-page h3,#yb-cs-page p{margin-top:0}
#yb-cs-page h1{margin-bottom:22px;font-size:clamp(42px,4.4vw,68px);line-height:1.04;font-weight:700;letter-spacing:-2.5px}
#yb-cs-page h2{margin-bottom:18px;font-size:clamp(32px,3.1vw,48px);line-height:1.1;font-weight:700;letter-spacing:-1.6px}
#yb-cs-page h3{margin-bottom:10px;font-size:22px;line-height:1.25;font-weight:700;letter-spacing:-.5px}
#yb-cs-page p{color:var(--yb-text);font-size:16px;line-height:1.72}
#yb-cs-page .yb-cs-section-head{max-width:900px;margin:0 auto 42px;text-align:center}
#yb-cs-page .yb-cs-section-head p{max-width:820px;margin:0 auto}
#yb-cs-page .yb-cs-btn{display:inline-flex;align-items:center;justify-content:center;gap:22px;min-height:54px;padding:14px 24px;border:1px solid var(--yb-blue);background:var(--yb-blue);color:#fff;font-size:14px;font-weight:700;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}
#yb-cs-page .yb-cs-btn:hover{background:transparent;color:var(--yb-blue);transform:translateY(-2px)}
#yb-cs-page .yb-cs-arrow{display:inline-block;transition:transform .25s ease}
#yb-cs-page .yb-cs-btn:hover .yb-cs-arrow{transform:translateX(5px)}

/* Hero */
#yb-cs-page .yb-cs-hero{padding:88px 0 72px;background:linear-gradient(90deg,#fff 0%,#fff 52%,#f3f8fd 100%)}
#yb-cs-page .yb-cs-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);gap:74px;align-items:center}
#yb-cs-page .yb-cs-hero-copy{max-width:760px}
#yb-cs-page .yb-cs-hero-copy>p{max-width:720px;margin-bottom:16px}
#yb-cs-page .yb-cs-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:28px 0 24px;border-top:1px solid var(--yb-line);border-bottom:1px solid var(--yb-line)}
#yb-cs-page .yb-cs-stat{min-height:94px;padding:18px 16px;border-left:3px solid var(--yb-blue);background:rgba(245,249,253,.72)}
#yb-cs-page .yb-cs-stat strong{display:block;margin-bottom:5px;color:var(--yb-navy);font-size:17px;line-height:1.2}
#yb-cs-page .yb-cs-stat span{display:block;color:#728099;font-size:11px;line-height:1.45}
#yb-cs-page .yb-cs-note{margin:18px 0 0;padding-left:16px;border-left:2px solid #9eb9dc;color:#738197;font-size:12px;line-height:1.55}
#yb-cs-page .yb-cs-hero-visual{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center}
#yb-cs-page .yb-cs-hero-card{position:relative;width:100%;max-width:560px;min-height:390px;overflow:visible;border-radius:28px;background:radial-gradient(circle at 35% 18%,rgba(71,164,255,.75),transparent 32%),linear-gradient(145deg,#0781d1 0%,#0739ac 58%,#062b7c 100%);box-shadow:0 30px 56px rgba(7,57,172,.24)}
#yb-cs-page .yb-cs-hero-card img{position:absolute;left:50%;bottom:72px;width:82%;height:360px;transform:translateX(-50%);object-fit:contain;filter:drop-shadow(0 22px 18px rgba(0,0,0,.24))}
#yb-cs-page .yb-cs-hero-label{position:absolute;left:34px;right:34px;bottom:26px;color:#fff}
#yb-cs-page .yb-cs-hero-label strong{display:block;margin-bottom:5px;font-size:19px;line-height:1.25}
#yb-cs-page .yb-cs-hero-label span{display:block;color:rgba(255,255,255,.76);font-size:10px;line-height:1.5;letter-spacing:.8px;text-transform:uppercase}

/* Sticky anchor navigation */
#yb-cs-page .yb-cs-anchor-slot{position:relative;z-index:80;height:var(--yb-anchor-height);background:#fff}
#yb-cs-page .yb-cs-anchor-band{position:relative;z-index:80;width:100%;min-height:var(--yb-anchor-height);background:rgba(255,255,255,.98);box-shadow:0 8px 22px rgba(7,21,47,.07);backdrop-filter:blur(12px)}
#yb-cs-page .yb-cs-anchor-band.is-fixed{position:fixed;top:var(--yb-header-offset);left:0;right:0;z-index:999999;width:100vw;box-shadow:0 10px 28px rgba(7,21,47,.13)}
#yb-cs-page .yb-cs-anchor-nav{display:flex;align-items:center;gap:10px;min-height:var(--yb-anchor-height);overflow-x:auto;scrollbar-width:none}
#yb-cs-page .yb-cs-anchor-nav::-webkit-scrollbar{display:none}
#yb-cs-page .yb-cs-anchor-nav a{position:relative;display:flex;align-items:center;min-height:var(--yb-anchor-height);padding:0 18px;color:#53627a;font-size:13px;font-weight:700;white-space:nowrap}
#yb-cs-page .yb-cs-anchor-nav a::after{content:"";position:absolute;left:18px;right:100%;bottom:0;height:3px;background:var(--yb-blue);transition:right .25s ease}
#yb-cs-page .yb-cs-anchor-nav a:hover,#yb-cs-page .yb-cs-anchor-nav a.is-active{color:var(--yb-blue)}
#yb-cs-page .yb-cs-anchor-nav a:hover::after,#yb-cs-page .yb-cs-anchor-nav a.is-active::after{right:18px}
#yb-cs-page .yb-cs-anchor-nav .yb-cs-anchor-inquiry{margin-left:auto;min-height:46px;padding:0 24px;background:var(--yb-blue);color:#fff}
#yb-cs-page .yb-cs-anchor-nav .yb-cs-anchor-inquiry::after{display:none}
#yb-cs-page .yb-cs-anchor-nav .yb-cs-anchor-inquiry:hover{background:#062f91;color:#fff}

/* Why */
#yb-cs-page .yb-cs-why{background:var(--yb-pale)}
#yb-cs-page .yb-cs-why-grid{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:86px;align-items:start}
#yb-cs-page .yb-cs-why-intro h2{max-width:520px}
#yb-cs-page .yb-cs-why-intro p{max-width:560px}
#yb-cs-page .yb-cs-reasons{display:grid;grid-template-columns:1fr;gap:0}
#yb-cs-page .yb-cs-reason{display:grid;grid-template-columns:70px minmax(0,1fr);gap:20px;padding:22px 0;border-bottom:1px solid var(--yb-line)}
#yb-cs-page .yb-cs-reason:first-child{padding-top:0}
#yb-cs-page .yb-cs-reason-num{color:var(--yb-blue);font-size:12px;font-weight:700;letter-spacing:1.4px}
#yb-cs-page .yb-cs-reason p{margin-bottom:0;font-size:15px}

/* Shaft structures */
#yb-cs-page .yb-cs-types{background:#fff}
#yb-cs-page .yb-cs-types-grid{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(0,1.1fr);gap:72px;align-items:center}
#yb-cs-page .yb-cs-types-visual{position:relative;min-height:570px;overflow:hidden;border-radius:24px;background:radial-gradient(circle at 30% 20%,rgba(71,164,255,.72),transparent 32%),linear-gradient(145deg,#0a80cf 0%,#0739ac 62%,#062b7c 100%)}
#yb-cs-page .yb-cs-types-visual img{position:absolute;inset:34px 34px 112px;width:calc(100% - 68px);height:calc(100% - 146px);object-fit:contain;filter:drop-shadow(0 22px 20px rgba(0,0,0,.24))}
#yb-cs-page .yb-cs-types-caption{position:absolute;left:34px;right:34px;bottom:30px;color:#fff;font-size:12px;line-height:1.55;letter-spacing:1px;text-transform:uppercase}
#yb-cs-page .yb-cs-type-list{display:grid;grid-template-columns:1fr;gap:0}
#yb-cs-page .yb-cs-type-row{display:grid;grid-template-columns:54px minmax(0,1fr);gap:20px;padding:22px 0;border-bottom:1px solid var(--yb-line)}
#yb-cs-page .yb-cs-type-row:last-child{border-bottom:0}
#yb-cs-page .yb-cs-type-no{color:var(--yb-blue);font-size:12px;font-weight:700}
#yb-cs-page .yb-cs-type-row p{margin-bottom:0;font-size:15px}

/* Technical parameters */
#yb-cs-page .yb-cs-specs{background:#fff}
#yb-cs-page .yb-cs-spec-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}
#yb-cs-page .yb-cs-spec-main{display:flex;flex-direction:column;min-width:0;gap:22px}
#yb-cs-page .yb-cs-table-scroll,#yb-cs-page .yb-cs-tech-scroll{width:100%;overflow-x:auto}
#yb-cs-page table{width:100%;border-collapse:collapse;background:#fff}
#yb-cs-page .yb-cs-capability-table{min-width:830px;table-layout:fixed}
#yb-cs-page .yb-cs-capability-table th:nth-child(1){width:20%}
#yb-cs-page .yb-cs-capability-table th:nth-child(2){width:34%}
#yb-cs-page .yb-cs-capability-table th:nth-child(3){width:46%}
#yb-cs-page .yb-cs-capability-table th,#yb-cs-page .yb-cs-tech-table th{padding:13px 14px;border:1px solid var(--yb-line);background:var(--yb-blue);color:#fff;text-align:left;font-size:12px;line-height:1.4}
#yb-cs-page .yb-cs-capability-table td,#yb-cs-page .yb-cs-tech-table td{padding:12px 14px;border:1px solid var(--yb-line);background:#fff;color:var(--yb-text);vertical-align:top;font-size:12px;line-height:1.5}
#yb-cs-page .yb-cs-capability-table tbody tr:nth-child(even) td,#yb-cs-page .yb-cs-tech-table tbody tr:nth-child(even) td{background:#f8fbfe}
#yb-cs-page .yb-cs-capability-table td:first-child,#yb-cs-page .yb-cs-tech-table td:first-child{color:var(--yb-navy);font-weight:700}
#yb-cs-page .yb-cs-capability-table td:nth-child(2){color:var(--yb-blue);font-weight:700}
#yb-cs-page .yb-cs-spec-aside{padding:28px 24px;border-left:4px solid var(--yb-blue);background:#f3f7fc}
#yb-cs-page .yb-cs-spec-aside h3{font-size:28px}
#yb-cs-page .yb-cs-rfq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px;margin:20px 0 24px}
#yb-cs-page .yb-cs-rfq-item{position:relative;padding-left:16px;color:var(--yb-text);font-size:13px;line-height:1.5}
#yb-cs-page .yb-cs-rfq-item::before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;background:var(--yb-blue)}
#yb-cs-page .yb-cs-rfq-note{margin:18px 0 0;font-size:12px;line-height:1.55}
#yb-cs-page .yb-cs-additional-tech>.yb-cs-kicker{margin-bottom:5px}
#yb-cs-page .yb-cs-additional-tech>p{margin-bottom:13px;font-size:12px}
#yb-cs-page .yb-cs-tech-details{display:grid;gap:8px}
#yb-cs-page .yb-cs-tech-details details{overflow:hidden;border:1px solid var(--yb-line);border-radius:4px;background:#fff}
#yb-cs-page .yb-cs-tech-details summary{position:relative;display:flex;align-items:center;min-height:52px;padding:0 50px 0 18px;list-style:none;cursor:pointer;background:#f5f9fd;color:#132546;font-size:13px;font-weight:700}
#yb-cs-page .yb-cs-tech-details summary::-webkit-details-marker{display:none}
#yb-cs-page .yb-cs-tech-details summary::after{content:"+";position:absolute;right:18px;color:var(--yb-blue);font-size:20px;font-weight:700}
#yb-cs-page .yb-cs-tech-details details[open] summary{background:#eef4fb;color:var(--yb-blue)}
#yb-cs-page .yb-cs-tech-details details[open] summary::after{content:"−"}
#yb-cs-page .yb-cs-tech-table{min-width:840px;table-layout:fixed}
#yb-cs-page .yb-cs-tech-table th:nth-child(1){width:24%}
#yb-cs-page .yb-cs-tech-table th:nth-child(2){width:31%}
#yb-cs-page .yb-cs-tech-table th:nth-child(3){width:45%}
#yb-cs-page .yb-cs-spec-warning{margin:12px 14px 14px;padding:12px 14px;border-left:3px solid #9eb9dc;background:#f5f9fd;color:var(--yb-text);font-size:11.5px;line-height:1.55}

/* Manufacturing and quality */
#yb-cs-page .yb-cs-process{background:#f4f8fc}
#yb-cs-page .yb-cs-process-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 56px;align-items:center}
#yb-cs-page .yb-cs-process-media{min-height:390px;overflow:hidden;background:#eaf1f8}
#yb-cs-page .yb-cs-process-media img{width:100%;height:390px;object-fit:cover}
#yb-cs-page .yb-cs-process-copy{padding:18px 0}
#yb-cs-page .yb-cs-process-copy p{max-width:590px}
#yb-cs-page .yb-cs-process-tags{color:var(--yb-blue);font-size:11px;line-height:1.55;font-weight:700;letter-spacing:.35px;text-transform:uppercase}

/* Applications */
#yb-cs-page .yb-cs-applications{background:#fff}
#yb-cs-page .yb-cs-app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
#yb-cs-page .yb-cs-app{position:relative;min-height:340px;overflow:hidden;background:#dfe8f3}
#yb-cs-page .yb-cs-app img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
#yb-cs-page .yb-cs-app::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,21,47,0) 20%,rgba(7,21,47,.22) 52%,rgba(7,21,47,.94) 100%)}
#yb-cs-page .yb-cs-app-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;color:#fff}
#yb-cs-page .yb-cs-app-copy span{display:block;margin-bottom:8px;color:#8dc0ff;font-size:11px;font-weight:700;letter-spacing:1.2px}
#yb-cs-page .yb-cs-app-copy h3{margin-bottom:7px;color:#fff;font-size:20px}
#yb-cs-page .yb-cs-app-copy p{margin-bottom:0;color:rgba(255,255,255,.78);font-size:12px;line-height:1.55}

/* Related products */
#yb-cs-page .yb-cs-related{background:radial-gradient(circle at 14% 8%,rgba(69,132,255,.34),transparent 30%),linear-gradient(135deg,#061943 0%,#0739ac 68%,#0b4fd0 100%);color:#fff}
#yb-cs-page .yb-cs-related .yb-cs-kicker,#yb-cs-page .yb-cs-related h2{color:#fff}
#yb-cs-page .yb-cs-related .yb-cs-section-head p{color:rgba(255,255,255,.72)}
#yb-cs-page .yb-cs-related-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
#yb-cs-page .yb-cs-related-item{display:block;color:#fff}
#yb-cs-page .yb-cs-related-img{height:190px;background:#f4f7fb}
#yb-cs-page .yb-cs-related-img img{width:100%;height:100%;object-fit:contain}
#yb-cs-page .yb-cs-related-copy{padding-top:12px}
#yb-cs-page .yb-cs-related-copy strong{display:block;margin-bottom:4px;font-size:13px}
#yb-cs-page .yb-cs-related-copy span{display:block;color:rgba(255,255,255,.68);font-size:10px}

/* FAQ */
#yb-cs-page .yb-cs-faq{padding-bottom:58px;background:#f6f8fb}
#yb-cs-page .yb-cs-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}
#yb-cs-page .yb-cs-faq details{overflow:hidden;background:#fff}
#yb-cs-page .yb-cs-faq summary{position:relative;display:flex;align-items:center;min-height:70px;padding:16px 54px 16px 20px;list-style:none;cursor:pointer;color:var(--yb-navy);font-size:14px;font-weight:700}
#yb-cs-page .yb-cs-faq summary::-webkit-details-marker{display:none}
#yb-cs-page .yb-cs-faq summary::after{content:"+";position:absolute;right:20px;color:var(--yb-blue);font-size:20px}
#yb-cs-page .yb-cs-faq details[open] summary::after{content:"−"}
#yb-cs-page .yb-cs-faq-answer{padding:0 20px 20px;color:var(--yb-text);font-size:13px;line-height:1.65}
#yb-cs-page .yb-cs-native-anchor{height:1px;scroll-margin-top:calc(var(--yb-header-offset) + var(--yb-anchor-height) + 16px)}
#yb-cs-page #custom-shaft-overview,#yb-cs-page #custom-shaft-capabilities,#yb-cs-page #custom-shaft-process,#yb-cs-page #custom-shaft-applications,#yb-cs-page #custom-shaft-faq{scroll-margin-top:calc(var(--yb-header-offset) + var(--yb-anchor-height) + 16px)}

@media(max-width:1180px){
  #yb-cs-page .yb-cs-wrap{padding:0 28px}
  #yb-cs-page .yb-cs-hero-grid,#yb-cs-page .yb-cs-types-grid{gap:46px}
  #yb-cs-page .yb-cs-spec-layout{grid-template-columns:minmax(0,1fr) 270px;gap:22px}
  #yb-cs-page .yb-cs-related-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  #yb-cs-page .yb-cs-section{padding:68px 0}
  #yb-cs-page .yb-cs-hero-grid,#yb-cs-page .yb-cs-why-grid,#yb-cs-page .yb-cs-types-grid,#yb-cs-page .yb-cs-spec-layout,#yb-cs-page .yb-cs-process-grid{grid-template-columns:1fr}
  #yb-cs-page .yb-cs-hero-copy{max-width:none}
  #yb-cs-page .yb-cs-hero-visual{min-height:430px}
  #yb-cs-page .yb-cs-hero-card{max-width:620px}
  #yb-cs-page .yb-cs-why-grid{gap:44px}
  #yb-cs-page .yb-cs-types-visual{min-height:500px}
  #yb-cs-page .yb-cs-spec-aside{width:100%}
  #yb-cs-page .yb-cs-app-grid{grid-template-columns:1fr 1fr}
  #yb-cs-page .yb-cs-process-grid .yb-cs-process-media:nth-of-type(2){order:3}
  #yb-cs-page .yb-cs-process-grid .yb-cs-process-copy:nth-of-type(2){order:4}
}
@media(max-width:680px){
  #yb-cs-page{--yb-anchor-height:56px}
  #yb-cs-page .yb-cs-wrap{padding:0 18px}
  #yb-cs-page .yb-cs-section{padding:54px 0}
  #yb-cs-page h1{font-size:39px;letter-spacing:-1.5px}
  #yb-cs-page h2{font-size:31px;letter-spacing:-1px}
  #yb-cs-page p{font-size:14px}
  #yb-cs-page .yb-cs-hero{padding:62px 0 50px}
  #yb-cs-page .yb-cs-hero-grid{gap:34px}
  #yb-cs-page .yb-cs-hero-stats{grid-template-columns:1fr 1fr}
  #yb-cs-page .yb-cs-hero-visual{min-height:350px}
  #yb-cs-page .yb-cs-hero-card{min-height:310px;border-radius:20px}
  #yb-cs-page .yb-cs-hero-card img{bottom:64px;height:270px}
  #yb-cs-page .yb-cs-anchor-nav a{padding:0 13px;font-size:12px}
  #yb-cs-page .yb-cs-anchor-nav a::after{left:13px}
  #yb-cs-page .yb-cs-anchor-nav a:hover::after,#yb-cs-page .yb-cs-anchor-nav a.is-active::after{right:13px}
  #yb-cs-page .yb-cs-anchor-nav .yb-cs-anchor-inquiry{padding:0 18px}
  #yb-cs-page .yb-cs-reason{grid-template-columns:42px 1fr;gap:12px}
  #yb-cs-page .yb-cs-types-visual{min-height:390px}
  #yb-cs-page .yb-cs-type-row{grid-template-columns:38px 1fr;gap:12px}
  #yb-cs-page .yb-cs-rfq-grid,#yb-cs-page .yb-cs-app-grid,#yb-cs-page .yb-cs-faq-grid{grid-template-columns:1fr}
  #yb-cs-page .yb-cs-related-grid{grid-template-columns:1fr 1fr}
  #yb-cs-page .yb-cs-related-img{height:160px}
  #yb-cs-page .yb-cs-process-media,#yb-cs-page .yb-cs-process-media img{height:300px;min-height:300px}
}

/* =========================================================
   CUSTOM SHAFT V4 — PROCESS IMAGE TRANSPARENT LAYOUT
   The two manufacturing/inspection visuals are displayed as
   standalone images with no rectangular media background.
   ========================================================= */

#yb-cs-page .yb-cs-process-media{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

#yb-cs-page .yb-cs-process-media::before,
#yb-cs-page .yb-cs-process-media::after{
  display:none!important;
  content:none!important;
}

#yb-cs-page .yb-cs-process-media img{
  position:static!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
}

@media(max-width:900px){
  #yb-cs-page .yb-cs-process-media{
    max-width:720px!important;
    margin-right:auto!important;
    margin-left:auto!important;
  }
}

/* =========================================================
   CUSTOM SHAFT V5 — COMPACT RELATED PRODUCTS + FAQ
   Five related products stay in one row on desktop.
   FAQ follows the compact Spline Shaft layout with no
   unnecessary blank block below the questions.
   ========================================================= */

/* Related products: one compact, readable card per product. */
#yb-cs-page .yb-cs-related{
  padding-top:72px!important;
  padding-bottom:72px!important;
}

#yb-cs-page .yb-cs-related .yb-cs-section-head{
  max-width:900px!important;
  margin-bottom:38px!important;
}

#yb-cs-page .yb-cs-related-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  gap:16px!important;
  align-items:stretch!important;
  width:100%!important;
  margin:0!important;
}

#yb-cs-page .yb-cs-related-item{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:4px!important;
  background:rgba(4,34,101,.28)!important;
  box-shadow:none!important;
  transform:none!important;
}

#yb-cs-page .yb-cs-related-img{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  width:100%!important;
  height:150px!important;
  aspect-ratio:auto!important;
  padding:12px!important;
  overflow:hidden!important;
  background:#f4f7fb!important;
}

#yb-cs-page .yb-cs-related-img img{
  position:static!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}

#yb-cs-page .yb-cs-related-copy{
  display:flex!important;
  flex-direction:column!important;
  flex:1 1 auto!important;
  min-width:0!important;
  min-height:78px!important;
  padding:13px 14px 14px!important;
  background:transparent!important;
}

#yb-cs-page .yb-cs-related-copy strong{
  display:block!important;
  min-height:0!important;
  margin:0 0 9px!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:700!important;
}

#yb-cs-page .yb-cs-related-copy span{
  display:block!important;
  margin-top:auto!important;
  color:rgba(255,255,255,.72)!important;
  font-size:10.5px!important;
  line-height:1.35!important;
  font-weight:600!important;
}

#yb-cs-page .yb-cs-related-item:hover{
  border-color:rgba(255,255,255,.42)!important;
  background:rgba(255,255,255,.10)!important;
  transform:translateY(-3px)!important;
}

/* FAQ: compact 2 × 2 structure with no redundant white tail. */
#yb-cs-page .yb-cs-faq{
  min-height:0!important;
  padding:66px 0 26px!important;
  background:#f6f8fb!important;
}

#yb-cs-page .yb-cs-faq .yb-cs-wrap{
  min-height:0!important;
  padding-bottom:0!important;
}

#yb-cs-page .yb-cs-faq .yb-cs-section-head{
  max-width:980px!important;
  margin:0 auto 32px!important;
}

#yb-cs-page .yb-cs-faq .yb-cs-section-head h2{
  margin-bottom:0!important;
}

#yb-cs-page .yb-cs-faq-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px 16px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

#yb-cs-page .yb-cs-faq details{
  min-width:0!important;
  margin:0!important;
  overflow:hidden!important;
  border:1px solid #d8e2ef!important;
  border-radius:7px!important;
  background:#fff!important;
  box-shadow:none!important;
}

#yb-cs-page .yb-cs-faq summary{
  min-height:64px!important;
  padding:15px 52px 15px 20px!important;
  color:#07152f!important;
  font-size:13.5px!important;
  line-height:1.45!important;
  font-weight:700!important;
}

#yb-cs-page .yb-cs-faq summary::after{
  right:20px!important;
  color:#0739ac!important;
  font-size:20px!important;
}

#yb-cs-page .yb-cs-faq-answer{
  padding:0 20px 18px!important;
  color:#53627a!important;
  font-size:13px!important;
  line-height:1.65!important;
}

#yb-cs-page .yb-cs-faq-grid + *{
  margin-top:0!important;
}

@media(max-width:1100px){
  #yb-cs-page .yb-cs-related-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  #yb-cs-page .yb-cs-related-img{
    height:170px!important;
  }
}

@media(max-width:760px){
  #yb-cs-page .yb-cs-related{
    padding-top:58px!important;
    padding-bottom:58px!important;
  }
  #yb-cs-page .yb-cs-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }
  #yb-cs-page .yb-cs-related-img{
    height:155px!important;
  }

  #yb-cs-page .yb-cs-faq{
    padding:56px 0 22px!important;
  }
  #yb-cs-page .yb-cs-faq .yb-cs-section-head{
    margin-bottom:26px!important;
  }
  #yb-cs-page .yb-cs-faq-grid{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
}

@media(max-width:460px){
  #yb-cs-page .yb-cs-related-grid{
    grid-template-columns:1fr!important;
  }
  #yb-cs-page .yb-cs-related-item{
    max-width:440px!important;
    margin-right:auto!important;
    margin-left:auto!important;
  }
  #yb-cs-page .yb-cs-related-img{
    height:180px!important;
  }
  #yb-cs-page .yb-cs-faq summary{
    min-height:60px!important;
    padding:14px 48px 14px 16px!important;
    font-size:13px!important;
  }
  #yb-cs-page .yb-cs-faq summary::after{
    right:16px!important;
  }
}

/* =========================================================
   CUSTOM SHAFT V6 — TRUE STICKY NAV + FIVE-PRODUCT DISPLAY
   1. Uses a non-transformed viewport breakout so fixed detail
      navigation follows the browser viewport correctly.
   2. Keeps every section background edge-to-edge while content
      remains centered at the approved maximum width.
   3. Displays five related products as image/title/CTA columns.
   ========================================================= */

html,
body{
  margin:0!important;
  padding:0!important;
  overflow-x:hidden!important;
}

/* Full browser-width page without transform.
   A transformed ancestor breaks position:fixed behavior. */
#yb-cs-page{
  --yb-cs-viewport-width:100vw;
  --yb-cs-breakout-left:0px;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  width:var(--yb-cs-viewport-width)!important;
  min-width:0!important;
  max-width:none!important;
  margin-top:0!important;
  margin-right:0!important;
  margin-bottom:0!important;
  margin-left:var(--yb-cs-breakout-left)!important;
  padding:0!important;
  overflow:visible!important;
  transform:none!important;
  translate:none!important;
  contain:none!important;
  background:#fff!important;
}

/* UEESHOP wrappers may not clip the full-width page. */
.yb-cs-bleed-host{
  overflow:visible!important;
  overflow-x:visible!important;
  clip:auto!important;
  clip-path:none!important;
  contain:none!important;
  transform:none!important;
}

/* Module backgrounds occupy the whole page width. */
#yb-cs-page .yb-cs-band,
#yb-cs-page > .yb-cs-anchor-slot{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  border-radius:0!important;
  overflow:visible!important;
  isolation:isolate!important;
}

#yb-cs-page .yb-cs-band::before,
#yb-cs-page .yb-cs-anchor-slot::before{
  display:none!important;
  content:none!important;
}

#yb-cs-page .yb-cs-hero{
  background:linear-gradient(90deg,#fff 0%,#fff 52%,#f3f8fd 100%)!important;
}
#yb-cs-page .yb-cs-why{background:#f5f9fd!important}
#yb-cs-page .yb-cs-types{background:#fff!important}
#yb-cs-page .yb-cs-specs{background:#fff!important}
#yb-cs-page .yb-cs-process{background:#f4f8fc!important}
#yb-cs-page .yb-cs-applications{background:#fff!important}
#yb-cs-page .yb-cs-related{
  background:
    radial-gradient(circle at 15% 6%,rgba(86,145,255,.28),transparent 31%),
    radial-gradient(circle at 88% 18%,rgba(26,100,228,.24),transparent 34%),
    linear-gradient(135deg,#061943 0%,#0739ac 68%,#0b4fd0 100%)!important;
}
#yb-cs-page .yb-cs-faq{background:#f6f8fb!important}

/* Preserve approved content proportions. */
#yb-cs-page .yb-cs-wrap{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  max-width:1380px!important;
  margin-right:auto!important;
  margin-left:auto!important;
  padding-right:38px!important;
  padding-left:38px!important;
}

/* True viewport-following detail navigation. */
#yb-cs-page .yb-cs-anchor-slot{
  position:relative!important;
  z-index:90!important;
  width:100%!important;
  height:var(--yb-anchor-height)!important;
  min-height:var(--yb-anchor-height)!important;
  background:#fff!important;
}

#yb-cs-page .yb-cs-anchor-band{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  z-index:90!important;
  width:100%!important;
  min-height:var(--yb-anchor-height)!important;
  margin:0!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:0 8px 22px rgba(7,21,47,.07)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  transform:none!important;
}

#yb-cs-page .yb-cs-anchor-band.is-fixed{
  position:fixed!important;
  top:var(--yb-header-offset,0px)!important;
  left:0!important;
  right:0!important;
  z-index:2147483000!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  transform:none!important;
  box-shadow:0 10px 28px rgba(7,21,47,.15)!important;
}

#yb-cs-page .yb-cs-anchor-band.is-fixed .yb-cs-wrap{
  width:100%!important;
  max-width:1380px!important;
  margin-right:auto!important;
  margin-left:auto!important;
}

/* Related products: reference layout = one image, one title, one CTA. */
#yb-cs-page .yb-cs-related{
  padding-top:70px!important;
  padding-bottom:74px!important;
}

#yb-cs-page .yb-cs-related .yb-cs-section-head{
  max-width:940px!important;
  margin:0 auto 42px!important;
}

#yb-cs-page .yb-cs-related-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  gap:26px!important;
  align-items:start!important;
  width:100%!important;
  margin:0!important;
}

#yb-cs-page .yb-cs-related-item{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  min-width:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff!important;
  transform:none!important;
}

#yb-cs-page .yb-cs-related-img{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:1 / 1!important;
  margin:0!important;
  padding:18px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#f5f7fa!important;
  box-shadow:none!important;
}

#yb-cs-page .yb-cs-related-img img{
  position:static!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}

#yb-cs-page .yb-cs-related-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:18px 8px 0!important;
  text-align:center!important;
  background:transparent!important;
}

#yb-cs-page .yb-cs-related-copy strong{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  margin:0 0 9px!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.35!important;
  font-weight:700!important;
  text-align:center!important;
  overflow-wrap:anywhere!important;
}

#yb-cs-page .yb-cs-related-copy span{
  display:block!important;
  margin:0!important;
  color:rgba(255,255,255,.82)!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:500!important;
  text-align:center!important;
}

#yb-cs-page .yb-cs-related-item:hover{
  background:transparent!important;
  border:0!important;
  transform:translateY(-4px)!important;
}

#yb-cs-page .yb-cs-related-item:hover .yb-cs-related-copy strong,
#yb-cs-page .yb-cs-related-item:hover .yb-cs-related-copy span{
  color:#fff!important;
}

/* Responsive */
@media(max-width:1180px){
  #yb-cs-page .yb-cs-related-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px!important;
  }
}

@media(max-width:900px){
  #yb-cs-page .yb-cs-wrap{
    padding-right:28px!important;
    padding-left:28px!important;
  }
}

@media(max-width:760px){
  #yb-cs-page .yb-cs-related{
    padding-top:58px!important;
    padding-bottom:60px!important;
  }
  #yb-cs-page .yb-cs-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:20px 16px!important;
  }
  #yb-cs-page .yb-cs-related-copy{
    padding-top:14px!important;
  }
  #yb-cs-page .yb-cs-related-copy strong{
    font-size:16px!important;
  }
  #yb-cs-page .yb-cs-related-copy span{
    font-size:12px!important;
  }
}

@media(max-width:640px){
  #yb-cs-page .yb-cs-wrap{
    padding-right:20px!important;
    padding-left:20px!important;
  }
}

@media(max-width:460px){
  #yb-cs-page .yb-cs-related-grid{
    grid-template-columns:1fr!important;
  }
  #yb-cs-page .yb-cs-related-item{
    width:100%!important;
    max-width:420px!important;
    margin-right:auto!important;
    margin-left:auto!important;
  }
}

/* =========================================================
   CUSTOM SHAFT V7 — FIVE PRODUCT ROW + FAQ END FIX
   Related products follow the reference layout:
   one image, one title and one CTA per column.
   FAQ residual space uses the same background and is 20px shorter.
   ========================================================= */

/* Any residual area at the end of the custom page inherits FAQ color. */
#yb-cs-page{
  background:#f6f8fb!important;
  margin-bottom:-20px!important;
}

#yb-cs-page .yb-cs-related{
  padding-top:68px!important;
  padding-bottom:68px!important;
}

#yb-cs-page .yb-cs-related .yb-cs-section-head{
  max-width:940px!important;
  margin:0 auto 40px!important;
}

/* The five direct grid children are now stable article cards. */
#yb-cs-page .yb-cs-related-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  gap:24px!important;
  align-items:start!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

#yb-cs-page .yb-cs-related-card-v7{
  display:block!important;
  min-width:0!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

#yb-cs-page .yb-cs-related-link-v7{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#fff!important;
  text-decoration:none!important;
  transform:none!important;
}

#yb-cs-page .yb-cs-related-link-v7 .yb-cs-related-img{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:1 / 1!important;
  margin:0!important;
  padding:14px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#f5f7fa!important;
  box-shadow:none!important;
}

#yb-cs-page .yb-cs-related-link-v7 .yb-cs-related-img img{
  position:static!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
}

#yb-cs-page .yb-cs-related-link-v7 .yb-cs-related-copy{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:17px 4px 0!important;
  text-align:center!important;
  background:transparent!important;
}

#yb-cs-page .yb-cs-related-link-v7 .yb-cs-related-copy strong{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  margin:0 0 7px!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.35!important;
  font-weight:700!important;
  text-align:center!important;
  overflow-wrap:anywhere!important;
}

#yb-cs-page .yb-cs-related-link-v7 .yb-cs-related-copy span{
  display:block!important;
  margin:0!important;
  color:rgba(255,255,255,.86)!important;
  font-size:13px!important;
  line-height:1.4!important;
  font-weight:500!important;
  text-align:center!important;
}

#yb-cs-page .yb-cs-related-link-v7:hover{
  transform:translateY(-4px)!important;
}

#yb-cs-page .yb-cs-related-link-v7:hover .yb-cs-related-copy strong,
#yb-cs-page .yb-cs-related-link-v7:hover .yb-cs-related-copy span{
  color:#fff!important;
}

/* FAQ: compact end spacing, no white block below. */
#yb-cs-page .yb-cs-faq{
  min-height:0!important;
  margin:0!important;
  padding:64px 0 6px!important;
  background:#f6f8fb!important;
}

#yb-cs-page .yb-cs-faq .yb-cs-wrap{
  min-height:0!important;
  margin-bottom:0!important;
  padding-bottom:0!important;
}

#yb-cs-page .yb-cs-faq .yb-cs-section-head{
  margin-bottom:30px!important;
}

#yb-cs-page .yb-cs-faq-grid{
  margin-bottom:0!important;
  padding-bottom:0!important;
}

#yb-cs-page .yb-cs-native-anchor{
  display:block!important;
  width:100%!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#f6f8fb!important;
}

/* Preserve the same FAQ background beneath the final custom-page pixel. */
#yb-cs-page::after{
  content:""!important;
  display:block!important;
  width:100%!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  background:#f6f8fb!important;
}

@media(max-width:1180px){
  #yb-cs-page .yb-cs-related-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px!important;
  }
}

@media(max-width:760px){
  #yb-cs-page .yb-cs-related{
    padding-top:56px!important;
    padding-bottom:56px!important;
  }

  #yb-cs-page .yb-cs-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:20px 16px!important;
  }

  #yb-cs-page .yb-cs-related-link-v7 .yb-cs-related-copy{
    padding-top:14px!important;
  }

  #yb-cs-page .yb-cs-related-link-v7 .yb-cs-related-copy strong{
    font-size:16px!important;
  }

  #yb-cs-page .yb-cs-related-link-v7 .yb-cs-related-copy span{
    font-size:12px!important;
  }

  #yb-cs-page .yb-cs-faq{
    padding:54px 0 4px!important;
  }
}

@media(max-width:460px){
  #yb-cs-page .yb-cs-related-grid{
    grid-template-columns:1fr!important;
  }

  #yb-cs-page .yb-cs-related-card-v7{
    width:100%!important;
    max-width:420px!important;
    margin-right:auto!important;
    margin-left:auto!important;
  }
}

/* =========================================================
   CUSTOM SHAFT V8 — NAVIGATION INTERACTION STATES
   Default, hover and current-section states are deliberately
   different so users can distinguish pointer feedback from
   their current reading position.
   ========================================================= */

#yb-cs-page .yb-cs-anchor-nav{
  gap:8px!important;
}

/* Default state */
#yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry){
  position:relative!important;
  min-height:46px!important;
  margin:7px 0!important;
  padding:0 20px!important;
  border-radius:4px!important;
  border-bottom:0!important;
  color:#53627A!important;
  background:transparent!important;
  transition:
    color .2s ease,
    background-color .2s ease,
    transform .2s ease!important;
}

/* Rebuild the indicator as a precise 2px active line. */
#yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry)::after{
  content:""!important;
  position:absolute!important;
  left:20px!important;
  right:20px!important;
  bottom:0!important;
  width:auto!important;
  height:2px!important;
  background:#0739AC!important;
  opacity:0!important;
  transform:scaleX(0)!important;
  transform-origin:center!important;
  transition:opacity .2s ease,transform .2s ease!important;
}

/* Hover only: subtle background, no active underline. */
#yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry):hover{
  color:#0739AC!important;
  background:#F3F7FD!important;
}

#yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry):hover::after{
  opacity:0!important;
  transform:scaleX(0)!important;
}

/* Current section: B-style selected background + blue line. */
#yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry).is-active,
#yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry)[aria-current="true"]{
  color:#0739AC!important;
  background:#EDF4FC!important;
}

#yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry).is-active::after,
#yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry)[aria-current="true"]::after{
  opacity:1!important;
  transform:scaleX(1)!important;
}

/* Preserve the selected state while the pointer is over it. */
#yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry).is-active:hover,
#yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry)[aria-current="true"]:hover{
  color:#0739AC!important;
  background:#EDF4FC!important;
}

#yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry).is-active:hover::after,
#yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry)[aria-current="true"]:hover::after{
  opacity:1!important;
  transform:scaleX(1)!important;
}

/* Keyboard accessibility */
#yb-cs-page .yb-cs-anchor-nav a:focus-visible{
  outline:2px solid #5B83F7!important;
  outline-offset:2px!important;
}

/* Inquiry remains a primary CTA rather than a navigation tab. */
#yb-cs-page .yb-cs-anchor-nav .yb-cs-anchor-inquiry{
  min-height:46px!important;
  margin:7px 0 7px auto!important;
  padding:0 24px!important;
  border-radius:4px!important;
  color:#fff!important;
  background:#0739AC!important;
  box-shadow:none!important;
}

#yb-cs-page .yb-cs-anchor-nav .yb-cs-anchor-inquiry::after{
  display:none!important;
  content:none!important;
}

#yb-cs-page .yb-cs-anchor-nav .yb-cs-anchor-inquiry:hover{
  color:#fff!important;
  background:#062F91!important;
  transform:translateY(-1px)!important;
}

@media(max-width:760px){
  #yb-cs-page .yb-cs-anchor-nav{
    gap:4px!important;
  }

  #yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry){
    padding-right:14px!important;
    padding-left:14px!important;
  }

  #yb-cs-page .yb-cs-anchor-nav a:not(.yb-cs-anchor-inquiry)::after{
    left:14px!important;
    right:14px!important;
  }

  #yb-cs-page .yb-cs-anchor-nav .yb-cs-anchor-inquiry{
    padding-right:18px!important;
    padding-left:18px!important;
  }
}
