.wcl-wrapper-7fbc9e23 {
    font-family: inherit;
}
.wcl-wrapper-7fbc9e23 .wcl-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}
.wcl-wrapper-7fbc9e23 .wcl-header-title {
    transition: color 0.3s ease;
}
.wcl-wrapper-7fbc9e23 .wcl-cat-img,
.wcl-wrapper-7fbc9e23 .wcl-cat-img-placeholder {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}
.wcl-wrapper-7fbc9e23 .wcl-cat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    flex-shrink: 0;
}
.wcl-wrapper-7fbc9e23 .wcl-cat-icon svg {
    fill: #666;
}
.wcl-wrapper-7fbc9e23 .wcl-header-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
}
.wcl-wrapper-7fbc9e23 .wcl-product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wcl-wrapper-7fbc9e23 .wcl-product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    gap: 10px;
}
.wcl-wrapper-7fbc9e23 .wcl-product-item:last-child {
    border-bottom: none;
}
.wcl-wrapper-7fbc9e23 .wcl-product-link {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: inherit;
    flex-grow: 1;
    min-width: 0; /* allows text truncation */
    transition: all 0.3s ease;
}
.wcl-wrapper-7fbc9e23 .wcl-product-name {
    transition: color 0.3s ease;
}
.wcl-wrapper-7fbc9e23 .wcl-prod-img-wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wcl-wrapper-7fbc9e23 .wcl-prod-img,
.wcl-wrapper-7fbc9e23 .wcl-prod-img-placeholder {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    background-color: #f0f0f0;
}
.wcl-wrapper-7fbc9e23 .wcl-prod-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}
.wcl-wrapper-7fbc9e23 .wcl-prod-icon svg {
    fill: #666;
}
.wcl-wrapper-7fbc9e23 .wcl-product-name {
    font-size: 1rem;
}
.wcl-wrapper-7fbc9e23 .wcl-label {
    font-size: 0.75rem;
    padding: 3px 8px;
    font-weight: bold;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Label Shapes */
.wcl-wrapper-7fbc9e23 .wcl-shape-pill {
    border-radius: 9999px;
}
.wcl-wrapper-7fbc9e23 .wcl-shape-circle {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    padding: 0;
    aspect-ratio: 1;
}
.wcl-wrapper-7fbc9e23 .wcl-shape-rectangle {
    border-radius: 4px;
}