.geo-redirect-selector {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.geo-redirect-toggle {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: background 0.3s;
}

.geo-redirect-toggle:hover {
    background: #005177;
}

.geo-redirect-dropdown {
    position: absolute;
    bottom: 50px;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    min-width: 250px;
}

.geo-redirect-dropdown p {
    margin: 0 0 10px 0;
    font-weight: bold;
}

.geo-redirect-dropdown select {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.geo-redirect-apply {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
}

.geo-redirect-apply:hover {
    background: #005177;
}