
/* v1.45.10.52 - search simplification + section hero */
.dhm-library-search .dhm-search-scope{display:none!important}
.dhm-library-search-row{width:100%!important}
.dhm-library-search-row input[type=search]{width:100%!important;height:56px!important;border-radius:18px!important;padding:0 24px!important;font-size:16px!important}
.dhm-library-search-row button{height:48px!important;min-width:110px!important;border-radius:16px!important}
.dhm-back-mag{display:none!important}

.dhm-section-hero{
 position:relative;
 overflow:hidden;
 isolation:isolate;
}
.dhm-section-hero:before{
 content:"";
 position:absolute;
 inset:0;
 z-index:-1;
 background:
 linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.94)),
 linear-gradient(135deg,#dfeaf2,#f7fbfd);
 opacity:1;
}
.dhm-section-hero>*{position:relative}
.dhm-section-hero h1{font-weight:800}
.dhm-section-hero .dhm-library-search{
 background:rgba(255,255,255,.72)!important;
 border-radius:22px!important;
 backdrop-filter:blur(4px);
}
@media(max-width:768px){
 .dhm-library-search-row input[type=search]{height:50px!important;font-size:14px!important}
 .dhm-library-search-row button{min-width:86px!important}
 .dhm-section-hero:before{opacity:.95}
}
