/**
 * Junior Legends Waiver CSS
 * 
 * Save this file to: assets/css/junior-legends-waiver.css
 */

/* Waiver Modal */
.waiver-modal-content {
    max-width: 800px;
    width: 90%;
}

.waiver-content {
    margin-bottom: 20px;
    max-height: 500px;
    overflow-y: auto;
}

.waiver-content iframe {
    border: 1px solid #ddd;
}

/* Waiver checkbox */
#waiver_acceptance {
    margin-right: 8px;
}

/* Waiver link */
a.waiver-link {
    color: #3498db;
    text-decoration: underline;
}

a.waiver-link:hover {
    color: #2980b9;
}

/* Button styles */
.accept-waiver {
    background-color: #4CAF50 !important;
    color: white !important;
    border: none !important;
}

.accept-waiver:hover {
    background-color: #45a049 !important;
}