    .rounded-l-lg {
        border-right: none;
    }
    .flex .rounded-r-lg {
        border-left: none;
    }
    .flex .rounded-r-lg:focus {
        border-left: none;
        box-shadow: none;
    }
    .flex .rounded-r-lg:focus + .rounded-l-lg,
    .flex .rounded-r-lg:focus ~ .rounded-l-lg {
        border-left-color: var(--brand-primary);
    }
