#geo-alert {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 1rem;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9999;

    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

#geo-alert button {
    margin-left: 10px;
    padding: 6px 12px;
    border: none;
    background-color: #0073aa;
    color: white;
    cursor: pointer;
    border-radius: 4px;
}

#geo-alert button:hover {
    background-color: #005077;
}
