
.mapa-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.mapa-form h2 {
    color: #6a1b9a;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.mapa-form input[type="text"],
.mapa-form input[type="date"],
.mapa-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.mapa-form button {
    background-color: #9966CC;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    margin: 5px 0;
    transition: background-color 0.3s ease;
}

.mapa-form button:hover {
    background-color: #7a4ca8;
}

.ritual-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #6a1b9a;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 10px;
    transition: all 0.3s ease;
}
.ritual-button:hover {
    background-color: #4a148c;
}

.restart-button {
    display: inline-block;
    padding: 8px 18px;
    background-color: #9966CC;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}
.restart-button:hover {
    background-color: #7a4ca8;
}
