/* Visual distinction of CLC creator products in the WooCommerce shop loop. */

.clc-creator-loop-item {
    position: relative;
}

/* ---- Badge ---- */
.clc-creator-badge {
    position: absolute;
    z-index: 5;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

/* Positions */
.clc-badge-pos-top-left { top: 10px; left: 10px; }
.clc-badge-pos-top-right { top: 10px; right: 10px; }
.clc-badge-pos-bottom-left { bottom: 10px; left: 10px; }
.clc-badge-pos-bottom-right { bottom: 10px; right: 10px; }

/* Shapes */
.clc-badge-shape-rounded {
    padding: 5px 11px;
    border-radius: 14px;
    font-size: 11px;
}

.clc-badge-shape-square {
    padding: 5px 11px;
    border-radius: 3px;
    font-size: 11px;
}

.clc-badge-shape-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
}

/* ---- Card highlight (border/background) is injected inline when enabled ---- */

/* Make sure the configure button keeps its own styling inside a highlighted card. */
.clc-creator-loop-item .clc-creator-configure-btn {
    display: inline-block;
    text-align: center;
}
