﻿.product-entity-card {
    overflow: hidden;
}

.product-entity-card-footer {
    background: #fff;
    border-top: 1px solid #f2e7cb;
    padding: .33em .7em .28em .7em;
    font-size: .72em;
    display: flex;
    align-items: center;
    min-height: 1.9em;
}

.product-entity-card-type {
    color: #947100;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: .01em;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-entity-card-warning {
    background: #ffe5b2;
    color: #a85d00;
    border-radius: 7px;
    padding: 0.11em 0.75em 0.13em 0.75em;
    font-size: 1em;
    font-weight: 600;
    margin-right: .23em;
    margin-bottom: .1em;
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
    border: 1px solid #f2e7cb;
}

.product-entity-card-country {
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 0.14em 0.7em 0.14em 0.65em;
    color: #666;
    font-size: .99em;
    background: #faf9f6;
    min-width: 2.1em;
    text-align: center;
    letter-spacing: .02em;
    font-weight: 600;
    line-height: 1.1;
    display: inline-block;
}
