.new-items-hero {
    padding: 2rem 0;
    text-align: center;
    background: linear-gradient(135deg, #fef0f0 0%, #eff6ff 100%);
    border-bottom: 1px solid #e5e5e5;
}

.new-items-eyebrow {
    color: #ef4850;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.new-items-hero h1 {
    margin: 0.35rem 0;
    color: #1a1a1a;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
}

.new-items-hero p,
.new-items-results {
    color: #737373;
    font-size: 0.875rem;
}

.new-items-content {
    min-height: 60vh;
}

.new-items-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
}

.new-items-search {
    position: relative;
    flex: 1;
}

.new-items-search svg {
    position: absolute;
    top: 50%;
    left: 0.875rem;
    color: #a3a3a3;
    transform: translateY(-50%);
}

.new-items-search input {
    width: 100%;
    padding: 0.625rem 0.875rem 0.625rem 2.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 9999px;
    outline: none;
    font: inherit;
    font-size: 0.8125rem;
}

.new-items-search input:focus {
    border-color: #ef4850;
    box-shadow: 0 0 0 3px rgba(239, 72, 80, 0.08);
}

.new-items-results {
    margin-bottom: 1rem;
}

.new-item-badge {
    background: #eff6ff;
    color: #2c99d4;
}

@media (max-width: 640px) {
    .new-items-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .new-items-toolbar .sort-select {
        width: 100%;
    }
}
