.category-header{display:flex;flex-direction:column;background-color:#E1E2E4;padding:56px 0 0;gap:40px;.secondary-button{min-width:80px}
.mchp-colorstripe{margin-bottom:0}
.category-header-inner-container{max-width:1270px;@media only screen and (max-width:1440px) and (min-width:1200px){padding-right:85px;padding-left:85px}
@media only screen and (min-width:1440px){margin-left:auto;margin-right:auto;width:100%}
}
.mchp-colorstripe .colorstripe-grid .stripe{height:7px}
}
.colorstripe-container{width:100%}
.category-header-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}
.category-header-title{color:#1c355e;font-weight:700;margin:0;word-wrap:break-word}
.category-header-buttons{display:flex;align-items:flex-start;gap:16px}
@media @small-screen{.category-header-buttons .mchp-button-wrapper{text-wrap:wrap}
}
.secondary-button .mchp-button-wrapper{color:#1c355e;margin:0}
.primary-button{background-color:#1c355e;color:white;border:0;border-radius:3px;padding:11px 16px;cursor:pointer;text-wrap:nowrap}
.primary-button a{display:flex;align-items:center;gap:8px;color:#fff;&:hover{text-decoration:none;color:#fff}
}
.primary-button:hover{background-color:#157eac}
@media screen and (max-width:1199px){.category-header{padding:42px 0 0 0}
.category-header-inner{flex-direction:column;padding:0 24px}
.secondary-button .mchp-button-wrapper{margin:0;bottom:0}
}
@media screen and (max-width:464px){.category-header{padding:31.5px 0 0 0}
.category-header-inner{flex-direction:column;padding:0 24px}
.secondary-button .mchp-button-wrapper{margin:0;bottom:0}
.category-header-buttons{flex-wrap:wrap}
}