/* Editorial surfaces share the DXS header/footer and the store's 1200px content width. */
.dx-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.dx-article-card{min-width:0;overflow:hidden;background:#fff;border:1px solid #e1e4e7;border-radius:16px;box-shadow:0 8px 26px rgba(27,32,38,.035);display:flex;flex-direction:column}
.dx-article-image{display:block;aspect-ratio:16/10;overflow:hidden;background:#f5f6f7}
.dx-article-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.dx-article-image img.dx-article-illustration{object-fit:contain;padding:20px;background:radial-gradient(circle at center,#ffe4b8,#fff8ec 57%,#f4f5f6)}
.dx-article-image:hover img{transform:scale(1.035)}
.dx-article-placeholder{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(135deg,#fff2db,#f4f5f6);font-weight:800;font-size:30px;color:#b76500}
.dx-article-body{padding:23px 23px 25px;display:flex;flex-direction:column;align-items:flex-start;flex:1}
.dx-article-date,.dx-articles-kicker{display:block;color:#9b5400;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.dx-article-card h3{font-size:20px;line-height:1.28;letter-spacing:-.025em;margin:12px 0 10px;color:#24282d;overflow-wrap:anywhere}
.dx-article-card h3 a{color:inherit;text-decoration:none}
.dx-articles-page .dx-article-card h3 a{color:#24282d!important}
.dx-article-card h3 a:hover,.dx-article-read:hover{color:#a75a00}
.dx-article-card p{font-size:14px;line-height:1.6;color:#5b626a;margin:0 0 20px}
.dx-article-read{margin-top:auto;display:inline-flex;min-height:44px;align-items:center;gap:10px;color:#272b30;font-size:13px;font-weight:800;text-decoration:none}
.dx-articles-home{padding-top:70px;padding-bottom:65px}
.dx-articles-home .dx-eyebrow{margin-bottom:8px}
.dx-articles-home .dx-article-grid{margin-top:25px}
#dxs-design .dx-articles-home .dx-article-card h3{font-size:19px;margin:12px 0 10px}
#dxs-design .dx-articles-home .dx-article-card p{font-size:14px}

body:has(.dx-articles-page) #content>.container,body:has(.dx-articles-page) #content>.container>.row,body:has(.dx-articles-page) #primary,body:has(.dx-articles-page) #primary .site-main,body:has(.dx-articles-page) #primary article,body:has(.dx-articles-page) #primary .entry-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;float:none!important}
body:has(.dx-articles-page) #secondary{display:none!important}
body:has(.dx-articles-page) #primary .entry-header{display:none!important}
.dx-articles-page{color:#262a2f;overflow:clip;font-family:Arial,Helvetica,sans-serif}
.dx-articles-inner{width:min(1200px,calc(100% - 48px));margin-inline:auto}
.dx-articles-hero{position:relative;isolation:isolate;background:radial-gradient(circle at 84% 45%,#ffe6ba 0,#fff7ea 23%,#fffaf2 47%,#f7f8f9 100%);border-bottom:1px solid #e9e1d4;padding:75px 0 78px}
.dx-articles-hero:before{content:"";position:absolute;z-index:-1;right:7%;top:11%;width:280px;aspect-ratio:1;border-radius:50%;background:#ffe7bd}
.dx-articles-hero:after{content:"";position:absolute;right:7%;top:10%;width:280px;height:280px;background:url('assets/icon_pads_small.webp') center/contain no-repeat;filter:drop-shadow(0 15px 18px #30343b26)}
.dx-articles-hero .dx-articles-inner{max-width:1200px;position:relative;z-index:1}
body:has(.dx-articles-page) .dx-articles-hero h1{max-width:770px;font-size:clamp(38px,5vw,64px)!important;line-height:1.06;letter-spacing:-.045em;color:#24282d;margin:16px 0 18px}
.dx-articles-hero p{max-width:675px;font-size:18px;line-height:1.6;color:#555d65;margin:0}
.dx-articles-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.dx-articles-actions a,.dx-articles-shop>a,.dx-article-end-actions a{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 18px;border-radius:9px;background:#ff9900;color:#1f2429!important;text-decoration:none;font-size:14px;font-weight:800}
.dx-articles-actions a:nth-child(2),.dx-article-end-actions a:nth-child(2){background:#fff;border:1px solid #cdd1d5}
.dx-articles-actions a:hover,.dx-articles-shop>a:hover,.dx-article-end-actions a:hover{background:#e68a00;text-decoration:none}
.dx-articles-list{padding-top:55px;padding-bottom:80px}
.dx-articles-list-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}
.dx-articles-list-head h2{font-size:clamp(27px,3vw,34px);line-height:1.15;letter-spacing:-.035em;margin:7px 0 0;color:#24282d}
.dx-articles-list-head>span,.dx-articles-list-head>a{font-size:13px;color:#646a71}
.dx-articles-list-head>a{min-height:44px;display:flex;align-items:center;text-decoration:underline;text-underline-offset:4px}
.dx-articles-shop{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:55px;background:#292c30;border-radius:16px;padding:32px;color:#fff}
.dx-articles-shop h2{font-size:25px;letter-spacing:-.025em;margin:0 0 8px;color:#fff}
.dx-articles-shop p{font-size:14px;line-height:1.55;color:#d7d9dc;margin:0;max-width:650px}
.dx-articles-shop>a{white-space:nowrap}

body.single-post #primary{max-width:900px!important;margin-inline:auto!important;float:none!important}
body.single-post #primary .site-main>article{border:0;box-shadow:none}
body.single-post #primary .media-attachment{overflow:hidden;border-radius:17px;background:#f3f4f5;margin:0 0 31px}
body.single-post #primary .media-attachment img{display:block;width:100%;height:auto;max-height:485px;object-fit:cover}
body.single-post #primary .entry-header{margin-bottom:24px}
body.single-post #primary h1.entry-title{font-size:clamp(34px,4vw,49px);line-height:1.11;letter-spacing:-.04em;color:#24282d;margin:0 0 15px}
body.single-post #primary .post-meta{font-size:13px;color:#697079}
body.single-post #primary .post-meta .byline{display:none}
body.single-post #primary .post-meta .posted-on{font-size:0}
body.single-post #primary .post-meta .posted-on a{font-size:13px}
body.single-post #primary .entry-content{font-size:17px;line-height:1.75;color:#343b42}
body.single-post #primary .entry-content>p,body.single-post #primary .entry-content>ul,body.single-post #primary .entry-content>ol{max-width:780px}
body.single-post #primary .entry-content h2{font-size:clamp(25px,3vw,31px);line-height:1.22;letter-spacing:-.025em;color:#252a30;margin:42px 0 15px}
body.single-post #primary .entry-content h3{font-size:22px;line-height:1.3;color:#252a30;margin:30px 0 12px}
body.single-post #primary .entry-content a{color:#965200;text-decoration:underline;text-underline-offset:3px}
body.single-post #primary .entry-content li{padding-left:3px;margin:0 0 8px}
body.single-post #primary .entry-content img{max-width:100%;height:auto}
.dx-article-shop-path{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff8ec;border:1px solid #f0ddbb;border-left:5px solid #ff9900;border-radius:10px;padding:20px 22px;margin:0 0 30px}
.dx-article-shop-path span{display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#9a5400;margin-bottom:5px}
.dx-article-shop-path strong{display:block;font-size:16px;line-height:1.35;color:#262a2f}
.dx-article-shop-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
body.single-post #primary .entry-content .dx-article-shop-links a{font-size:13px;font-weight:800;white-space:nowrap}
.dx-article-end{margin:54px 0 0;background:#292c30;color:#fff;border-radius:16px;padding:32px}
body.single-post #primary .entry-content .dx-article-end h2{color:#fff;margin:9px 0 10px}
.dx-article-end p{color:#d7d9dc;margin:0 0 23px;max-width:680px}
.dx-article-end-actions{display:flex;gap:10px;flex-wrap:wrap}
body.single-post #primary .entry-content .dx-article-end-actions a{color:#262a2f;text-decoration:none}
.dx-article-related{margin:60px 0 30px}
.dx-article-related .dx-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
body.single-post #primary .entry-content .dx-article-related .dx-article-card h3{font-size:19px;margin:12px 0 10px}
body.single-post #primary .entry-content .dx-article-related .dx-article-card p{font-size:14px;line-height:1.6}
body.single-post #primary .entry-content .dx-article-related .dx-article-read{font-size:13px;color:#262a2f;text-decoration:none}
body.single-post #primary .entry-content .dx-article-related .dx-article-date{font-size:11px}
.dx-articles-page a:focus-visible,.dx-articles-home a:focus-visible,.dx-article-shop-path a:focus-visible,.dx-article-end a:focus-visible,.dx-article-related a:focus-visible{outline:3px solid #135ec5;outline-offset:4px}

@media(max-width:1050px){.dx-articles-hero:before,.dx-articles-hero:after{display:none}}
@media(max-width:900px){.dx-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dx-articles-shop{align-items:flex-start;flex-direction:column}.dx-article-shop-path{align-items:flex-start;flex-direction:column}.dx-article-shop-links{justify-content:flex-start}}
@media(max-width:650px){.dx-article-grid,.dx-article-related .dx-article-grid{grid-template-columns:1fr}.dx-articles-inner{width:min(100% - 32px,1200px)}.dx-articles-hero{padding:48px 0 50px}.dx-articles-hero p{font-size:15px}.dx-articles-list{padding-top:38px;padding-bottom:50px}.dx-articles-shop{padding:24px;margin-top:34px}.dx-articles-shop>a{white-space:normal;width:100%}.dx-articles-home{padding-top:44px;padding-bottom:44px}.dx-articles-home .dx-section-head{align-items:flex-start}.dx-article-card h3{font-size:19px}body.single-post #primary h1.entry-title{font-size:33px}body.single-post #primary .entry-content{font-size:16px}body.single-post #primary .media-attachment{margin-bottom:24px}.dx-article-shop-path{padding:18px}.dx-article-shop-links{display:grid;width:100%;gap:3px}.dx-article-end{padding:24px;margin-top:40px}.dx-article-end-actions{display:grid}.dx-article-related{margin-top:44px}}
@media(prefers-reduced-motion:reduce){.dx-article-image img{transition:none}}
