/* Remove Neve card styling if needed */
.nv-posts-wrapper, .nv-card {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Search list zebra */
.brian-search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.brian-search-item {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.brian-search-item {
    display: block;
    width: 100%;
}


.brian-search-item:nth-child(odd) {
    background: #f9f9f9 !important;
}

.brian-search-item:nth-child(even) {
    background: #ffffff !important;
}

.brian-search-item-title a {
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    color: #333;
}

.brian-search-item-title a:hover {
    text-decoration: underline;
}

.brian-search-item-excerpt {
    margin-top: 10px;
    color: #555;
}

/* Product heading override */
.h2-product {
    color: var(--nv-primary-accent) !important;
}

hr {
    border: 0;
    border-top: 2px dashed #ccc;
    margin: 30px 0;
}