.eap-box {
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* remove any parent background issues */
.eap-box * {
    background: transparent;
}

/* Fix input (so it still looks visible) */
.eap-box input {
    background: #f5f5f5 !important;
    color: #000 !important;
    border: 1px solid #ccc;
    padding: 14px;
    border-radius: 10px;
}

/* Button */
.eap-box button {
    background: orange !important;
    color: black;
    padding: 14px 24px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

/* Text */
.eap-box p {
    color: #666;
}