.imp-plot-price {
    font-family: inherit;
    font-size: 14px;
}

.imp-plot-price-label {
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-flex;
        color: #bf9976;
}

.imp-plot-price-values {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    vertical-align: middle;
   
    padding: 6px 10px;
    /*  background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e3e3e3; */
    color: #fff;
}

.imp-plot-price .imp-toggle {
  background: #fff;
  padding: 2px 4px;
  border-radius: 20px;
}


.imp-price-usd-value,
.imp-price-gel-value {
    font-size: 15px;
    font-weight: 600;
}

.imp-currency-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid #ddd;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    background: #f5f5f5;
    color: #333;
}

.imp-currency-toggle:hover {
    background: #e9e9e9;
    border-color: #999;
}

.imp-currency-toggle span {
    line-height: 1;
}
