
.prophetic-training-wrapper {
    max-width: 700px;
    margin: auto;
    background: #fffdf6;
    padding: 20px;
    border: 2px solid #e2d6b8;
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
}
.prophetic-training-wrapper h2 {
    text-align: center;
    color: #8b6f47;
}
.training-day {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #d6c7aa;
    border-radius: 8px;
    background: #fdfaf2;
}
.training-day.completed {
    background: #e3f7d1;
}
textarea {
    width: 100%;
    height: 100px;
    margin: 10px 0;
}
button {
    background-color: #8b6f47;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button:hover {
    background-color: #6c5436;
}
#game-select {
    padding: 10px;
    margin-top: 10px;
}
