/* RWC Rose Bouquet Customizer - compact product design */
.rwc-rose-picker {
    margin: 14px 0;
    padding: 16px;
    width: 100%;
    max-width: 420px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

.rwc-rose-label {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.rwc-required { color: #c62828; }

.rwc-rose-help {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
    opacity: .8;
}

.rwc-rose-controls {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: 38px;
}

.rwc-rose-controls button {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border: 0;
    background: #f7f7f7;
    cursor: pointer;
    font-size: 18px;
    line-height: 38px;
    padding: 0;
}

.rwc-rose-controls button:hover:not(:disabled) { background: #ededed; }
.rwc-rose-controls button:disabled { opacity: .4; cursor: not-allowed; }

.rwc-rose-controls input.rwc-rose-input {
    width: 52px;
    height: 38px;
    min-height: 38px;
    border: 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 0 4px;
    box-shadow: none;
    appearance: textfield;
    -moz-appearance: textfield;
}

.rwc-rose-controls input.rwc-rose-input::-webkit-outer-spin-button,
.rwc-rose-controls input.rwc-rose-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.rwc-rose-price {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
}

.rwc-live-price {
    margin-left: 4px;
    font-size: 17px;
    font-weight: 600;
}

/* Makes the normal WooCommerce quantity + Add to cart controls compact too. */
.single-product form.cart .quantity .qty {
    width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 6px !important;
    font-size: 15px !important;
    text-align: center;
}

.single-product form.cart .single_add_to_cart_button {
    min-height: 52px !important;
    height: 52px !important;
    padding: 0 28px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    border-radius: 8px !important;
}

@media (max-width: 480px) {
    .rwc-rose-picker {
        padding: 13px;
        max-width: 100%;
    }

    .single-product form.cart .single_add_to_cart_button {
        padding: 0 18px !important;
    }
}
