.subscription-form h3 {
	background: inherit;
	color: currentColor;
}
.subscription-form .hs-input {
    max-width: 300px !important; 
    width: 100% !important; 
    box-sizing: border-box !important;
}
    max-width: 300px !important; 
    width: 100% !important; 
    box-sizing: border-box !important;
    
    /* You may also need to adjust the height if the input box is too tall */
    height: 40px !important; /* Adjust this value (e.g., 35px-45px) */
    padding: 8px 10px !important; /* Adjust internal padding */
}