.success-card {
    width: 90%;
    padding: 40px 30px;
    text-align: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.success-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9E663D !important;
    color: white;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
}

.success-card h4 {
    margin: 0 0 10px;
    color: #222;
}

.success-card p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}