#ae-exam {
    max-width: 800px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

#ae-exam .ae-exam-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 14px;
}

#ae-exam .ae-main-menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 6px;
    padding: 8px 14px;
    background: #1f2d3d;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

#ae-exam .ae-logout-link {
    background: #2f80c0;
}

#ae-exam .question {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

#ae-exam p {
    font-weight: bold;
    margin-bottom: 10px;
}

#ae-exam label {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}

#ae-exam textarea {
    width: 100%;
    min-height: 80px;
    padding: 8px;
    resize: vertical;
}

#ae-submit {
    padding: 10px 20px;
    border: none;
    background: #0073aa;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

#ae-submit:hover {
    background: #005f8d;
}
#ae-exam .ae-exam-timer {
    position: sticky;
    top: 0;
    z-index: 10;
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #1f2d3d;
    color: #fff;
    font-weight: 800;
}

.ae-exam-final {
    min-height: 560px;
    display: grid;
    place-items: center;
    padding: 42px 22px;
    background:
        linear-gradient(180deg, rgba(8, 20, 38, .18), rgba(8, 20, 38, .78)),
        url("https://certificacion.cmop.mx/wp-content/uploads/2026/05/Tile_cert.png") center/cover no-repeat;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.ae-exam-final div {
    max-width: 760px;
}

.ae-exam-final h1 {
    margin: 0 0 14px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1;
}

.ae-exam-final p {
    margin: 0 auto 24px;
    max-width: 620px;
    font-size: 20px;
    line-height: 1.45;
}

.ae-exam-final a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 8px;
    padding: 10px 18px;
    background: #2f80c0;
    color: #fff;
    text-decoration: none;
    font-weight: 850;
}

.ae-exam-final-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.ae-paused-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(10, 18, 28, .86);
    color: #fff;
    text-align: center;
}

.ae-paused-overlay div {
    max-width: 680px;
}

.ae-paused-overlay h1 {
    margin: 0 0 12px;
    font-size: clamp(34px, 5vw, 58px);
}

.ae-paused-overlay p {
    margin: 0;
    font-size: 20px;
    line-height: 1.45;
}
