.waiver-wrapper {
    max-width: 900px;
    margin: auto;
}

.card {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 12px;
}

button {
    padding: 10px 20px;
    margin: 5px;
}

.hidden {
    display: none;
}

/* SIGNATURE MODAL */
.signature-modal {
    position: fixed;
    inset: 0;
    display: none;
    background: rgba(0,0,0,.6);
    align-items: center;
    justify-content: center;
}
.signature-modal.show {
    display: flex;
}
.signature-box {
    background: #fff;
    padding: 20px;
}
/* Waiver styles */