.tvpg-switcher-wrap {
    margin: 1.5rem 0 1.75rem;
}

.tvpg-switcher {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    background: #f7f8fa;
    box-sizing: border-box;
    width: 100%;
}

.tvpg-label {
    font-weight: 600;
    white-space: nowrap;
}

.tvpg-label--lead {
    margin-right: 0.1rem;
}

.tvpg-select {
    min-width: 10rem;
    max-width: 100%;
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    border: 1px solid rgba(0, 0, 0, 0.18);
    background: #ffffff;
    box-sizing: border-box;
}

.tvpg-go-button {
    border: 0;
    border-radius: 999px;
    padding: 0.65rem 1rem;
    min-width: 3.5rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 782px) {
    .tvpg-switcher {
        flex-wrap: wrap;
        border-radius: 1rem;
    }

    .tvpg-select {
        min-width: 0;
        flex: 1 1 12rem;
    }

    .tvpg-go-button {
        flex: 0 0 auto;
    }
}
