#mn-askforoffer-form .step {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
}

#mn-askforoffer-form .step.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.d-none {
    display: none !important;
}

#product-search-results.mn-search-results {
    display: none;
    position: relative;
    z-index: 10;
    width: 100%;
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
    margin-top: 4px;
    margin-bottom: 8px;
}

.mn-search-results .list-group-item {
    cursor: pointer;
    padding: 8px 12px;
    font-size: 0.9em;
    border-left: none;
    border-right: none;
}

.mn-search-results .list-group-item:hover {
    background-color: #f0f4ff;
}

.mn-offer-item-separator {
    border-top: 1px solid #e8e8e8;
    margin: 0.75rem 0;
}

#product-search-input + .mn-search-results {
    margin-top: 2px;
}