.filter-toggle-button {
    background: #ea9345;
    color: white;
    display: block;
    border: 1px solid #ea9345;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.1em;
}