.pdp-byt-module{--navy:#08264b;--navy2:#0d3a70;--cyan:#28adbd;--blue:#155fc2;--bg:#f5f7fb;--panel:#fff;--text:#10233e;--muted:#6f7f91;--line:#dfe6ee;--danger:#d84c5b;--ok:#278b62;--warn:#b87912}.pdp-byt-module *{box-sizing:border-box}.pdp-byt-module .byt-app{min-height:100vh;background:var(--bg);color:var(--text);display:flex;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;margin:-20px}.pdp-byt-module .byt-side{width:260px;position:sticky;top:0;height:100vh;padding:24px 16px;background:linear-gradient(180deg,#08264b 0%,#061a33 100%);border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;z-index:10}.pdp-byt-module .byt-logo{text-align:center;padding:8px 10px 28px}.pdp-byt-module .byt-logo img{width:155px;max-height:100px;object-fit:contain}.pdp-byt-module .byt-side nav{display:flex;flex-direction:column;gap:7px}.pdp-byt-module .byt-side nav a{color:#fff;text-decoration:none;padding:12px 13px;border-radius:10px;display:flex;gap:12px;align-items:center;font-size:14px;font-weight:500}.pdp-byt-module .byt-side nav a:hover,.pdp-byt-module .byt-side nav a.active{background:var(--navy2);color:#fff}.pdp-byt-module .byt-side nav .dashicons{color:#fff!important;font-size:20px;width:20px;height:20px;line-height:20px}.pdp-byt-module .byt-user{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding:18px 8px;display:flex;flex-direction:column;gap:4px;color:#fff}.pdp-byt-module .byt-user small{color:#99dbe3}.pdp-byt-module .byt-user a{color:#dfeaf5;font-size:12px}.pdp-byt-module .byt-main{padding:28px 32px;flex:1;min-width:0;background:var(--bg)}.pdp-byt-module .byt-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.pdp-byt-module .byt-head h1{font-size:30px;margin:0;color:var(--text)}.pdp-byt-module .byt-head p{margin:6px 0;color:var(--muted)}.pdp-byt-module .byt-head-logo img{width:90px}.pdp-byt-module .byt-cards{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:15px;margin:18px 0}.pdp-byt-module .byt-cards.compact{grid-template-columns:repeat(3,1fr)}.pdp-byt-module .byt-card,.pdp-byt-module .byt-panel,.pdp-byt-module .byt-alert{background:var(--panel);border:1px solid var(--line);box-shadow:0 8px 24px rgba(19,42,72,.06);border-radius:15px}.pdp-byt-module .byt-card{padding:18px}.pdp-byt-module .byt-card b{display:block;color:#4d6077;font-size:14px}.pdp-byt-module .byt-card strong{display:block;font-size:28px;margin-top:10px;color:var(--text)}.pdp-byt-module .byt-panel{padding:22px;margin:18px 0}.pdp-byt-module .byt-panel h2,.pdp-byt-module .byt-panel h3{color:var(--text);margin-top:0}.pdp-byt-module .byt-alert{padding:18px 22px;border-left:4px solid var(--danger)}.pdp-byt-module .byt-alert h2{color:var(--danger)}.pdp-byt-module .byt-alert>div{padding:8px 0;border-top:1px solid var(--line)}.pdp-byt-module .byt-grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pdp-byt-module .byt-row{padding:10px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:12px}.pdp-byt-module .byt-form.grid{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));gap:14px}.pdp-byt-module .byt-form label{display:flex;flex-direction:column;gap:7px;color:#334862;font-size:13px;font-weight:600}.pdp-byt-module .byt-form .full{grid-column:1/-1}.pdp-byt-module .byt-app input,.pdp-byt-module .byt-app select,.pdp-byt-module .byt-app textarea{width:100%;background:#fff;border:1px solid #cfd9e5;color:#10233e;border-radius:9px;padding:11px 12px;outline:none}.pdp-byt-module .byt-app input:focus,.pdp-byt-module .byt-app select:focus,.pdp-byt-module .byt-app textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(21,95,194,.1)}.pdp-byt-module .byt-app textarea{min-height:95px}.pdp-byt-module .btn{display:inline-block;border:1px solid #b8c7d8;background:#fff;color:#183858!important;padding:9px 13px;border-radius:8px;text-decoration:none!important;cursor:pointer;font-weight:650}.pdp-byt-module .btn:hover{background:#f3f6fa}.pdp-byt-module .btn.primary{border-color:var(--blue);background:var(--blue);color:#fff!important}.pdp-byt-module .btn.danger{background:#fff3f4;border-color:#e4aab1;color:#aa2838!important}.pdp-byt-module .btn.small{padding:6px 9px;font-size:12px}.pdp-byt-module .btn.big{padding:12px 20px;margin-top:18px}.pdp-byt-module .table-wrap{overflow:auto}.pdp-byt-module table{width:100%;border-collapse:collapse;font-size:13px;background:#fff}.pdp-byt-module th{text-align:left;color:#60748a;padding:11px;border-bottom:1px solid var(--line);white-space:nowrap;background:#fafbfd}.pdp-byt-module td{padding:11px;border-bottom:1px solid #edf1f5;vertical-align:top;color:#263b53}.pdp-byt-module td small{display:block;color:var(--muted);margin-top:4px}.pdp-byt-module .muted{color:var(--muted);font-size:12px}.pdp-byt-module .byt-flex{display:flex;justify-content:space-between;gap:18px;align-items:center}.pdp-byt-module .byt-search{display:flex;gap:8px;margin-bottom:12px}.pdp-byt-module .byt-search input{max-width:420px}.pdp-byt-module .badge{display:inline-block;padding:4px 8px;border-radius:20px;background:#e9eef5;color:#344b64;font-size:11px;text-transform:uppercase}.pdp-byt-module .badge.approved,.pdp-byt-module .badge.purchased{background:#e5f4ec;color:#236c4d}.pdp-byt-module .badge.rejected{background:#f9e5e8;color:#9e3140}.pdp-byt-module .badge.pending,.pdp-byt-module .badge.sent{background:#fff1d9;color:#8b5a08}.pdp-byt-module .job-card{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.pdp-byt-module .job-card h3{margin:0}.pdp-byt-module .job-card p{color:var(--muted);margin:5px 0 0}.pdp-byt-module .byt-material-add{display:grid;grid-template-columns:1.4fr 1.5fr .55fr .7fr auto auto;gap:8px;align-items:end;margin:15px 0}.pdp-byt-module .auto-wrap{position:relative}.pdp-byt-module .suggestions{display:none;position:absolute;z-index:40;top:100%;left:0;right:0;background:#fff;border:1px solid #c9d6e4;border-radius:10px;max-height:280px;overflow:auto;box-shadow:0 16px 30px rgba(18,41,67,.18)}.pdp-byt-module .suggestions .sug{padding:10px;cursor:pointer;border-bottom:1px solid var(--line);color:#16314f}.pdp-byt-module .suggestions .sug:hover{background:#f2f7fc}.pdp-byt-module .suggestions .sug small{display:block;color:#54728f}.pdp-byt-module .budget-row{display:grid;grid-template-columns:2.2fr .55fr .8fr .8fr 40px;gap:8px;align-items:center;margin:8px 0}.pdp-byt-module .budget-head-row{display:grid;grid-template-columns:2.2fr .55fr .8fr .8fr 40px;gap:8px;color:#6b7d90;font-size:12px;font-weight:700;margin-top:8px}.pdp-byt-module .budget-row .desc-wrap{position:relative}.pdp-byt-module .budget-row .line-total{text-align:right;font-weight:700;color:#173c64}.pdp-byt-module .byt-rate-control{grid-column:1/-1;max-width:620px}.pdp-byt-module .byt-rate-line{display:grid;grid-template-columns:1fr auto;gap:8px}.pdp-byt-module .byt-rate-control small{font-weight:400;color:var(--muted)}.pdp-byt-module .byt-budget-summary{margin:20px 0 0 auto;max-width:390px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.pdp-byt-module .byt-budget-summary>div{display:flex;justify-content:space-between;gap:15px;padding:12px 14px;border-bottom:1px solid var(--line);background:#fff}.pdp-byt-module .byt-budget-summary>div:last-child{border-bottom:0;background:#f7fbff}.pdp-byt-module .byt-budget-summary span{color:#617389}.pdp-byt-module .byt-budget-summary strong{color:#0d4f9f;font-size:17px}.pdp-byt-module .byt-detail-title{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.pdp-byt-module .byt-comments{margin-top:18px;padding:14px 16px;background:#f7f9fc;border:1px solid var(--line);border-radius:10px}.pdp-byt-module .byt-comments p{margin-bottom:0}.pdp-byt-module .byt-total{text-align:right;font-size:18px;margin:18px 0}.pdp-byt-module .byt-total strong{font-size:30px;color:var(--blue);margin-left:10px}.pdp-byt-module .byt-actions{margin-top:16px;display:flex;gap:8px;flex-wrap:wrap}.pdp-byt-module .byt-toast{background:#e7f5f7;border:1px solid #9fd8df;color:#23495b;border-radius:10px;padding:10px 14px;margin-bottom:16px}.pdp-byt-module .byt-login{max-width:420px;margin:60px auto;background:#08264b;color:#fff;border-radius:20px;padding:30px;font-family:Inter,system-ui}.pdp-byt-module .byt-login img{width:170px;display:block;margin:0 auto 15px}.pdp-byt-module .byt-login input{width:100%;padding:11px;margin-top:5px}.pdp-byt-module .byt-login .button{background:#28adbd;border:0;padding:11px 20px;color:#fff;border-radius:9px}.pdp-byt-module .byt-login a{color:#87d9e3}@media (max-width:900px){.pdp-byt-module .byt-app{margin:0;display:block}.pdp-byt-module .byt-side{position:relative;width:100%;height:auto}.pdp-byt-module .byt-side nav{display:grid;grid-template-columns:repeat(2,1fr)}.pdp-byt-module .byt-user{margin-top:15px}.pdp-byt-module .byt-main{padding:18px}.pdp-byt-module .byt-cards,.pdp-byt-module .byt-cards.compact,.pdp-byt-module .byt-grid2{grid-template-columns:1fr 1fr}.pdp-byt-module .byt-material-add{grid-template-columns:1fr 1fr}.pdp-byt-module .byt-form.grid{grid-template-columns:1fr}.pdp-byt-module .byt-form .full,.pdp-byt-module .byt-rate-control{grid-column:auto}.pdp-byt-module .budget-head-row{display:none}}@media (max-width:560px){.pdp-byt-module .byt-side nav{grid-template-columns:1fr}.pdp-byt-module .byt-cards,.pdp-byt-module .byt-cards.compact,.pdp-byt-module .byt-grid2{grid-template-columns:1fr}.pdp-byt-module .byt-head-logo{display:none}.pdp-byt-module .byt-main{padding:12px}.pdp-byt-module .budget-row{grid-template-columns:1fr 1fr}.pdp-byt-module .budget-row .desc-wrap{grid-column:1/-1}.pdp-byt-module .byt-material-add{grid-template-columns:1fr}.pdp-byt-module .byt-flex{display:block}.pdp-byt-module .byt-flex form{margin-top:15px}.pdp-byt-module .byt-rate-line{grid-template-columns:1fr}.pdp-byt-module .byt-detail-title{display:block}.pdp-byt-module .byt-detail-title .btn{margin-top:10px}}.pdp-byt-module html,.pdp-byt-module body.byt-standalone{margin:0!important;padding:0!important;width:100%!important;min-width:100%!important;min-height:100%!important;background:var(--bg)!important;overflow-x:hidden!important}.pdp-byt-module body.byt-standalone{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}.pdp-byt-module body.byt-standalone #wpadminbar{display:none!important}.pdp-byt-module html{margin-top:0!important}.pdp-byt-module body.byt-standalone .byt-app{margin:0!important;width:100vw!important;max-width:none!important;min-height:100vh!important}.pdp-byt-module body.byt-standalone .byt-side{flex:0 0 260px}.pdp-byt-module body.byt-standalone .byt-main{width:calc(100vw - 260px);max-width:none!important;min-height:100vh!important}@media (max-width:900px){.pdp-byt-module body.byt-standalone .byt-app{width:100%!important}.pdp-byt-module body.byt-standalone .byt-side{width:100%!important;height:auto!important;position:relative!important}.pdp-byt-module body.byt-standalone .byt-main{width:100%!important;min-height:auto!important}}@media (min-width:901px){.pdp-byt-module body.byt-standalone .byt-app{display:block!important;min-height:100vh!important;}.pdp-byt-module body.byt-standalone .byt-side{position:fixed!important;left:0;top:0;bottom:0;width:260px!important;height:100vh!important;min-height:100vh!important;overflow-y:auto!important;overflow-x:hidden!important;}.pdp-byt-module body.byt-standalone .byt-main{margin-left:260px!important;width:calc(100vw - 260px)!important;min-height:100vh!important;}}.pdp-byt-module .byt-login-screen{min-height:100vh;width:100vw;display:grid;grid-template-columns:minmax(480px,1.06fr) minmax(520px,1fr);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;background:#f8fafc;color:#10233e;overflow:hidden}.pdp-byt-module .byt-login-hero{position:relative;min-height:100vh;background:radial-gradient(circle at 22% 18%,rgba(40,173,189,.18),transparent 26%),linear-gradient(145deg,#031327 0%,#062447 58%,#041b34 100%);color:#fff;overflow:hidden;display:flex;align-items:center}.pdp-byt-module .byt-login-hero:after{content:"";position:absolute;right:-74px;top:-6%;width:135px;height:112%;background:#23c1cf;transform:skewX(-10deg);box-shadow:-16px 0 45px rgba(40,173,189,.18)}.pdp-byt-module .byt-login-pattern{position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(68,173,214,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(68,173,214,.12) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,transparent 0,#000 28%,#000 82%,transparent 100%)}.pdp-byt-module .byt-login-hero-inner{position:relative;z-index:2;width:min(640px,78%);margin:0 auto;padding:48px 26px 54px}.pdp-byt-module .byt-login-brand{width:min(360px,72%);height:auto;display:block;margin-bottom:50px;filter:drop-shadow(0 12px 28px rgba(0,0,0,.16))}.pdp-byt-module .byt-login-copy h1{font-size:44px;line-height:1.05;margin:0 0 18px;font-weight:800;letter-spacing:-1.4px}.pdp-byt-module .byt-login-copy h1 span{color:#25c5d2}.pdp-byt-module .byt-login-copy p{font-size:19px;line-height:1.55;color:#dbe9f5;max-width:560px;margin:0}.pdp-byt-module .byt-login-features{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:62px}.pdp-byt-module .byt-login-features>div{min-width:0}.pdp-byt-module .byt-login-features .dashicons{width:48px;height:48px;line-height:48px;font-size:25px;text-align:center;border:1px solid rgba(51,220,230,.48);border-radius:12px;color:#33d4df;margin-bottom:13px}.pdp-byt-module .byt-login-features b,.pdp-byt-module .byt-login-features small{display:block}.pdp-byt-module .byt-login-features b{font-size:15px;margin-bottom:3px}.pdp-byt-module .byt-login-features small{font-size:13px;color:#c6d7e6;line-height:1.35}.pdp-byt-module .byt-login-area{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 7vw 92px;background:radial-gradient(circle at 92% 12%,rgba(40,173,189,.09),transparent 18%),#f9fbfd}.pdp-byt-module .byt-login-area:after{content:"";position:absolute;right:-105px;bottom:15%;width:220px;height:220px;border:3px solid rgba(40,173,189,.22);transform:rotate(45deg);border-radius:34px}.pdp-byt-module .byt-login-card{position:relative;z-index:2;width:min(535px,100%);background:#fff;border:1px solid rgba(20,52,82,.06);border-radius:24px;padding:48px 52px 36px;box-shadow:0 22px 70px rgba(15,48,78,.13)}.pdp-byt-module .byt-login-welcome{font-size:18px;font-weight:700;color:#21aebd;margin-bottom:4px}.pdp-byt-module .byt-login-card h2{font-size:35px;letter-spacing:-1.1px;margin:0;color:#10233e}.pdp-byt-module .byt-login-card h2 span{color:#18aebd}.pdp-byt-module .byt-login-card>i{display:block;width:54px;height:4px;background:#1cb8c4;border-radius:8px;margin:20px 0 34px}.pdp-byt-module #byt-loginform p{margin:0 0 22px}.pdp-byt-module #byt-loginform label{font-size:14px;font-weight:650;color:#172a43;display:block;margin-bottom:8px}.pdp-byt-module #byt-loginform input[type=text],.pdp-byt-module #byt-loginform input[type=password]{width:100%;height:56px;border:1px solid #ced9e4;border-radius:10px;background:#fff;padding:0 16px;font-size:15px;color:#10233e;outline:none;transition:.2s}.pdp-byt-module #byt-loginform input[type=text]:focus,.pdp-byt-module #byt-loginform input[type=password]:focus{border-color:#28adbd;box-shadow:0 0 0 4px rgba(40,173,189,.11)}.pdp-byt-module #byt-loginform .login-remember{display:inline-flex;align-items:center;gap:8px;margin-top:0;margin-bottom:28px}.pdp-byt-module #byt-loginform .login-remember label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#4b6076;margin:0}.pdp-byt-module #byt-loginform .login-remember input{width:18px;height:18px;margin:0;accent-color:#22b8c5}.pdp-byt-module #byt-loginform .login-submit{margin:0}.pdp-byt-module #byt-loginform .button-primary{width:100%;height:58px;border:0;border-radius:9px;background:linear-gradient(90deg,#11b4c3,#26c3cd);color:#fff;font-size:15px;font-weight:800;letter-spacing:1.5px;cursor:pointer;box-shadow:0 10px 22px rgba(27,181,194,.2);transition:.2s}.pdp-byt-module #byt-loginform .button-primary:hover{transform:translateY(-1px);box-shadow:0 13px 26px rgba(27,181,194,.28)}.pdp-byt-module .byt-forgot{position:absolute;right:52px;top:365px;color:#16a8b7;text-decoration:none;font-size:13px}.pdp-byt-module .byt-forgot:hover{text-decoration:underline}.pdp-byt-module .byt-login-secure{margin-top:26px;padding-top:20px;border-top:1px solid #e4eaf0;color:#758597;text-align:center;font-size:12px}.pdp-byt-module .byt-login-secure .dashicons{color:#22aebd;font-size:17px;width:17px;height:17px}.pdp-byt-module .byt-login-copyfoot{text-align:center;color:#758597;font-size:12px;margin-top:17px}.pdp-byt-module .byt-login-bottom{position:absolute;left:0;right:0;bottom:0;height:70px;background:#051c36;color:#e4edf5;display:flex;align-items:center;justify-content:center;gap:28px;font-size:13px}.pdp-byt-module .byt-login-bottom span{display:flex;align-items:center;gap:7px}.pdp-byt-module .byt-login-bottom>.dashicons,.pdp-byt-module .byt-login-bottom .dashicons{color:#25c7d3;font-size:18px;width:18px;height:18px}@media (max-width:1050px){.pdp-byt-module .byt-login-screen{grid-template-columns:1fr}.pdp-byt-module .byt-login-hero{display:none}.pdp-byt-module .byt-login-area{padding:38px 20px 100px}.pdp-byt-module .byt-login-card{padding:40px 32px 32px}.pdp-byt-module .byt-forgot{right:32px;top:357px}}@media (max-width:560px){.pdp-byt-module .byt-login-area{align-items:flex-start;padding-top:28px}.pdp-byt-module .byt-login-card{border-radius:18px;padding:30px 22px 26px}.pdp-byt-module .byt-login-card h2{font-size:29px}.pdp-byt-module .byt-login-welcome{font-size:16px}.pdp-byt-module .byt-login-card>i{margin:16px 0 28px}.pdp-byt-module .byt-forgot{position:static;display:block;text-align:right;margin:-15px 0 22px}.pdp-byt-module .byt-login-bottom{height:64px;gap:12px;font-size:11px}.pdp-byt-module .byt-login-bottom>span:nth-child(even){display:none}}.pdp-byt-module .byt-mobile-menu-toggle,.pdp-byt-module .byt-mobile-backdrop{display:none}@media (max-width:900px){.pdp-byt-module body.byt-standalone{overflow-x:hidden!important}.pdp-byt-module body.byt-standalone .byt-app{display:block!important;min-height:100vh!important;position:relative!important}.pdp-byt-module body.byt-standalone .byt-main{width:100%!important;min-height:100vh!important;padding-top:78px!important}.pdp-byt-module .byt-mobile-menu-toggle{display:flex;position:fixed;top:16px;left:16px;width:48px;height:48px;z-index:1003;border:1px solid rgba(9,50,91,.10);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 10px 30px rgba(8,38,75,.15);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.pdp-byt-module .byt-mobile-menu-toggle span{display:block;width:22px;height:2px;border-radius:4px;background:#08264b;transition:transform .28s ease,opacity .2s ease,width .2s ease}.pdp-byt-module .byt-mobile-menu-toggle:hover{transform:translateY(-1px);box-shadow:0 13px 34px rgba(8,38,75,.20)}.pdp-byt-module body.byt-menu-open .byt-mobile-menu-toggle{background:#0b315e;border-color:rgba(255,255,255,.12)}.pdp-byt-module body.byt-menu-open .byt-mobile-menu-toggle span{background:#fff}.pdp-byt-module body.byt-menu-open .byt-mobile-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.pdp-byt-module body.byt-menu-open .byt-mobile-menu-toggle span:nth-child(2){opacity:0;width:0}.pdp-byt-module body.byt-menu-open .byt-mobile-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.pdp-byt-module .byt-mobile-backdrop{display:block;position:fixed;inset:0;z-index:1000;background:rgba(3,18,36,.34);opacity:0;visibility:hidden;pointer-events:none;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);transition:opacity .3s ease,visibility .3s ease}.pdp-byt-module body.byt-menu-open .byt-mobile-backdrop{opacity:1;visibility:visible;pointer-events:auto}.pdp-byt-module body.byt-standalone .byt-side{display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;width:min(84vw,320px)!important;height:100dvh!important;min-height:100vh!important;z-index:1002!important;padding:24px 16px 18px!important;background:linear-gradient(180deg,#08264b 0%,#061a33 100%)!important;transform:translateX(-105%);transition:transform .32s cubic-bezier(.2,.8,.2,1);box-shadow:20px 0 55px rgba(1,17,34,.28);overflow-y:auto!important;overflow-x:hidden!important}.pdp-byt-module body.byt-menu-open .byt-side{transform:translateX(0)}.pdp-byt-module .byt-side .byt-logo{padding:6px 12px 24px;text-align:left}.pdp-byt-module .byt-side .byt-logo img{width:142px;max-height:82px}.pdp-byt-module .byt-side nav{display:flex!important;grid-template-columns:none!important;flex-direction:column!important;gap:7px!important}.pdp-byt-module .byt-side nav a{font-size:14px;padding:13px 14px;border-radius:11px}.pdp-byt-module .byt-side .byt-user{margin-top:auto!important;padding-top:18px!important}.pdp-byt-module body.byt-menu-open{overflow:hidden!important}}@media (max-width:560px){.pdp-byt-module body.byt-standalone .byt-main{padding:76px 14px 18px!important}.pdp-byt-module .byt-mobile-menu-toggle{top:14px;left:14px;width:46px;height:46px;border-radius:13px}.pdp-byt-module body.byt-standalone .byt-side{width:min(88vw,310px)!important}}.pdp-byt-module .byt-budget-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.pdp-byt-module .byt-budget-title-row h2{margin-bottom:4px}.pdp-byt-module .byt-currency-pill{display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;background:#eaf8fb;color:#087d92;font-weight:800;font-size:13px;border:1px solid #c8edf3}.pdp-byt-module .byt-budget-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.pdp-byt-module .btn.usd{background:#0b2e57;color:#fff;border-color:#0b2e57}.pdp-byt-module .btn.usd .dashicons{font-size:17px;width:17px;height:17px;margin-right:5px}.pdp-byt-module .budget-row.usd-row{align-items:center;background:#f6f9fd;border:1px solid #dce7f2;border-radius:12px;padding:12px;margin-top:8px}.pdp-byt-module .usd-price-box{min-width:0}.pdp-byt-module .usd-inputs{display:grid;grid-template-columns:1fr 1fr;gap:7px}.pdp-byt-module .usd-inputs label{font-size:11px;color:#667085;font-weight:700}.pdp-byt-module .usd-inputs input{margin-top:4px}.pdp-byt-module .usd-conversion{display:block;margin-top:5px;color:#0b6d83;font-weight:700;font-size:11px}.pdp-byt-module .budget-row .line-total{font-weight:800;color:#0b2e57}.pdp-byt-module .byt-panel .muted b{color:#0b2e57}@media (max-width:900px){.pdp-byt-module .byt-budget-title-row{flex-direction:column}.pdp-byt-module .byt-currency-pill{align-self:flex-start}.pdp-byt-module .budget-row.usd-row{padding:10px}.pdp-byt-module .usd-inputs{grid-template-columns:1fr}.pdp-byt-module .byt-budget-actions .btn{width:100%;justify-content:center}}.pdp-byt-module .byt-app .byt-budget-actions .btn.usd,.pdp-byt-module .byt-app button#byt-add-usd-row{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0b2e57!important;
  border-color:#0b2e57!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}.pdp-byt-module .byt-app .byt-budget-actions .btn.usd .dashicons,.pdp-byt-module .byt-app button#byt-add-usd-row .dashicons{color:#fff!important;-webkit-text-fill-color:#fff!important}.pdp-byt-module .byt-app .byt-budget-actions .btn.usd:hover,.pdp-byt-module .byt-app button#byt-add-usd-row:hover{background:#20b7c5!important;border-color:#20b7c5!important;color:#fff!important;-webkit-text-fill-color:#fff!important}.pdp-byt-module .byt-permissions{margin-top:8px;padding:18px;border:1px solid #dce5ee;border-radius:14px;background:#f8fbfd}.pdp-byt-module .byt-permission-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:10px;margin:12px 0}.pdp-byt-module .byt-permission-grid label{display:flex!important;align-items:center;gap:8px;padding:10px 12px;background:#fff;border:1px solid #e2e9f0;border-radius:10px;font-weight:600}.pdp-byt-module .byt-permission-grid input{width:auto!important;margin:0}.pdp-byt-module .byt-profile-panel{max-width:900px}@media (max-width:900px){.pdp-byt-module .byt-permission-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.pdp-byt-module .byt-permission-grid{grid-template-columns:1fr}}.pdp-byt-module .byt-icon{width:19px;height:19px;min-width:19px;display:inline-block;vertical-align:middle;color:currentColor}.pdp-byt-module .byt-side nav a{gap:11px;letter-spacing:.01em}.pdp-byt-module .byt-side nav a .byt-icon{opacity:.9;transition:transform .18s ease,opacity .18s ease}.pdp-byt-module .byt-side nav a:hover .byt-icon,.pdp-byt-module .byt-side nav a.active .byt-icon{opacity:1;transform:translateX(1px)}.pdp-byt-module .byt-permission-grid label{display:flex!important;align-items:center;gap:8px;padding:9px 10px;border:1px solid #e3eaf1;border-radius:9px;background:#fff}.pdp-byt-module .byt-permission-grid .byt-icon{width:17px;height:17px;color:#35516f}.pdp-byt-module .badge{text-transform:none!important;font-weight:700;letter-spacing:0;padding:5px 9px}.pdp-byt-module .priority{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:700;background:#eef3f8;color:#40556d}.pdp-byt-module .priority-important{background:#fff4db;color:#8a5a00}.pdp-byt-module .priority-urgent{background:#fde9ec;color:#a3293b}.pdp-byt-module .priority-normal{background:#eaf3fb;color:#285c87}.pdp-byt-module .byt-alert h2{display:flex;align-items:center;gap:8px}.pdp-byt-module .byt-alert h2:before{content:"";width:9px;height:9px;border-radius:50%;background:#c83e4d;box-shadow:0 0 0 4px rgba(200,62,77,.1)}.pdp-byt-module .byt-app .byt-icon,.pdp-byt-module .byt-login-shell .byt-icon{color:currentColor;fill:none!important;stroke:currentColor!important}.pdp-byt-module .byt-side nav a .byt-icon{color:#fff!important;stroke:#fff!important;width:19px;height:19px}.pdp-byt-module .byt-card b{display:flex;align-items:center;gap:9px}.pdp-byt-module .byt-card b .byt-icon{width:18px;height:18px;color:#315879}.pdp-byt-module .byt-panel h2,.pdp-byt-module .byt-alert h2{display:flex;align-items:center;gap:9px}.pdp-byt-module .byt-panel h2 .byt-icon,.pdp-byt-module .byt-alert h2 .byt-icon{width:20px;height:20px;color:#315879}.pdp-byt-module .byt-alert h2 .byt-icon{color:var(--danger)}.pdp-byt-module .byt-budget-actions .btn{display:inline-flex;align-items:center;gap:7px}.pdp-byt-module .byt-budget-actions .btn .byt-icon{width:17px;height:17px}.pdp-byt-module .byt-budget-actions .btn.usd .byt-icon{color:#fff!important;stroke:#fff!important}.pdp-byt-module .byt-login-features .byt-icon{width:48px;height:48px;padding:11px;border:1px solid rgba(51,220,230,.48);border-radius:12px;color:#33d4df;margin-bottom:13px}.pdp-byt-module .byt-login-secure{display:flex;align-items:center;justify-content:center;gap:6px}.pdp-byt-module .byt-login-secure .byt-icon{width:17px;height:17px;color:#22aebd}.pdp-byt-module .byt-login-bottom span{display:flex;align-items:center;gap:7px}.pdp-byt-module .byt-login-bottom .byt-icon{width:18px;height:18px;color:#25c7d3}.pdp-byt-module .byt-permission-grid .byt-icon{color:#35516f!important;stroke:#35516f!important}.pdp-byt-module .budget-head-row,.pdp-byt-module .budget-row{grid-template-columns:2.2fr .52fr .82fr .46fr .88fr .88fr 40px}.pdp-byt-module .markup-input-wrap{position:relative}.pdp-byt-module .markup-input-wrap input{padding-right:28px;text-align:right}.pdp-byt-module .markup-input-wrap span{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:12px;color:#60748a;font-weight:700;pointer-events:none}.pdp-byt-module .final-unit{text-align:right;font-weight:800;color:#0d4f9f;white-space:nowrap}.pdp-byt-module .price-cell input{text-align:right}@media (max-width:900px){.pdp-byt-module .budget-head-row{display:none}.pdp-byt-module .budget-row{grid-template-columns:1fr 1fr}.pdp-byt-module .budget-row .desc-wrap{grid-column:1/-1}.pdp-byt-module .budget-row .final-unit,.pdp-byt-module .budget-row .line-total{text-align:left;padding:8px 10px;background:#f7f9fc;border-radius:8px}.pdp-byt-module .budget-row .markup-cell:before{content:"Recargo %";display:block;font-size:11px;color:#6b7d90;font-weight:700;margin-bottom:4px}.pdp-byt-module .budget-row .price-cell:before{content:"Precio lista";display:block;font-size:11px;color:#6b7d90;font-weight:700;margin-bottom:4px}}@media (min-width:901px){.pdp-byt-module .budget-head-row,.pdp-byt-module .budget-row{
    grid-template-columns:minmax(330px,2.2fr) minmax(76px,.52fr) minmax(135px,.82fr) minmax(112px,.58fr) minmax(145px,.9fr) minmax(145px,.9fr) 48px;
    column-gap:12px;
  }.pdp-byt-module .budget-row .markup-cell{min-width:112px}.pdp-byt-module .budget-row .markup-input-wrap{display:grid;grid-template-columns:1fr 28px;align-items:center;border:1px solid #cfd9e5;border-radius:9px;background:#fff;overflow:hidden}.pdp-byt-module .budget-row .markup-input-wrap input{min-width:0;width:100%;border:0!important;border-radius:0!important;padding:11px 8px 11px 12px!important;text-align:center;font-weight:750;background:transparent!important;box-shadow:none!important}.pdp-byt-module .budget-row .markup-input-wrap span{position:static;transform:none;display:flex;align-items:center;justify-content:center;height:100%;font-size:13px;color:#60748a;font-weight:800;border-left:1px solid #e2e8f0;background:#f7f9fc}}@media (min-width:901px){.pdp-byt-module .budget-head-row,.pdp-byt-module .budget-row{
    width:100%;
    max-width:100%;
    grid-template-columns:minmax(250px,2fr) 82px minmax(115px,.78fr) 118px minmax(135px,.88fr) minmax(135px,.88fr) 44px;
    column-gap:8px;
  }.pdp-byt-module .budget-head-row>*,.pdp-byt-module .budget-row>*{min-width:0}.pdp-byt-module .budget-row .final-unit,.pdp-byt-module .budget-row .line-total{
    font-size:16px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }.pdp-byt-module .budget-head-row>div:nth-child(5),.pdp-byt-module .budget-head-row>div:nth-child(6){text-align:right}.pdp-byt-module .budget-row .remove-row{width:44px;min-width:44px;padding-left:0;padding-right:0;text-align:center}}@media (min-width:901px) and (max-width:1250px){.pdp-byt-module .budget-head-row{display:none}.pdp-byt-module .budget-row{
    grid-template-columns:minmax(220px,1.7fr) 72px minmax(110px,.8fr) 105px minmax(120px,.9fr) minmax(120px,.9fr) 42px;
    column-gap:6px;
  }.pdp-byt-module .budget-row .final-unit,.pdp-byt-module .budget-row .line-total{font-size:14px}}.pdp-byt-module .byt-quote-test{padding:0;overflow:hidden}.pdp-byt-module .qt-intro{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:28px;padding:28px 30px;background:linear-gradient(135deg,#f8fbff,#eef6fb);border-bottom:1px solid #dde7f0}.pdp-byt-module .qt-intro h2{margin:8px 0 8px}.pdp-byt-module .qt-intro p{margin:0;max-width:900px;color:#60748a;line-height:1.55}.pdp-byt-module .qt-kicker{display:inline-flex;padding:5px 9px;border-radius:999px;background:#dff7f8;color:#087e8b;font-size:11px;font-weight:800;letter-spacing:.08em}.pdp-byt-module .qt-rate-card{background:#fff;border:1px solid #d9e4ee;border-radius:14px;padding:16px 18px;box-shadow:0 8px 25px rgba(20,52,82,.06)}.pdp-byt-module .qt-rate-card label{display:flex;flex-direction:column;gap:7px;font-weight:750;color:#183a5a}.pdp-byt-module .qt-rate-card input{font-size:18px;font-weight:800}.pdp-byt-module .qt-rate-card small{display:block;margin-top:7px;color:#7a8ea1}.pdp-byt-module .qt-stepper{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;padding:18px 30px;border-bottom:1px solid #e3eaf0;background:#fff}.pdp-byt-module .qt-step-btn{appearance:none;border:0;background:#f4f7fa;color:#64788b;border-radius:11px;padding:10px 8px;font-weight:750;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px}.pdp-byt-module .qt-step-btn span{width:23px;height:23px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#e2eaf1;color:#496276;font-size:12px}.pdp-byt-module .qt-step-btn.active{background:#0c4276;color:#fff}.pdp-byt-module .qt-step-btn.active span{background:#20bec9;color:#fff}.pdp-byt-module .qt-step-btn.done{background:#edf8f8;color:#177780}.pdp-byt-module .qt-step-btn.done span{background:#bcebed;color:#0c737b}.pdp-byt-module .qt-step{display:none;padding:28px 30px 10px}.pdp-byt-module .qt-step.active{display:block}.pdp-byt-module .qt-section-title{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.pdp-byt-module .qt-section-title h3{margin:0 0 5px;font-size:24px}.pdp-byt-module .qt-section-title p{margin:0;color:#6c7f91}.pdp-byt-module .qt-section-title .btn{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}.pdp-byt-module .qt-section-title .byt-icon{width:16px;height:16px}.pdp-byt-module .qt-table{width:100%;overflow-x:auto}.pdp-byt-module .qt-row{display:grid;gap:9px;align-items:center;margin-bottom:9px}.pdp-byt-module .qt-row input,.pdp-byt-module .qt-row select,.pdp-byt-module .qt-form-grid input{width:100%;min-width:0}.pdp-byt-module .qt-row strong{text-align:right;white-space:nowrap;color:#0d4f9f}.pdp-byt-module .qt-head{font-size:12px;font-weight:800;color:#60758a;margin-bottom:7px;padding:0 4px}.pdp-byt-module .qt-materials .qt-row{grid-template-columns:minmax(260px,2fr) 80px 90px 135px 105px 150px 38px}.pdp-byt-module .qt-engineering .qt-row{grid-template-columns:minmax(260px,2fr) 90px 135px 100px 160px 38px}.pdp-byt-module .qt-labor .qt-row{grid-template-columns:minmax(220px,1.7fr) 85px 110px 90px 100px 160px 38px}.pdp-byt-module .qt-extras .qt-row{grid-template-columns:minmax(260px,2fr) 80px 90px 135px 160px 38px}.pdp-byt-module .qt-remove{width:36px;height:36px;border:1px solid #efc4c9;background:#fff5f6;color:#b52d40;border-radius:9px;cursor:pointer;font-weight:900;font-size:18px}.pdp-byt-module .qt-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.pdp-byt-module .qt-form-grid label{font-weight:750;color:#274966}.pdp-byt-module .qt-form-grid input{display:block;margin-top:7px}.pdp-byt-module .qt-formula-note{margin-top:16px;padding:12px 14px;border-radius:10px;background:#f5f8fb;color:#63788c;font-size:13px}.pdp-byt-module .qt-inline-result{margin:18px 0 4px;margin-left:auto;max-width:440px;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border:1px solid #dce6ef;border-radius:12px;background:#fbfdff}.pdp-byt-module .qt-inline-result strong{font-size:22px;color:#0d4f9f}.pdp-byt-module .qt-reference{margin-top:14px;color:#667b8e;font-size:13px}.pdp-byt-module .qt-summary-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:24px}.pdp-byt-module .qt-summary-detail,.pdp-byt-module .qt-final-card{border:1px solid #dce6ef;border-radius:16px;background:#fff;padding:22px}.pdp-byt-module .qt-summary-detail h3{margin-top:0}.pdp-byt-module .qt-summary-detail>div{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid #edf1f5}.pdp-byt-module .qt-summary-detail strong{color:#0d4f9f}.pdp-byt-module .qt-summary-detail .qt-cost-total{border-bottom:0;border-top:2px solid #dce7ef;margin-top:4px;padding-top:16px;font-size:18px}.pdp-byt-module .qt-final-card{background:linear-gradient(145deg,#0a3158,#0d4d82);color:#fff}.pdp-byt-module .qt-final-card>span{font-size:12px;letter-spacing:.08em;font-weight:800;color:#a6e9ed}.pdp-byt-module .qt-final-card label{display:block;margin-top:18px;font-weight:750}.pdp-byt-module .qt-final-card input{margin-top:7px;background:#fff;color:#123}.pdp-byt-module .qt-final-value{margin:24px 0;padding:20px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(255,255,255,.08)}.pdp-byt-module .qt-final-value small{display:block;color:#aee9ed;font-weight:800;margin-bottom:7px}.pdp-byt-module .qt-final-value strong{display:block;font-size:34px}.pdp-byt-module .qt-final-card p{color:#d5e2ec;line-height:1.5}.pdp-byt-module .qt-nav{display:grid;grid-template-columns:130px 1fr 130px;align-items:center;gap:16px;padding:22px 30px 28px;border-top:1px solid #e6edf3;margin-top:18px;background:#fbfdff}.pdp-byt-module .qt-live-total{text-align:center}.pdp-byt-module .qt-live-total span{display:block;font-size:11px;color:#718497;text-transform:uppercase;font-weight:800;letter-spacing:.07em}.pdp-byt-module .qt-live-total strong{display:block;margin-top:3px;font-size:20px;color:#0d4f9f}@media (max-width:1100px){.pdp-byt-module .qt-stepper{grid-template-columns:repeat(3,1fr)}.pdp-byt-module .qt-head{display:none}.pdp-byt-module .qt-row{grid-template-columns:1fr 1fr!important;padding:12px;border:1px solid #e1e8ef;border-radius:12px}.pdp-byt-module .qt-row .qt-desc,.pdp-byt-module .qt-row .qt-role{grid-column:1/-1}.pdp-byt-module .qt-row strong{text-align:left}.pdp-byt-module .qt-remove{justify-self:end}.pdp-byt-module .qt-form-grid{grid-template-columns:1fr 1fr}.pdp-byt-module .qt-summary-grid{grid-template-columns:1fr}}@media (max-width:700px){.pdp-byt-module .qt-intro{grid-template-columns:1fr;padding:20px}.pdp-byt-module .qt-rate-card{max-width:none}.pdp-byt-module .qt-stepper{grid-template-columns:1fr 1fr;padding:14px 20px}.pdp-byt-module .qt-step{padding:20px}.pdp-byt-module .qt-section-title{flex-direction:column}.pdp-byt-module .qt-form-grid{grid-template-columns:1fr}.pdp-byt-module .qt-row{grid-template-columns:1fr!important}.pdp-byt-module .qt-row .qt-desc,.pdp-byt-module .qt-row .qt-role{grid-column:auto}.pdp-byt-module .qt-nav{grid-template-columns:1fr 1fr;padding:18px 20px}.pdp-byt-module .qt-live-total{grid-column:1/-1;grid-row:1}.pdp-byt-module .qt-final-value strong{font-size:28px}}.pdp-byt-module .qt-material-desc{position:relative;min-width:0}.pdp-byt-module .qt-material-desc .suggestions{top:calc(100% + 2px)}.pdp-byt-module .qt-labor .qt-role{font-weight:700}.pdp-byt-module .qt-summary-line[style*="display: none"]{display:none!important}.pdp-byt-module .qt-save-btn{width:100%;margin-top:12px;background:#20b8c4!important;border-color:#20b8c4!important;color:#fff!important}.pdp-byt-module .qt-final-card form label{color:#fff}.pdp-byt-module .qt-final-card form input[name="reference"]{background:#fff;color:#123}.pdp-byt-module .qt-final-card .qt-save-btn:hover{background:#1798a4!important}.pdp-byt-module .qt-materials{overflow:visible!important;position:relative;z-index:30}.pdp-byt-module .qt-materials #qt-material-rows{overflow:visible!important}.pdp-byt-module .qt-material-row{position:relative;z-index:1}.pdp-byt-module .qt-material-row:focus-within{z-index:60}.pdp-byt-module .qt-material-desc{overflow:visible!important;z-index:65}.pdp-byt-module .qt-material-desc .suggestions{z-index:9999!important;max-height:360px;min-width:520px;width:min(620px,70vw);right:auto!important;box-shadow:0 18px 40px rgba(15,43,74,.22)}.pdp-byt-module .qt-material-desc .suggestions .sug{padding:13px 14px}.pdp-byt-module .qt-material-desc .suggestions .sug b{display:block;font-size:14px;line-height:1.35}.pdp-byt-module .qt-material-desc .suggestions .sug small{margin-top:4px;line-height:1.4}.pdp-byt-module .byt-actions-cell{white-space:nowrap}@media (max-width:1100px){.pdp-byt-module .qt-material-desc .suggestions{min-width:100%;width:min(560px,86vw)}}@media (max-width:700px){.pdp-byt-module .qt-material-desc .suggestions{position:absolute;min-width:100%;width:100%;max-height:300px}}
.pdp-byt-module{--navy:#08264b;--navy2:#0d3a70;--cyan:#28adbd;--blue:#155fc2;--bg:#f5f7fb;--panel:#fff;--text:#10233e;--muted:#6f7f91;--line:#dfe6ee;--danger:#d84c5b;--ok:#278b62;--warn:#b87912;width:100%;}
.pdp-byt-module .byt-head{display:none!important}
.pdp-byt-module .pdp-byt-head{margin-bottom:20px}
.pdp-byt-module .byt-panel{border-radius:16px;padding:22px;background:#fff;border:1px solid #e0e7ef;box-shadow:0 7px 22px rgba(10,38,75,.05)}
.pdp-byt-module .btn{font-family:inherit}
.pdp-byt-module .byt-icon{width:19px;height:19px;vertical-align:middle;margin-right:7px}
.pdp-byt-module table{min-width:680px}
.pdp-byt-module .table-wrap{-webkit-overflow-scrolling:touch;border-radius:12px}
.pdp-byt-module .byt-form input,.pdp-byt-module .byt-form select,.pdp-byt-module .byt-form textarea,.pdp-byt-module .byt-search input,.pdp-byt-module .byt-material-add input,.pdp-byt-module #byt-quote-test input,.pdp-byt-module #byt-quote-test select{font:inherit}
.pdp-byt-module .pdp-inline-feedback.is-success{margin:0 0 16px;padding:12px 14px;border-radius:11px;background:#e8f7f1;color:#176b4b;border:1px solid #b7e3d3}
@media(max-width:700px){
 .pdp-byt-module .byt-panel{padding:15px;margin:14px 0}
 .pdp-byt-module .byt-form.grid{grid-template-columns:1fr!important}
 .pdp-byt-module .byt-flex{display:block}
 .pdp-byt-module .byt-flex form{margin-top:14px}
 .pdp-byt-module .btn{min-height:42px}
 .pdp-byt-module .job-card{align-items:flex-start;gap:10px;flex-direction:column}
 .pdp-byt-module .byt-material-add{grid-template-columns:1fr!important}
 .pdp-byt-module table{min-width:620px}
}

.pdp-byt-module .byt-pager{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.pdp-byt-module .byt-pager>div{display:flex;align-items:center;gap:10px}.pdp-byt-module .byt-pager b{color:#334862}@media(max-width:620px){.pdp-byt-module .byt-pager{align-items:flex-start;flex-direction:column}.pdp-byt-module .byt-pager>div{width:100%;justify-content:space-between}}
