.wccc-related-section {
    margin: 48px 0 0 0;
    padding: 0 2vw;
}

.wccc-related-heading {
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.18;
}

.wccc-heading-style-1 { font-size: var(--wccc-related-heading-size, 28px); color: var(--wccc-related-heading-color, #272a31); letter-spacing: 0.5px; }
.wccc-heading-style-2 { font-size: var(--wccc-related-heading-size, 27px); color: #2066d2; font-family: 'Montserrat',Arial,sans-serif; border-left: 7px solid #2066d2; padding-left:18px;}
.wccc-heading-style-3 { font-size: var(--wccc-related-heading-size, 30px); color: #b9285c; background: #ffe2ec; border-radius:6px; display:inline-block; padding:5px 20px;}
.wccc-heading-style-4 { font-size: var(--wccc-related-heading-size, 26px); color: #11798a; font-family: monospace; background:#e2f8ff; padding:7px 20px; border-radius:6px;}
.wccc-heading-style-5 { font-size: var(--wccc-related-heading-size, 24px); color: #7b2ff2; letter-spacing:1.5px; text-transform:uppercase; background:#f1ecfb; padding:7px 15px; border-radius:4px; }

/* Cards Grid */
.wccc-related-products-list {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: var(--wccc-related-gap, 24px);
    margin-top: 0;
    margin-bottom: 0;
}

/* --- Ten Card Styles --- */
.wccc-related-card {
    width: var(--wccc-related-card-width, 280px);
    min-height: 290px;
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 6px 24px 0 rgba(0,0,0,0.08);
    padding: 0 0 16px 0;
    display: flex; flex-direction: column;
    align-items: center;
    position: relative;
    transition: box-shadow 0.18s, transform 0.13s;
}
.wccc-related-card:hover {
    box-shadow: 0 8px 32px 0 #ffe2ec33,0 6px 24px 0 rgba(0,0,0,0.14);
    transform: translateY(-2px) scale(1.022);
}

.wccc-related-thumb-link { display: block; width:100%; }
.wccc-related-thumb { width:100%; max-width:100%; height:140px; object-fit:cover; border-radius: 11px 11px 0 0; }

.wccc-related-title {
    font-size: 19px; margin: 14px 0 6px 0; text-align: center; font-weight: 600;
    padding: 0 10px;
}
.wccc-related-title a { text-decoration: none; color: #1a1a1a; }
.wccc-related-title a:hover { color: #cb0d0d; }

.wccc-related-category {
    font-size: 13px;
    margin-bottom: 7px;
    display: inline-block;
}

.wccc-related-price {
    font-size: 16px;
    color: #118f4e;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 2px;
}

.wccc-related-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 11px 22px;
    border-radius: 7px;
    color: #fff !important;
    background: var(--wccc-related-btn-color, #cb0d0d);
    font-weight: 700;
    font-size: 15px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.16s;
}
.wccc-related-btn:hover { filter: brightness(1.12); background: #ad0b0b; }

/* --- Card style variants (background, border, accent, shadow, corners) --- */
.wccc-card-style-1 { border: 1.5px solid #ffe2ec; background: #fff; }
.wccc-card-style-2 { border: 1.5px solid #b9285c33; background: linear-gradient(120deg,#fffbe8 70%,#ffe2ec 100%);}
.wccc-card-style-3 { border-left: 7px solid #2066d2; background: #e2f8ff;}
.wccc-card-style-4 { box-shadow: 0 8px 42px 0 #7b2ff213; background: #faf8ff;}
.wccc-card-style-5 { border:2.5px dashed #00b47e; background: linear-gradient(120deg,#d7f9f1 60%,#fff 100%);}
.wccc-card-style-6 { border:1.5px solid #d47f00; background: #fff8e7;}
.wccc-card-style-7 { border:0; background: linear-gradient(135deg,#f3ec78,#af4261);}
.wccc-card-style-8 { border:1.5px solid #3f51b5; background: #e5eafc;}
.wccc-card-style-9 { border:2px solid #0e4a5c33; background: #d1f1f9;}
.wccc-card-style-10 { border:2px double #b97a56; background: #fff8e7;}

/* --- Tag (category) variants --- */
.wccc-tag-style-1 { background:#f7b7332b; color:#b97817; border-radius:7px; padding:2px 11px;}
.wccc-tag-style-2 { background:#e2f8ff; color:#2066d2; border-radius:12px; padding:2px 11px;}
.wccc-tag-style-3 { background:#f1ecfb; color:#7b2ff2; border-radius:6px; padding:2px 11px;}
.wccc-tag-style-4 { background:#ffe2ec; color:#b9285c; border-radius:8px; padding:2px 11px;}
.wccc-tag-style-5 { background:#d7f9f1; color:#00b47e; border-radius:11px; padding:2px 11px;}

/* --- Responsive --- */
@media (max-width:900px) {
    .wccc-related-products-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width:600px) {
    .wccc-related-section { padding: 0 0.5vw;}
    .wccc-related-products-list { grid-template-columns: 1fr; gap: 15px;}
    .wccc-related-card { width: 98vw; min-width: 0; }
    .wccc-related-thumb { height:100px; }
    .wccc-related-title { font-size: 16px;}
    .wccc-related-heading { font-size: 19px;}
}
