.ld-form-wrapper.new-design {
    display: flex;
    align-items: center;
    margin: 0;
}

button#ld999-button {
    border-radius: 99px;
    width: 100%;
}

.ld-form-content {
    width: 92%;
    max-width: 420px;
    background: transparent;     
    border-radius: 32px;
    text-align: center;
}

.ld-form-content h1 {
    color: #fff;
    font-size: 22px !important;
    font-weight: 900;
    margin: 0 0 8px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

.ld-form-content p {
    color: #fff;
    font-size:16px;
    font-weight: 600;
}

/* Ô input */
.ld-form input, .ld-form select {
    width: 100%;
/*     padding: 18px 22px; */
    margin: 12px 0;
    border-radius: 16px;
    border: 2px solid rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.25);
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
}

.ld-form input::placeholder, .ld-form select {
    color: rgba(255,255,255,0.8);
}

.ld-form input:focus, .ld-form select:focus {
    outline: none;
    background: rgba(255, 150, 150, 0.5);
    border-color: #fff;
}

/* Nút button bằng đúng ô input */
.raffle-button {
    width: 100% !important;    /* khoảng cách giống input */
    background: #fff !important;
    color: #e74c3c;
    border: none;
    border-radius: 16px;                /* ← cùng bo góc 16px như input */
    font-size: 18px;                    /* chữ nhỏ lại cho giống input */
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    transition: all 0.3s;
}

.raffle-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

/* Phần còn lại giữ nguyên */
#ld-number-display {
    margin: 30px 0;
    font-size: clamp(80px, 22vw, 140px);
    color: #fff;
    font-weight: 900;
}

html, body {
    overflow-x: hidden;
    height: 100dvh;
    margin: 0;
    background: #fea8a8;
}
