/* Brand Button Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
.avatar {
    --button-border: 1px solid #000;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.8);
}

/* Download */
.button-download {
    --button-text: #ffffff;
    --button-background: #6D1C1C;
}

/* Thai Font */
.button-thai-font {
    --button-text: #ffffff;
    --button-background: #383838;
}

/* ภาษาไทยเกมหลัก */
.button-THLanguage {
    --button-text: #ffffff;
    --button-background: #383838;
}

/* ม็อดมายคราฟ */
.button-ม็อดมายคราฟ {
    --button-text: #ffffff;
    --button-background: #217d0d;
}

/* Email-2 */
.button-email-2 {
    --button-text: #ffffff;
    --button-background: #115ad0;
}

/* Planet Coaster */
.button-planet-coaster {
    --button-text: #ffffff;
    --button-background: #1767c4;
}

/* Crysis 2 Remastered */
.button-crysis-2-remastered {
    --button-text: #2d2a2a;
    --button-background: #9ba6b1;
}

/* Hytale */
.button-hytale {
    --button-text: #ffffff;
    background-image: linear-gradient(90deg, #272f57, #71a5d2, #534196);
}

/* release */
.button-release {
    --button-text: #ffffff;
    --button-background: #0a8f00;
}

/* pre-release */
.button-pre-release {
    --button-text: #ffffff;
    --button-background: #996900;
}

/* วิธีลบลงใหม่ */
.button-วิธีลบลงใหม่ {
    --button-text: #ffffff;
    --button-background: #f52424;
}

/* ไทยฟอนต์ */
.button-ไทยฟอนต์ {
    --button-text: #ffffff;
    --button-background: #541b0d;
    --button-border: 1px solid #FFFFFF;
}