button[data-type="industrial"] {
    background-color: #f1c40f;
    color: white;
    border: 1px solid rgba(0,0,0,0.2);
}
button[data-type="industrial"]:hover {
    filter: brightness(0.85);
}