.emma-importer-price {
    display: flex;
    flex: 1 0 100%;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    max-width: 100%;
    min-height: 38px;
    margin-top: 8px;
    padding: 5px 6px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    color: #18794e;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.15;
    text-decoration: none;
}
.emma-pv2-price > .emma-importer-price {
    padding: 5px 6px;
    border: 1px solid #dedede;
    border-radius: 5px;
    background: #fff;
    color: #18794e;
    font-family: Arial, sans-serif;
    font-size: 10px;
}
.emma-importer-price__label { display: flex; min-width: 0; align-items: center; gap: 5px; }
.emma-importer-price__label > b { display: grid; flex: 0 0 18px; width: 18px; height: 18px; place-items: center; border-radius: 3px; background: #18794e; color: #fff; font-size: 11px; }
.emma-importer-price__label > span { white-space: nowrap; }
.emma-importer-price__label > span i { font-style: normal; }
.emma-importer-price__label em { flex: 0 0 auto; padding: 3px 5px; border-radius: 3px; background: #18794e; color: #fff; font-size: 8px; font-style: normal; font-weight: 900; white-space: nowrap; }
.emma-importer-price__remaining { margin-left: auto; color: #18794e; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.emma-importer-price__countdown { display: flex; flex: 0 0 auto; gap: 3px; font-variant-numeric: tabular-nums; }
.emma-importer-price__countdown > span { display: grid; width: 27px; min-height: 29px; padding: 3px 2px 2px; place-items: center; border: 1px solid #d9e7df; border-radius: 3px; background: #fff; box-shadow: 0 1px 2px rgba(24,121,78,.07); }
.emma-importer-price__countdown b { color: #18794e; font-size: 10px; line-height: 1; }
.emma-importer-price__countdown small { color: #478368; font-size: 6px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.emma-pv2-price-block, .emma-pv2-price { width: 100%; }
.emma-pv2-price-block .emma-importer-price { flex-basis: 100%; width: 100%; max-width: none; min-height: 48px; padding: 7px 8px; font-size: 12px; }
.emma-pv2-price-block .emma-importer-price__label em { font-size: 9px; }
.emma-pv2-price-block .emma-importer-price__countdown > span { width: 34px; min-height: 34px; }
.emma-pv2-price-block .emma-importer-price__countdown b { font-size: 12px; }
@media (max-width: 480px) {
    .emma-importer-price { flex-wrap: wrap; gap: 5px; padding: 6px; font-size: 9px; }
    .emma-importer-price__label { flex: 1 0 100%; }
    .emma-importer-price__label > span i { display: none; }
    .emma-importer-price__remaining { display: none; }
    .emma-importer-price__countdown { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); flex: 1 0 100%; width: 100%; margin: 0; }
    .emma-importer-price__countdown > span,
    .emma-pv2-price-block .emma-importer-price__countdown > span { width: 100%; min-height: 36px; }
}
