.seller-store-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.85rem;
    border-bottom: 1px solid #d6dde6;
}

.seller-store-nav .nav-tabs-profile {
    flex: 1 1 auto;
    min-width: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.seller-store-search {
    display: flex;
    align-items: center;
    flex: 0 0 22rem;
    max-width: 100%;
    height: 3.15rem;
    margin: 0 0 0.65rem;
    border: 2px solid #0b7890;
    border-radius: 0.35rem;
    background: #fff;
    overflow: hidden;
}

.seller-store-search:focus-within {
    border-color: #ffcb2c;
    box-shadow: 0 0 0 0.18rem rgba(255, 203, 44, 0.3);
}

.seller-store-search > .icon-search {
    flex: 0 0 auto;
    margin-left: 0.75rem;
    color: #637083;
    font-size: 1.15rem;
}

.seller-store-search input {
    min-width: 0;
    flex: 1 1 auto;
    height: 100%;
    border: 0;
    background: transparent;
    color: #132f54;
    font-size: 0.95rem;
    outline: 0;
    padding: 0 0.65rem;
}

.seller-store-search input::placeholder {
    color: #68788c;
    opacity: 1;
}

.seller-store-search-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.4rem;
    height: 100%;
    color: #637083;
    text-decoration: none !important;
}

.seller-store-search-clear:hover,
.seller-store-search-clear:focus {
    color: #0b4d9a;
}

.seller-store-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.4rem;
    align-self: stretch;
    border: 0;
    background: #ffcb2c;
    color: #102f57;
    font-size: 1.3rem;
}

.seller-store-search button:hover,
.seller-store-search button:focus {
    background: #ffd84f;
}

@media (max-width: 1199px) {
    .seller-store-nav {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
        padding-bottom: 0.85rem;
    }

    .seller-store-search {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .seller-store-nav {
        align-items: stretch;
    }

    .seller-store-search {
        height: 3rem;
    }
}
