Is there a way to make an inline block fill the entire width without using !important in AMP? I have tried making all fields fit the whole width but it's not working. How can I achieve this without resorting to !important? Below is the code I am currently using:
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<script async custom-element="amp-autocomplete" src="https://www.cdn.ampproject.org/v0/amp-autocomplete-0.1.js"></script>
<script async src="https://www.cdn.ampproject.org/v0.js"></script>
<style>
// CSS styles omitted for brevity
</style>
</head>
<body>
// HTML structure and form elements omitted for brevity
</body>
</html>
To view the site, click on the following link: