.stock-data {
    display: inline-block;
    margin-top: 4px;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1.2;
    min-height: 1em;
}

.stock-data:empty {
    display: none;
}

.stock-data.stock-available {
    color: #2e7d32;
}

.stock-data.stock-out {
    color: #c62828;
}