/*
Theme Name: Chase County Auto Parts Child
Template: chasecountyautoparts-theme-v7-datafeedr-images
Version: 1.0.2
Description: Child theme for Chase County Auto Parts Theme. Adds merchant URL image placeholders for homepage, category, brand, OEM, and dynamic archive templates.
*/

/* Child theme image cards */
.cc-image-card img,
.cc-page-banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 18px;
    background: #f8fafc;
}

.cc-image-card img {
    max-height: 180px;
    margin-bottom: 14px;
}

.cc-page-banner {
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 20px;
    background: #ffffff;
    margin-bottom: 28px;
}

.cc-page-banner img {
    max-height: 360px;
}

.cc-image-note {
    color: #64748b;
    font-size: 13px;
    margin-top: 8px;
}
