/* Swappa Items Block — keep original class names for frontend compatibility */

.swappa-items-block .cell_product {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    padding: 0.75rem;
    background: #fff;
    transition: box-shadow 0.2s ease;
}

.swappa-items-block .cell_product:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.swappa-items-block a.image {
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
}

.swappa-items-block img.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.swappa-items-block a.title {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e1e1e;
    text-decoration: none;
    margin-bottom: 0.4rem;
    line-height: 1.3;
}

.swappa-items-block a.title:hover {
    color: #009a44;
}

.swappa-items-block .cell_footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 0.4rem;
    margin-top: 0.4rem;
}

.swappa-items-block a.price {
    font-size: 1rem;
    font-weight: 700;
    color: #009a44;
    text-decoration: none;
}

.swappa-items-block a.price:hover {
    color: #007a35;
}

/* Editor: product search list */
.swappa-product-link {
    display: block;
    padding: 4px 0;
    color: #009a44;
    font-size: 0.85rem;
    text-decoration: none;
    cursor: pointer;
}

.swappa-product-link:hover {
    text-decoration: underline;
}
