*[data-theme-key="payment-wizard:name=[payment-timeout-dialog];step=[payment];type=[credit-card];"] {
    font-size: 3rem; background-color: blue !important; overflow-wrap: break-word;
}

*[data-theme-key="payment-wizard:name=[payment-timeout-alert];step=[payment];type=[credit-card];"] {
    color: blue !important;
    background-color: yellow !important;
} 

.card[data-theme-key="form-card-container:formName=[Submit Form]"] {
    /* Replace with your image URL */
    background-image: url('https://testawardsstorage.azureedge.net/qa3-public/2_Submit_CSS_Image.jpg'); 
    background-size: cover;        /* Ensures image covers the whole card */
    background-position: center;   /* Centers the image */
    background-repeat: no-repeat;  /* Prevents tiling */
    
    /* Optional: Improves text readability if the image is dark/light */
}