/* ECCV Checklist Styles */
.eccv-checklist {
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #f9f9f9;
}

.eccv-checklist h2 {
    margin-top: 0;
}

.eccv-checklist .checklist-item {
    padding: 15px;
    border-top: 1px solid #eee;
}

.eccv-checklist .checklist-item.time-warning {
    background: #fffbe6;
}

.eccv-checklist .checklist-status {
    margin-top: 10px;
    font-weight: bold;
}

.eccv-checklist input[type="text"],
.eccv-checklist input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}

.eccv-checklist #eccv-show-change-email {
    margin-left: 10px;
}

/* Status Messages */
.eccv-error,
.checklist-status.eccv-error {
    color: red;
}

.eccv-info,
.checklist-status.eccv-info {
    color: blue;
}

.eccv-success,
.checklist-status.eccv-success {
    color: green;
}

.eccv-success-message {
    color: green;
    font-weight: bold;
}

/* New Style for Disabled Navigation */
.eccv-nav-disabled {
    pointer-events: none !important;
    opacity: 0.6 !important;
    cursor: not-allowed !important;
}