.vollstart-geo-badge {
    display: inline-block;
    margin: 0 0 1em;
    padding: 4px 10px;
    border-radius: 3px;
    background: #f0f6fc;
    border: 1px solid #cfe3f5;
    font-size: 0.9em;
    line-height: 1.5;
}

.vollstart-geo-review-row td {
    font-size: 0.95em;
}

.vollstart-geo-review-row.vollstart-geo-changed td {
    font-weight: 600;
    background: #fff8e5;
    box-shadow: inset 3px 0 0 #dba617;
}

.vollstart-geo-prompt {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 12px 16px;
    background: #1e1e1e;
    color: #fff;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.18);
}

.vollstart-geo-prompt-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1100px;
    margin: 0 auto;
}

.vollstart-geo-prompt-label {
    font-size: 0.95em;
}

.vollstart-geo-prompt select {
    max-width: 260px;
    padding: 4px 6px;
}

.vollstart-geo-prompt-dismiss {
    background: none;
    border: 0;
    color: inherit;
    font-size: 1.4em;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
    opacity: 0.7;
}

.vollstart-geo-prompt-dismiss:hover,
.vollstart-geo-prompt-dismiss:focus {
    opacity: 1;
}

.vollstart-geo-prompt-notice {
    margin: 6px 0 0;
    text-align: center;
    font-size: 0.8em;
    opacity: 0.75;
}

.vollstart-geo-switcher {
    margin: 1em 0;
}

.vollstart-geo-switcher label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.vollstart-geo-switcher select:disabled {
    opacity: 0.6;
}

.vollstart-geo-switcher-notice {
    margin: 6px 0 0;
    font-size: 0.85em;
    opacity: 0.8;
}
