/* .card-v2{
    display: inline-block;
    padding: .5rem;
    text-decoration: none;
    border-radius: 10px;
     transition: 200ms border;
     border:2px solid rgba(0,0,0,0);
     box-shadow: 0 2px 0.375rem 0 rgba(37,51,66,.2);
     margin: .5rem;
     color: var(--text-color);
     background-color: var( --card-bg-color);
     flex-basis: 100%;
}

.card-v2:hover{
    border: 2px solid var(--border-color);
}
.card-v2-body {
    width: 100%;
    height: 11.625rem;
    display: inline;
    margin: auto;
    object-fit: contain;
}
.card-v2-footer p {
     color: #253342;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
} */
/* .card-v2-price-table{
     display:table;
    width:100%;
     table-layout:fixed;
    margin: 10px;
    margin-top: 4rem;
    text-align: center;
} */
/* .card-v2-price-table tr:nth-child(2){
    font-weight: 900;
    font-size: 1.2rem;
}  */
/* .card-v2-price-table div {
    display: table-cell;
    text-align: center;
    word-wrap: unset;
}
.card-v2-price-table *:not(.card-v2-symbol){
    width: 100%;
    font-weight: 700;
    font-size: 1.3rem;
} */
/* .card-v2-symbol{
   line-height: .5rem;
   font-size: .7rem;
} */


