.mchp-category-grid{border:1px solid #157EAC1A;background:#157EAC0D;padding:20px;display:flex;flex-direction:column;min-height:185px;transition:background-color .3s ease;pointer-events:none}
.mchp-category-grid:hover{background:#157eac}
.mchp-category-grid:hover .card-header h3,.mchp-category-grid:hover p,.mchp-category-grid:hover ul li,.mchp-category-grid:hover h1,.mchp-category-grid:hover h2,.mchp-category-grid:hover .action-link,.mchp-category-grid:hover .action-link i,.mchp-category-grid:hover .action-link-parametrics{color:#fff}
.expandedlinkcard{border:1px solid #157EAC1A;background:#157EAC0D;padding:20px;pointer-events:none;height:auto}
.expandedlinkcard .mchp-category-grid-static{height:100%}
.expandedlinkcard:hover{background:#157eac}
.expandedlinkcard:hover .card-header h3,.expandedlinkcard:hover p,.expandedlinkcard:hover ul li,.expandedlinkcard:hover h1,.expandedlinkcard:hover h2,.expandedlinkcard:hover .action-link,.expandedlinkcard:hover .action-link i,.expandedlinkcard:hover .action-link-parametrics{color:#fff}
.mchp-category-expand-card{display:flex;flex-direction:column;height:100%}
.mchp-category-expand-card .fa-arrow-right,.mchp-category-expand-card .fa-up-right-from-square{color:#157eac;transition:color .3s ease}
.card-header h3{margin:0;color:#000;transition:color .3s ease}
.mchp-category-expand-card p{font-size:15px;color:#000;max-height:96px;transition:color .3s ease;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;text-overflow:ellipsis}
.card-actions{pointer-events:auto;display:flex;flex-direction:row;margin-top:auto;justify-content:space-between;gap:24px}
.card-actions a i{margin-left:8px}
.card-actions .action-link:hover,.card-actions .action-link-parametrics:hover{color:#fff;text-decoration:underline #fff}
.action-link,.action-link-parametrics{color:#157eac;text-decoration:none;font-size:14px;margin-bottom:5px;transition:color .3s ease}
.action-link-parametrics{display:flex;align-items:center}
.fa-filter-list{margin-right:5px;transition:color .3s ease}
.mchp-category-expand-card:not(:has(p)){justify-content:space-between}
.mchp-category-expand-card:not(:has(p)) .card-actions{margin-top:auto}
@media screen and (max-width:1024px){.mchp-navigation-card-detailed{grid-template-columns:repeat(2,1fr)}
.mchp-category-grid{height:auto;min-height:200px}
.card-header h3{font-size:16px}
.mchp-category-expand-card p{font-size:14px}
.action-link,.action-link-parametrics{font-size:13px}
}
@media screen and (max-width:767px){.mchp-navigation-card-detailed{grid-template-columns:1fr}
.mchp-category-grid{padding:20px;min-height:180px}
.mchp-category-expand-card p{font-size:13px;margin-bottom:10px}
.card-actions{flex-direction:row;gap:20px}
.action-link,.action-link-parametrics{font-size:12px}
}