.confirmation-wrapper {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
    max-width: 800px;
    margin: 40px auto;
}

.confirmation-wrapper h1 {
    color: #ff5c35;
    font-size: 28px;
    margin-bottom: 10px;
}

.confirmation-wrapper h2 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #333;
}

.confirmation-wrapper p {
    font-size: 16px;
    margin-bottom: 12px;
    color: #444;
}

.confirmation-wrapper strong {
    color: #000;
}

.confirmation-wrapper button {
    background-color: green;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}

.confirmation-wrapper button:hover {
    background-color: #12b81d;
}

.confirmation-wrapper a {
    display: inline-block;
    margin-top: 20px;
    color: #ff5c35;
    text-decoration: none;
    font-weight: bold;
}

.confirmation-wrapper a:hover {
    text-decoration: underline;
}

.confirmation-wrapper #small_map {
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}

.confirmation-note {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
    font-style: italic;
}
