/* 1. ลบชื่อและโลโก้ช้างด้านบน */
.logo__wordmark, .logo svg {
    display: none !important;
}

/* 2. บังคับแสดงรูปที่เราอัปโหลดให้เด่น */
.logo img {
    display: block !important;
    height: 35px !important;
    width: auto !important;
}

/* 3. ลบคำว่า Mastodon ในหน้า Login และหน้าแรก */
.hero__contents__logo svg, .introduction__text b {
    display: none !important;
}

/* 4. เปลี่ยนชื่อปุ่มหรือข้อความที่เขียนว่า Mastodon */
.p-name, .column-header__title {
    visibility: hidden;
}
.p-name:after, .column-header__title:after {
    content: 'Sianhoon'; /* เปลี่ยนชื่อระบบเป็นชื่อเว็บพี่ */
    visibility: visible;
    display: block;
}


