.nx-context-selectors {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    margin-inline-end: 0.75rem;
}

.nx-context-select {
    appearance: none;
    background-color: #f9fafb;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.4rem center;
    background-size: 1.1rem;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0 0 1px rgb(3 7 18 / 0.1);
    color: #030712;
    cursor: pointer;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    max-width: 10.5rem;
    min-width: 7.5rem;
    padding: 0.35rem 1.6rem 0.35rem 0.65rem;
    transition: box-shadow 0.15s ease;
}

.nx-context-select:focus {
    box-shadow: 0 0 0 2px #d97706;
    outline: none;
}

.nx-context-select:hover {
    box-shadow: 0 0 0 1px rgb(3 7 18 / 0.2);
}

.dark .nx-context-select {
    background-color: rgb(255 255 255 / 0.05);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    box-shadow: 0 0 0 1px rgb(255 255 255 / 0.2);
    color: #fff;
}

@media (max-width: 1023px) {
    .nx-context-selectors {
        display: none;
    }
}
