/* Agreement Mode Button Fixes */
.mode-btn {
    background: white;
    border: none;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-family: inherit;
    display: block;
}

.mode-btn:hover {
    transform: translateY(-4px);
}

.mode-btn h3,
.mode-btn p {
    pointer-events: none; /* Ensure clicks go to button, not children */
}

.mode-btn .mode-icon {
    pointer-events: none;
}
