/*
Here we can add any customization required for italian language
using .lang-es followed by elements which you want to customize.

For e.g
.lang-it .button {
    background: red !important;
}
*/
.lang-it .screen .action-button {
    display: inline-block;
    margin-bottom: 10px;
}
