.kummy-signature-wrapper{
    display:block;
    width:100%;
    clear:both;
    margin:15px 0;
    padding:14px;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:12px;
    box-sizing:border-box;
}

.kummy-signature-label{
    display:block;
    font-size:15px;
    font-weight:700;
    color:#555;
    margin-bottom:8px;
}

.kummy-signature-text{
    font-size:13px;
    line-height:1.5;
    color:#666;
    margin-bottom:12px;
}

.kummy-signature-pad-box{
    width:100%;
    height:150px;
    border:2px dashed #d9d9d9;
    border-radius:10px;
    background:#fff;
    overflow:hidden;
}

#kummy-signature-pad{
    display:block;
    width:100%;
    height:150px;
    cursor:crosshair;
    touch-action:none;
}

.kummy-signature-actions{
    margin-top:10px;
}

.kummy-clear-signature{
    border:none;
    background:#f04f64;
    color:#fff;
    padding:8px 14px;
    border-radius:8px;
    cursor:pointer;
    font-size:13px;
    font-weight:600;
}

.submit_booking_front_wrapper,
#submit_booking_front_instant_wrap,
.third-form-wrapper,
.prop_social{
    clear:both;
}

#submit_booking_front_instant.kct-booking-disabled,
#submit_booking_front.kct-booking-disabled,
#submit_booking_front_instant:disabled,
#submit_booking_front:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

/* =========================================
   FIRMA EN MY BOOKINGS
========================================= */

.kct-signature-header {
    text-align: center !important;
}

.kct-signature-column {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.kct-booking-signature-box {
    width: 100%;
    max-width: 110px;
    height: 60px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}

.kct-booking-signature-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.kct-no-signature {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #888;
}