/* ==========================================================================
   Hopmans Sync Frontend Styles - Bedankpagina
   ========================================================================== */

.hopmans-bedankpagina {
    padding: 80px 20px;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hopmans-bedankpagina-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.hopmans-bedankpagina-titel {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333 !important;
}

.hopmans-bedankpagina-tekst {
    font-size: 1.1em;
    line-height: 1.7;
    color: #555;
}

.hopmans-bedankpagina-tekst p:last-child {
    margin-bottom: 0;
}
