.agp-thank-you-header { 
    margin-bottom: 2.5rem; 
    text-align: center; 
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
    box-sizing: border-box;
}
.agp-thank-you-check { 
    display: flex; 
    justify-content: center; 
    margin-bottom: 1.5rem; 
}
.agp-thank-you-check svg { 
    display: block; 
}
.agp-thank-you-title { 
    font-size: 38px; 
    font-weight: 700; 
    color: #212121; 
    margin: 0 0 0.5rem; 
    line-height: 1.2; 
}
.agp-thank-you-subtitle { 
    font-size: 17px; 
    font-weight: 400; 
    color: #6C757D; 
    margin: 0; 
}
