/* A contained app icon anchors the wordmark; the product is a separate line. */
.brand{display:inline-grid;grid-template-columns:46px max-content;align-items:center;column-gap:10px;row-gap:0;text-decoration:none;color:#34523e;flex-shrink:0;line-height:1.05}
.brand .brand-icon{position:relative;display:grid;place-items:center;width:46px;height:46px;padding:5px;box-sizing:border-box;overflow:hidden;isolation:isolate;border:1px solid #68856b;border-radius:13px;background:linear-gradient(145deg,#8a9e79,#597657);box-shadow:0 2px 5px #34523e14,inset 0 1px 0 #ffffff45}
.brand .brand-icon::after{content:"";position:absolute;inset:3px;border:1px solid #fffbedba;border-radius:9px;pointer-events:none;z-index:2}
.brand .brand-sheep{display:block;width:100%;height:100%;object-fit:contain;position:static;transform:none;background:none;border-radius:0}
.brand .brand-type{display:flex;flex-direction:column;align-items:flex-start;background:none;width:auto;height:auto;padding:0;border-radius:0;color:inherit}
.brand-type strong{font-family:ui-rounded,"Arial Rounded MT Bold","Trebuchet MS",sans-serif;font-size:27px;letter-spacing:-1px;font-weight:800;white-space:nowrap}
.brand .brand-type small{display:block;align-self:flex-end;font-size:10px;font-weight:500;letter-spacing:.8px;margin-top:4px;white-space:nowrap}
.brand .brand-product{grid-column:1 / -1;display:block;border-top:1px solid #bcc2b4;margin-top:10px;padding-top:9px;font-style:normal;font-size:11px;letter-spacing:5px;font-weight:500;text-transform:uppercase;text-align:center;text-indent:5px;white-space:nowrap}
.sidebar .brand-type strong,.mobile-brand .brand-type strong{font-size:23px}
@media(max-width:600px){.brand{grid-template-columns:38px max-content;column-gap:8px}.brand .brand-icon{width:38px;height:38px;border-radius:11px;padding:4px}.brand .brand-icon::after{inset:3px;border-radius:7px}.brand-type strong,.mobile-brand .brand-type strong{font-size:22px}.brand .brand-type small{font-size:9px;letter-spacing:.5px}.brand .brand-product{font-size:10px;letter-spacing:4px;text-indent:4px;margin-top:8px;padding-top:7px}}
