.productattr-card {
    margin: 20px 10px;
    padding: 10px;
    width: 250px;
    flex-shrink: 0;
    flex-grow: 0;
}

.productattr-card-text {
    color: white;
    text-decoration: none;
}

.productattr-card a {
    text-decoration: none; /* Remove underline from the link */
    color: inherit; /* Inherit color from parent to avoid default link color */
}

.productattr-card a:hover {
    text-decoration: none; /* Ensure underline is not added on hover */
}