.size-combination-widget {
    display: flex;
    flex-direction: column;
}

.size-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; /* Default alignment; will be overridden by Elementor controls */
}

.size-combination-field {
    flex-basis: 23%; /* Adjust this value if needed to fit 4 buttons per row */
}

.size-button {
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
