﻿/* wwwroot/css/site.css */
/* Add to existing file or create new rental.css */

/* Signature pad styling */
.signature-pad {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

    .signature-pad canvas {
        width: 100%;
        height: 200px;
        touch-action: none;
    }

/* Form styling */
.tab-pane {
    padding: 20px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0 0 4px 4px;
}

.nav-tabs .nav-link {
    font-weight: 500;
}

/* Utility checkboxes */
.utility-checkbox:checked + label {
    color: #0d6efd;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .signature-pad {
        margin-bottom: 20px;
    }

    .agreement-preview {
        margin-top: 20px;
    }
}
