1. button {
    2. font: inherit !important;
    3. margin: 0 !important;
    4. padding: 0 !important;
    5. background: none !important;
    6. line-height: unset !important;
    7. text-align: inherit !important;
    8. width: unset !important;
    9. color: inherit !important;
    10. position: unset !important;
    11. box-sizing: inherit !important;
    12. border: unset !important;
    13. min-height: unset !important;
    14. }
    15. button::after {
    16. display: none;
    17. }