
.taw-form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}

.taw-header{text-align:center;margin-bottom:25px;}
.taw-header img{max-width:180px;height:auto;margin-bottom:10px;}
.taw-header h2{color:#005a87;margin:5px 0;}
.taw-section{
 margin:20px 0;padding:20px;border:1px solid #e5e5e5;
 border-radius:8px;background:#fafafa;
}
.taw-section h3{margin-top:0;color:#005a87;}
.taw-grid{
 display:grid;
 grid-template-columns:1fr 1fr;
 gap:15px;
}
.taw-field label{
 display:block;font-weight:600;margin-bottom:6px;
}
.taw-field input{
 width:100%;padding:12px;border:1px solid #ccc;
 border-radius:6px;box-sizing:border-box;
}
.taw-waiver-box{
 height:320px;overflow-y:auto;background:#fff;
 border:1px solid #ccc;padding:15px;line-height:1.7;
 border-radius:6px;
}
#sig {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 120px;
    border: 2px solid #666;
    border-radius: 6px;
    background: #fff;
    touch-action: none;
    box-sizing: border-box;
}

.taw-actions{text-align:center;margin-top:20px;}
.taw-btn{
 background:#005a87;color:white;border:none;
 padding:14px 30px;border-radius:8px;
 font-size:16px;font-weight:bold;cursor:pointer;
}
.taw-btn:hover{opacity:.9;}
.taw-clear{
 background:#777;margin-right:10px;
}
@media (max-width: 168px) {

    .taw-form {
        padding: 10px;
    }

    #sig {
        height: 100px;
    }

}
