.card.highlighted {
    transition: background-color 0.3s ease;
    background-color: rgba(173, 216, 230, 0.3); 
    border-left: 4px solid #3399ff; /
}

/** asd */

.card-image {
    max-height: 145px;
    min-height: 126px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
}

.card-panel-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 50vh; 
    overflow-y: auto;
    background: white;
    padding-bottom: env(safe-area-inset-bottom, 16px); 
}

.cards-container {
    max-height: 50vh; 
}

.card-overview {
    height: 64px;
    padding: 0;
}

.card-title {
    height: 22px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #212529;
}

.card-params-row {
    padding-left: 12px;
}

.card-params {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #6C757D;
}

.card-params svg {
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    width: auto;
}

.card-pricing {
    width: 244;
    height: 68;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
}

.card-main-price {
    min-width: 129px;
    padding-right: 0px;
    align-items: center;
    width: 90px;
    font-family: Roboto;
    font-weight: 500;
    font-size: clamp(14px, 2.7vw, 18px);
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #222222;
}

.card-previous-price {
    padding-top: 1px;
    height: 24px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    text-decoration: line-through;
    color: #6C757D;
}

.card-pricing-rating {
    font-family: Roboto;
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #6C757D;
}

.card-rating-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.card-rating-badge {
    width: 8px !important;
    height: 4px !important;
    border-radius: 2px;
    background-color: var(--bs-danger);
    opacity: 1;
}

.card-rating-badge-empty {
    width: 8px !important;
    height: 4px !important;
    border-radius: 2px;
    background-color: var(--bs-secondary-bg);
    opacity: 0.5;
}

.badge-positive {
    width: 24px;
    height: 15px;
    border-radius: 4px;
    padding-right: 4px;
    padding-left: 4px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    background: #00AB6F;
    color: #FFFFFF;
}

.badge-negative {
    width: 24px;
    height: 15px;
    border-radius: 4px;
    padding-right: 4px;
    padding-left: 4px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    background: #DC3545;
    color: #FFFFFF;
}

.secondary-price {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto
}