.mpt-pwa-install-wrapper{

text-align:center;

margin:20px auto;

}

.mpt-install-button{

display:none;

background:#cc0000;

color:#fff;

padding:16px 40px;

border:none;

border-radius:10px;

font-size:20px;

font-weight:700;

cursor:pointer;

transition:.25s;

box-shadow:0 6px 18px rgba(0,0,0,.25);

}

.mpt-install-button:hover{

background:#ff0000;

transform:translateY(-2px);

}

.mpt-install-button:active{

transform:scale(.98);

}

@media(max-width:768px){

.mpt-install-button{

width:100%;

}

}