
.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000; /* culoare text neagră */
    background-color: transparent !important; /* fără fundal albastru */
    padding: 0;
    border: none;
    box-shadow: none;
}

.price-tag {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000; /* text negru */
    background-color: transparent !important;
    border: none;
    box-shadow: none;
}
