/* Dental Trade | Shared brand banners v1 | HPdent and MiYO */
.dt-brand-feature{container-type:inline-size;background:#FAF7F8;border:1px solid #E6DEE2;border-radius:8px;overflow:hidden;}
.dt-brand-feature a.dt-brand-link{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);grid-template-areas:"copy image" "action image";align-items:center;gap:16px 12px;padding:24px;min-height:250px;color:#252525;text-decoration:none!important;}
.dt-brand-feature .dt-brand-copy{grid-area:copy;min-width:0;}
.dt-brand-feature .dt-brand-copy:before{content:"";display:block;width:36px;height:3px;background:#CC4C85;margin-bottom:12px;}
.dt-brand-feature h2{font-family:inherit;font-size:34px;font-weight:700;line-height:1.12;color:#252525;margin:0 0 12px;padding:0;text-align:left;}
.dt-brand-feature h2 span{display:block;font-size:19px;font-weight:600;line-height:1.35;margin-top:4px;}
.dt-brand-feature p{font-size:14px;line-height:1.5;color:#526168;margin:0;}
.dt-brand-feature img{grid-area:image;display:block;width:100%;height:auto;max-height:210px;object-fit:contain;mix-blend-mode:multiply;}
.dt-brand-feature .dt-brand-action{grid-area:action;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:44px;padding:10px 12px;background:#096878;color:#fff;border-radius:6px;font-size:14px;font-weight:700;line-height:1.4;text-align:center;transition:background-color .15s;}
.dt-brand-feature a.dt-brand-link:hover{text-decoration:none;}
.dt-brand-feature a:hover .dt-brand-action{background:#074D59;color:#fff;}
.dt-brand-feature a:focus-visible{outline:3px solid #096878;outline-offset:-4px;}
@container(max-width:440px){.dt-brand-feature a.dt-brand-link{grid-template-areas:"copy image" "action action";padding:18px;gap:14px 10px;min-height:220px;}.dt-brand-feature h2{font-size:28px;}.dt-brand-feature h2 span{font-size:16px;}.dt-brand-feature p{font-size:13px;}.dt-brand-feature img{max-height:160px;}}
