/* Dental Trade a.s. | Homepage navigation v4.4 | 2026-09-07
   Four category entries; compact heading and responsive layout. */
.dt-home-b2b .dt-material-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.dt-home-b2b .dt-entry{display:flex;align-items:center;gap:12px;padding:16px;min-width:0;background:#F5F7F8;border:1px solid #D9E1E4;border-radius:8px;color:#252525;text-decoration:none;}
.dt-home-b2b .dt-entry img{width:56px;height:64px;object-fit:contain;mix-blend-mode:multiply;flex-shrink:0;}
.dt-home-b2b .dt-entry>span{min-width:0;}
.dt-home-b2b .dt-entry strong,.dt-home-b2b .dt-entry small{display:block;}
.dt-home-b2b .dt-entry strong{font-size:18px;line-height:1.3;}
.dt-home-b2b .dt-entry small{font-size:14px;line-height:1.4;margin-top:5px;color:#526168;}
.dt-home-b2b .dt-entry b{margin-left:auto;color:#096878;}
#content .dt-home-b2b a.dt-entry{text-decoration:none!important;}
.dt-home-b2b .dt-entry:hover{border-color:#096878;background:#EDF7F8;}
.dt-home-b2b .dt-entry:focus-visible{outline:3px solid #096878;outline-offset:3px;}
/* Keep the native welcome title informative without dominating the page. */
#content>.dt-intro-top{width:100%;margin:16px 0 28px;padding:0;}
#content>.dt-intro-top .welcome{width:100%;max-width:none;padding:0;margin:0;}
#content>.dt-intro-top .welcome>div,#content>.dt-intro-top .dt-home-intro{padding:0;width:100%;}
#content>.dt-intro-top .welcome .h1{font-size:18px;font-weight:600;line-height:1.5;color:#526168;padding:0;margin:0 0 14px;}
#content>.dt-intro-top .dt-home-intro nav{margin-bottom:0!important;}
/* Tablet: two equal columns. Phone: all four entry points in a compact grid. */
@media(max-width:991px){.dt-home-b2b .dt-material-nav{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:479px){
 .dt-home-b2b .dt-material-nav{gap:10px;}
 .dt-home-b2b .dt-entry{display:grid;grid-template-columns:1fr;grid-template-rows:40px auto;align-content:start;gap:8px;padding:12px;}
 .dt-home-b2b .dt-entry img{width:48px;height:40px;}
 .dt-home-b2b .dt-entry strong{font-size:17px;}
 .dt-home-b2b .dt-entry small{font-size:13px;}
 .dt-home-b2b .dt-entry b{display:none;}
 #content>.dt-intro-top .welcome .h1{font-size:17px;}
}
/* End Dental Trade homepage v4.4. */
