html body#top.design-master .workshop-contact-v27 {display:grid;gap:16px;margin-top:1cm;}
html body#top.design-master .workshop-contact-v27 p {margin:0!important;}
html body#top.design-master .workshop-channels-v27 {display:flex;flex-wrap:wrap;gap:10px;}
html body#top.design-master a.workshop-channel-v27 {display:inline-flex;align-items:center;gap:8px;padding:10px 12px;min-height:44px;box-sizing:border-box;border:1px solid #657d8d;border-radius:5px;background:#fff;color:#19364a;text-decoration:none;}
html body#top.design-master a.workshop-channel-v27 img {width:28px!important;height:28px!important;max-width:none!important;object-fit:contain;display:block;margin:0!important;transform:none!important;}
html body#top.design-master a.workshop-channel-v27:hover {background:#e8f1f3;}
html body#top.design-master a.workshop-channel-v27:focus-visible {outline:3px solid #337699;outline-offset:3px;}

/* V30: three equally sized contact buttons, aligned in one row. */
html body#top.design-master .workshop-channels-v27 {
 display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:10px;
}
html body#top.design-master a.workshop-channel-v27 {
 width:100%;min-width:0;height:100%;min-height:60px;justify-content:center;align-items:center;
 margin:0!important;box-sizing:border-box;text-align:center;
}
@media(max-width:600px){
 html body#top.design-master .workshop-channels-v27 {gap:6px;}
 html body#top.design-master a.workshop-channel-v27 {flex-direction:column;padding:10px 4px;font-size:14px;gap:6px;min-height:78px;}
}
