
.alaska-mobile-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #001f3f;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    font-family: 'Segoe UI', sans-serif;
}

.alaska-mobile-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffcc00;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 4px;
}

.alaska-mobile-btn span {
    font-size: 12px;
    margin-top: 2px;
}

.alaska-mobile-btn:hover {
    color: #ffffff;
}

@media screen and (min-width: 769px) {
    .alaska-mobile-footer-bar {
        display: none !important;
    }
}
