/* Styles Frontend Bulb Web-to-Print */

.wtp-cart-form {
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.wtp-form-group {
    margin-bottom: 20px;
}

.wtp-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.wtp-input, .wtp-radio-group {
    width: 100%;
    max-width: 400px;
}

.wtp-input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wtp-radio-group label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}

.wtp-file-upload {
    padding: 15px;
    background: #f4f8fa;
    border: 2px dashed #b9d4e5;
    border-radius: 6px;
}

.wtp-pricing-summary {
    background: #2c3e50;
    color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin: 25px 0;
}

.wtp-price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.wtp-total-row {
    font-size: 22px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 10px;
    margin-top: 10px;
}

.wtp-total-ttc {
    font-size: 14px;
    color: #bdc3c7;
}

.single_add_to_cart_button {
    width: 100%;
    padding: 15px !important;
    font-size: 18px !important;
    background: #27ae60 !important;
}
.single_add_to_cart_button:hover {
    background: #219653 !important;
}
