
.stock-locations {
    font-size: 1rem;
    margin: 1.5rem 0rem;
    max-width: 345px;
}
.stock-title {
    margin-top: 12px;
}
.stock-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    padding: 4px 8px;
    border-radius: 2px;
    transition: all 280ms ease-out;
}
.stock-row:hover {
    background: #f9f9f9;
}
.in-stock {
    color: #498205;
}
.out-of-stock {
    color: #F44336;
}