/* ================================
   Mind Games Trivia Replay Styles
   ================================ */

.mgt-replay-box {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 25px;
    margin: 25px 0;
    border-radius: 8px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.mgt-replay-box h1,
.mgt-replay-box h2 {
    margin-top: 0;
}

.mgt-replay-box p {
    font-size: 16px;
    line-height: 1.5;
}

.mgt-replay-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px 0;
    border-radius: 6px;
}

/* Recap table */
.mgt-recap-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.mgt-recap-table th,
.mgt-recap-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.mgt-recap-table th {
    background: #f4f4f4;
    font-weight: bold;
}

/* Mobile tweaks */
@media (max-width: 600px) {

    .mgt-replay-box {
        padding: 18px;
    }

    .mgt-recap-table th,
    .mgt-recap-table td {
        font-size: 14px;
        padding: 8px;
    }
.mgt-replay-list a {
    color: #0055aa !important;
    font-weight: 600;
    text-decoration: underline;
}
.mgt-replay-list a:hover {
    color: #e0131a !important;
}
}
