/* ===== Mobile Footer ===== */
.hjm_mobile_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6%;
    z-index: 9999;
}

.hjm_item {
    width: 25%;
    text-align: center;
    font-size: 14px;
    color: #7e7e7e;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hjm_item img {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
}

.hjm_cta img {
    width: 28px;
    height: 28px;
}

.hjm_cta span {
    color: #2563eb; /* สีส้มหลัก */
    font-weight: 500;
}

/* ===== Hide on Desktop ===== */
@media (min-width: 1200px) {
    .hjm_mobile_footer {
        display: none;
    }
}
