.stock-status {
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
}

.stock-status.in-stock {
    color: #4CAF50;
}

.stock-status.out-of-stock {
    color: #f44336;
}

.stock-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
}

.stock-indicator {
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
} 