.cpc-cat-strip-22c85dcb {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
}

.cpc-cat-heading-22c85dcb {
    color: #999999;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}

.cpc-cat-grid-22c85dcb {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 1024px) {
    .cpc-cat-grid-22c85dcb {
        grid-template-columns: repeat(2, 1fr);
    }
    .cpc-cat-strip-22c85dcb {
        padding: 40px 20px;
    }
}

@media (max-width: 767px) {
    .cpc-cat-grid-22c85dcb {
        grid-template-columns: 1fr;
    }
}

.cpc-cat-card-22c85dcb {
    background-color: #f9f9f9;
    border-top: 3px solid #333;
    border-radius: 0 0 8px 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.cpc-cat-icon-22c85dcb {
    color: #555555;
    font-size: 22px;
    margin-bottom: 10px;
}

.cpc-cat-icon-22c85dcb svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.cpc-cat-title-22c85dcb {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 0;
}

.cpc-cat-desc-22c85dcb {
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 12px;
    flex-grow: 1;
}

.cpc-cat-link-22c85dcb {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    display: inline-block;
}

.cpc-cat-link-22c85dcb:hover {
    text-decoration: underline;
}
