.wcsi-container {
    margin-bottom: 5px;
    font-size: 0.9em;
}

.wcsi-row-1 {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.wcsi-select {
    padding: 2px 5px;
    font-size: inherit;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    max-width: 80px;
    height: auto;
    line-height: normal;
}

.wcsi-price-display {
    font-weight: 600;
    color: #333;
    margin-right: 5px;
}

.wcsi-button {
    font-size: 0.85em !important;
    padding: 3px 8px !important;
    line-height: normal !important;
    display: inline-flex !important;
    align-items: center;
    border-radius: 3px;
    background: #2271b1;
    /* Woo Blue fallback */
    color: #fff !important;
    text-decoration: none !important;
}

.wcsi-button:hover {
    background: #135e96;
}

/* En grid de productos, a veces el espacio es chico */
ul.products li.product .wcsi-container {
    min-height: 30px;
}