.version-wrapper {
    text-align: center;
    margin-top: 12px;
}

.version-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #555;
    background: #f1f3f5;
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 600;
}

.version-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #38a169;
    box-shadow: 0 0 0 4px rgba(56, 161, 105, 0.1);
}
