/* ==========================================================
   MYJAT Button System
========================================================== */

.myjat-btn{
width:150px;
height:36px;
display:inline-flex;
align-items:center;
justify-content:center;
gap: 10px;;
padding:12px 22px;
border:5px;
border-radius: var(--myjat-radius-1);;
text-decoration:none;
cursor:pointer;
user-select:none;
white-space:nowrap;
}

/*==================================================
MYJAT PREMIUM BUTTONS
==================================================*/
.myjat-btn:hover{
transform:translateY(-5px);
background: #f57c00;
color: white;

}

