.npss-wrap {
    width: 100%;
}

.npss-form {
    margin-bottom: 12px;
}

.npss-row {
    width: 100%;
}

.npss-query-wrap {
    position: relative;
    width: 100%;
    border-radius: 999px;
}

.npss-query,
.npss-pincode,
.npss-submit {
    height: 48px;
    border-radius: 999px !important;
    border: 1px solid #d0d7de !important;
    border-style: solid !important;
    font-size: 14px;
}

.npss-query,
.npss-pincode {
    padding: 0 48px 0 16px;
    background: #fff;
    width: 100%;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.npss-query:focus {
    border-color: #0d7a2f !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(13, 122, 47, 0.12);
}

.npss-submit {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 0;
    background: #0d7a2f;
    padding: 0;
    cursor: pointer;
}

.npss-submit::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: 9px;
    left: 9px;
}

.npss-submit::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transform: rotate(45deg);
    top: 20px;
    left: 19px;
}

.npss-submit:hover {
    background: #0b6a28;
}

.npss-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.npss-loading,
.npss-empty {
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    color: #4b5563;
}

.npss-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}

.npss-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.npss-image {
    display: block;
    padding: 10px;
}

.npss-image img {
    width: 100%;
    height: auto;
    display: block;
}

.npss-meta {
    padding: 0 10px 12px;
}

.npss-vendor {
    color: #0d7a2f;
    font-size: 12px;
    margin-bottom: 4px;
}

.npss-title {
    font-size: 14px;
    margin: 0 0 6px;
    line-height: 1.4;
}

.npss-title a {
    text-decoration: none;
    color: #111827;
}

.npss-price {
    font-size: 13px;
}

@media (max-width: 768px) {
    .npss-row {
        grid-template-columns: 1fr;
    }
}
