/* Opzionati and Wishlist Shared Styles */

.opzionati-container,
.wishlist-container {
    padding-bottom: 100px;
}

.btn-back-store {
    text-decoration: none;
    color: #666;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.btn-back-store:hover {
    color: #000;
}

.btn-remove-from-quote {
    background: transparent;
    border: 1px solid #ddd;
    color: #666;
    transition: all 0.3s;
}

.btn-remove-from-quote:hover {
    background: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.btn-request-quote {
    min-width: 300px;
    font-weight: bold;
    letter-spacing: 1px;
}